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

14 lines
1.4 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.FlashFlow24Filled = exports.FlashFlow24Regular = exports.FlashFlow20Filled = exports.FlashFlow20Regular = exports.FlashFlow16Filled = exports.FlashFlow16Regular = exports.FlashFlowRegular = exports.FlashFlowFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.FlashFlowFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFlowFilled", "", 2, undefined));
exports.FlashFlowRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFlowRegular", "", 2, undefined));
exports.FlashFlow16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFlow16Regular", "", 1, 16));
exports.FlashFlow16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFlow16Filled", "", 0, 16));
exports.FlashFlow20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFlow20Regular", "", 1, 20));
exports.FlashFlow20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFlow20Filled", "", 0, 20));
exports.FlashFlow24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFlow24Regular", "", 1, 24));
exports.FlashFlow24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFlow24Filled", "", 0, 24));