14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextParagraph24Filled = exports.TextParagraph24Regular = exports.TextParagraph20Filled = exports.TextParagraph20Regular = exports.TextParagraph16Filled = exports.TextParagraph16Regular = exports.TextParagraphRegular = exports.TextParagraphFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextParagraphFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphFilled", "", 2, undefined));
|
|
exports.TextParagraphRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphRegular", "", 2, undefined));
|
|
exports.TextParagraph16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraph16Regular", "", 1, 16));
|
|
exports.TextParagraph16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraph16Filled", "", 0, 16));
|
|
exports.TextParagraph20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraph20Regular", "", 1, 20));
|
|
exports.TextParagraph20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraph20Filled", "", 0, 20));
|
|
exports.TextParagraph24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraph24Regular", "", 1, 24));
|
|
exports.TextParagraph24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraph24Filled", "", 0, 24));
|