11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"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));
|