14 lines
1.8 KiB
JavaScript
14 lines
1.8 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TextParagraphDirectionRight24Filled = exports.TextParagraphDirectionRight24Regular = exports.TextParagraphDirectionRight20Filled = exports.TextParagraphDirectionRight20Regular = exports.TextParagraphDirectionRight16Filled = exports.TextParagraphDirectionRight16Regular = exports.TextParagraphDirectionRightRegular = exports.TextParagraphDirectionRightFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TextParagraphDirectionRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRightFilled", "", 2, undefined));
|
|
exports.TextParagraphDirectionRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRightRegular", "", 2, undefined));
|
|
exports.TextParagraphDirectionRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRight16Regular", "", 1, 16));
|
|
exports.TextParagraphDirectionRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRight16Filled", "", 0, 16));
|
|
exports.TextParagraphDirectionRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRight20Regular", "", 1, 20));
|
|
exports.TextParagraphDirectionRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRight20Filled", "", 0, 20));
|
|
exports.TextParagraphDirectionRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRight24Regular", "", 1, 24));
|
|
exports.TextParagraphDirectionRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRight24Filled", "", 0, 24));
|