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

11 lines
1003 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DividerShortFilled = ( /*#__PURE__*/createFluentFontIcon("DividerShortFilled", "", 2, undefined));
export const DividerShortRegular = ( /*#__PURE__*/createFluentFontIcon("DividerShortRegular", "", 2, undefined));
export const DividerShort16Regular = ( /*#__PURE__*/createFluentFontIcon("DividerShort16Regular", "", 1, 16));
export const DividerShort16Filled = ( /*#__PURE__*/createFluentFontIcon("DividerShort16Filled", "", 0, 16));
export const DividerShort20Regular = ( /*#__PURE__*/createFluentFontIcon("DividerShort20Regular", "", 1, 20));
export const DividerShort20Filled = ( /*#__PURE__*/createFluentFontIcon("DividerShort20Filled", "", 0, 20));
export const DividerShort24Regular = ( /*#__PURE__*/createFluentFontIcon("DividerShort24Regular", "", 1, 24));
export const DividerShort24Filled = ( /*#__PURE__*/createFluentFontIcon("DividerShort24Filled", "", 0, 24));