16 lines
2.0 KiB
JavaScript
16 lines
2.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LineHorizontal1Dashes28Filled = exports.LineHorizontal1Dashes28Regular = exports.LineHorizontal1Dashes24Filled = exports.LineHorizontal1Dashes24Regular = exports.LineHorizontal1Dashes20Filled = exports.LineHorizontal1Dashes20Regular = exports.LineHorizontal1Dashes16Filled = exports.LineHorizontal1Dashes16Regular = exports.LineHorizontal1DashesRegular = exports.LineHorizontal1DashesFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LineHorizontal1DashesFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1DashesFilled", "", 2, undefined));
|
|
exports.LineHorizontal1DashesRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1DashesRegular", "", 2, undefined));
|
|
exports.LineHorizontal1Dashes16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1Dashes16Regular", "", 1, 16));
|
|
exports.LineHorizontal1Dashes16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1Dashes16Filled", "", 0, 16));
|
|
exports.LineHorizontal1Dashes20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1Dashes20Regular", "", 1, 20));
|
|
exports.LineHorizontal1Dashes20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1Dashes20Filled", "", 0, 20));
|
|
exports.LineHorizontal1Dashes24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1Dashes24Regular", "", 1, 24));
|
|
exports.LineHorizontal1Dashes24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1Dashes24Filled", "", 0, 24));
|
|
exports.LineHorizontal1Dashes28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1Dashes28Regular", "", 1, 28));
|
|
exports.LineHorizontal1Dashes28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1Dashes28Filled", "", 0, 28));
|