@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.53 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.StoreMicrosoft24Filled = exports.StoreMicrosoft24Regular = exports.StoreMicrosoft20Filled = exports.StoreMicrosoft20Regular = exports.StoreMicrosoft16Filled = exports.StoreMicrosoft16Regular = exports.StoreMicrosoftRegular = exports.StoreMicrosoftFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.StoreMicrosoftFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StoreMicrosoftFilled", "", 2, undefined));
exports.StoreMicrosoftRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StoreMicrosoftRegular", "", 2, undefined));
exports.StoreMicrosoft16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StoreMicrosoft16Regular", "", 1, 16));
exports.StoreMicrosoft16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StoreMicrosoft16Filled", "", 0, 16));
exports.StoreMicrosoft20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StoreMicrosoft20Regular", "", 1, 20));
exports.StoreMicrosoft20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StoreMicrosoft20Filled", "", 0, 20));
exports.StoreMicrosoft24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StoreMicrosoft24Regular", "", 1, 24));
exports.StoreMicrosoft24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StoreMicrosoft24Filled", "", 0, 24));