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

9 lines
729 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FlashOffFilled = ( /*#__PURE__*/createFluentFontIcon("FlashOffFilled", "", 2, undefined));
export const FlashOffRegular = ( /*#__PURE__*/createFluentFontIcon("FlashOffRegular", "", 2, undefined));
export const FlashOff20Regular = ( /*#__PURE__*/createFluentFontIcon("FlashOff20Regular", "", 1, 20));
export const FlashOff20Filled = ( /*#__PURE__*/createFluentFontIcon("FlashOff20Filled", "", 0, 20));
export const FlashOff24Regular = ( /*#__PURE__*/createFluentFontIcon("FlashOff24Regular", "", 1, 24));
export const FlashOff24Filled = ( /*#__PURE__*/createFluentFontIcon("FlashOff24Filled", "", 0, 24));