Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/text-paragraph-direction.js

12 lines
1.3 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextParagraphDirection24Filled = exports.TextParagraphDirection24Regular = exports.TextParagraphDirection20Filled = exports.TextParagraphDirection20Regular = exports.TextParagraphDirectionRegular = exports.TextParagraphDirectionFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextParagraphDirectionFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionFilled", "", 2, undefined));
exports.TextParagraphDirectionRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirectionRegular", "", 2, undefined));
exports.TextParagraphDirection20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirection20Regular", "", 1, 20));
exports.TextParagraphDirection20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirection20Filled", "", 0, 20));
exports.TextParagraphDirection24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirection24Regular", "", 1, 24));
exports.TextParagraphDirection24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextParagraphDirection24Filled", "", 0, 24));