14 lines
1.3 KiB
JavaScript
14 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Dust28Filled = exports.Dust28Regular = exports.Dust24Filled = exports.Dust24Regular = exports.Dust20Filled = exports.Dust20Regular = exports.DustRegular = exports.DustFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DustFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DustFilled", "", 2, undefined));
|
|
exports.DustRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DustRegular", "", 2, undefined));
|
|
exports.Dust20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dust20Regular", "", 1, 20));
|
|
exports.Dust20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dust20Filled", "", 0, 20));
|
|
exports.Dust24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dust24Regular", "", 1, 24));
|
|
exports.Dust24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dust24Filled", "", 0, 24));
|
|
exports.Dust28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dust28Regular", "", 1, 28));
|
|
exports.Dust28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Dust28Filled", "", 0, 28));
|