Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/ribbon-off.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

15 lines
1.4 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const RibbonOffFilled = ( /*#__PURE__*/createFluentFontIcon("RibbonOffFilled", "", 2, undefined));
export const RibbonOffRegular = ( /*#__PURE__*/createFluentFontIcon("RibbonOffRegular", "", 2, undefined));
export const RibbonOff12Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff12Regular", "", 1, 12));
export const RibbonOff12Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff12Filled", "", 0, 12));
export const RibbonOff16Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff16Regular", "", 1, 16));
export const RibbonOff16Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff16Filled", "", 0, 16));
export const RibbonOff20Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff20Regular", "", 1, 20));
export const RibbonOff20Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff20Filled", "", 0, 20));
export const RibbonOff24Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff24Regular", "", 1, 24));
export const RibbonOff24Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff24Filled", "", 0, 24));
export const RibbonOff32Regular = ( /*#__PURE__*/createFluentFontIcon("RibbonOff32Regular", "", 1, 32));
export const RibbonOff32Filled = ( /*#__PURE__*/createFluentFontIcon("RibbonOff32Filled", "", 0, 32));