UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

11 lines (10 loc) 1.03 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const StoreMicrosoftFilled = ( /*#__PURE__*/createFluentFontIcon("StoreMicrosoftFilled", "", 2, undefined)); export const StoreMicrosoftRegular = ( /*#__PURE__*/createFluentFontIcon("StoreMicrosoftRegular", "", 2, undefined)); export const StoreMicrosoft16Regular = ( /*#__PURE__*/createFluentFontIcon("StoreMicrosoft16Regular", "", 1, 16)); export const StoreMicrosoft16Filled = ( /*#__PURE__*/createFluentFontIcon("StoreMicrosoft16Filled", "", 0, 16)); export const StoreMicrosoft20Regular = ( /*#__PURE__*/createFluentFontIcon("StoreMicrosoft20Regular", "", 1, 20)); export const StoreMicrosoft20Filled = ( /*#__PURE__*/createFluentFontIcon("StoreMicrosoft20Filled", "", 0, 20)); export const StoreMicrosoft24Regular = ( /*#__PURE__*/createFluentFontIcon("StoreMicrosoft24Regular", "", 1, 24)); export const StoreMicrosoft24Filled = ( /*#__PURE__*/createFluentFontIcon("StoreMicrosoft24Filled", "", 0, 24));