16 lines
1.7 KiB
JavaScript
16 lines
1.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LineDashes48Filled = exports.LineDashes48Regular = exports.LineDashes32Filled = exports.LineDashes32Regular = exports.LineDashes24Filled = exports.LineDashes24Regular = exports.LineDashes20Filled = exports.LineDashes20Regular = exports.LineDashesRegular = exports.LineDashesFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LineDashesFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashesFilled", "", 2, undefined));
|
|
exports.LineDashesRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashesRegular", "", 2, undefined));
|
|
exports.LineDashes20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashes20Regular", "", 1, 20));
|
|
exports.LineDashes20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashes20Filled", "", 0, 20));
|
|
exports.LineDashes24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashes24Regular", "", 1, 24));
|
|
exports.LineDashes24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashes24Filled", "", 0, 24));
|
|
exports.LineDashes32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashes32Regular", "", 1, 32));
|
|
exports.LineDashes32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashes32Filled", "", 0, 32));
|
|
exports.LineDashes48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashes48Regular", "", 1, 48));
|
|
exports.LineDashes48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineDashes48Filled", "", 0, 48));
|