@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.34 kB
JavaScript
"use client";
;
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));