@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.72 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentText48Filled = exports.CommentText48Regular = exports.CommentText32Filled = exports.CommentText32Regular = exports.CommentText28Filled = exports.CommentText28Regular = exports.CommentText24Filled = exports.CommentText24Regular = exports.CommentText20Filled = exports.CommentText20Regular = exports.CommentText16Filled = exports.CommentText16Regular = exports.CommentTextRegular = exports.CommentTextFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentTextFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentTextFilled", "", 2, undefined, { flipInRtl: true }));
exports.CommentTextRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentTextRegular", "", 2, undefined, { flipInRtl: true }));
exports.CommentText16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText16Regular", "", 1, 16, { flipInRtl: true }));
exports.CommentText16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText16Filled", "", 0, 16, { flipInRtl: true }));
exports.CommentText20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText20Regular", "", 1, 20, { flipInRtl: true }));
exports.CommentText20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText20Filled", "", 0, 20, { flipInRtl: true }));
exports.CommentText24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText24Regular", "", 1, 24, { flipInRtl: true }));
exports.CommentText24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText24Filled", "", 0, 24, { flipInRtl: true }));
exports.CommentText28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText28Regular", "", 1, 28, { flipInRtl: true }));
exports.CommentText28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText28Filled", "", 0, 28, { flipInRtl: true }));
exports.CommentText32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText32Regular", "", 1, 32, { flipInRtl: true }));
exports.CommentText32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText32Filled", "", 0, 32, { flipInRtl: true }));
exports.CommentText48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText48Regular", "", 1, 48, { flipInRtl: true }));
exports.CommentText48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentText48Filled", "", 0, 48, { flipInRtl: true }));