13 lines
1.2 KiB
JavaScript
13 lines
1.2 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ClothesHangerFilled = ( /*#__PURE__*/createFluentFontIcon("ClothesHangerFilled", "", 2, undefined));
|
|
export const ClothesHangerRegular = ( /*#__PURE__*/createFluentFontIcon("ClothesHangerRegular", "", 2, undefined));
|
|
export const ClothesHanger12Regular = ( /*#__PURE__*/createFluentFontIcon("ClothesHanger12Regular", "", 1, 12));
|
|
export const ClothesHanger12Filled = ( /*#__PURE__*/createFluentFontIcon("ClothesHanger12Filled", "", 0, 12));
|
|
export const ClothesHanger16Regular = ( /*#__PURE__*/createFluentFontIcon("ClothesHanger16Regular", "", 1, 16));
|
|
export const ClothesHanger16Filled = ( /*#__PURE__*/createFluentFontIcon("ClothesHanger16Filled", "", 0, 16));
|
|
export const ClothesHanger20Regular = ( /*#__PURE__*/createFluentFontIcon("ClothesHanger20Regular", "", 1, 20));
|
|
export const ClothesHanger20Filled = ( /*#__PURE__*/createFluentFontIcon("ClothesHanger20Filled", "", 0, 20));
|
|
export const ClothesHanger24Regular = ( /*#__PURE__*/createFluentFontIcon("ClothesHanger24Regular", "", 1, 24));
|
|
export const ClothesHanger24Filled = ( /*#__PURE__*/createFluentFontIcon("ClothesHanger24Filled", "", 0, 24));
|