16 lines
1.8 KiB
JavaScript
16 lines
1.8 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.ClothesHanger24Filled = exports.ClothesHanger24Regular = exports.ClothesHanger20Filled = exports.ClothesHanger20Regular = exports.ClothesHanger16Filled = exports.ClothesHanger16Regular = exports.ClothesHanger12Filled = exports.ClothesHanger12Regular = exports.ClothesHangerRegular = exports.ClothesHangerFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.ClothesHangerFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHangerFilled", "", 2, undefined));
|
|
exports.ClothesHangerRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHangerRegular", "", 2, undefined));
|
|
exports.ClothesHanger12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHanger12Regular", "", 1, 12));
|
|
exports.ClothesHanger12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHanger12Filled", "", 0, 12));
|
|
exports.ClothesHanger16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHanger16Regular", "", 1, 16));
|
|
exports.ClothesHanger16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHanger16Filled", "", 0, 16));
|
|
exports.ClothesHanger20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHanger20Regular", "", 1, 20));
|
|
exports.ClothesHanger20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHanger20Filled", "", 0, 20));
|
|
exports.ClothesHanger24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHanger24Regular", "", 1, 24));
|
|
exports.ClothesHanger24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClothesHanger24Filled", "", 0, 24));
|