@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 2.02 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Flash32Light = exports.Flash32Filled = exports.Flash32Regular = exports.Flash28Filled = exports.Flash28Regular = exports.Flash24Filled = exports.Flash24Regular = exports.Flash20Filled = exports.Flash20Regular = exports.Flash16Filled = exports.Flash16Regular = exports.FlashRegular = exports.FlashFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.FlashFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashFilled", "", 2, undefined));
exports.FlashRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("FlashRegular", "", 2, undefined));
exports.Flash16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash16Regular", "", 1, 16));
exports.Flash16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash16Filled", "", 0, 16));
exports.Flash20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash20Regular", "", 1, 20));
exports.Flash20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash20Filled", "", 0, 20));
exports.Flash24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash24Regular", "", 1, 24));
exports.Flash24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash24Filled", "", 0, 24));
exports.Flash28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash28Regular", "", 1, 28));
exports.Flash28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash28Filled", "", 0, 28));
exports.Flash32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash32Regular", "", 1, 32));
exports.Flash32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash32Filled", "", 0, 32));
exports.Flash32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Flash32Light", "", 3, 32));