UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

23 lines (22 loc) 3.18 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommentAdd48Filled = exports.CommentAdd48Regular = exports.CommentAdd32Light = exports.CommentAdd32Filled = exports.CommentAdd32Regular = exports.CommentAdd28Filled = exports.CommentAdd28Regular = exports.CommentAdd24Filled = exports.CommentAdd24Regular = exports.CommentAdd20Filled = exports.CommentAdd20Regular = exports.CommentAdd16Filled = exports.CommentAdd16Regular = exports.CommentAdd12Filled = exports.CommentAdd12Regular = exports.CommentAddRegular = exports.CommentAddFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.CommentAddFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAddFilled", "", 2, undefined, { flipInRtl: true })); exports.CommentAddRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAddRegular", "", 2, undefined, { flipInRtl: true })); exports.CommentAdd12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd12Regular", "", 1, 12, { flipInRtl: true })); exports.CommentAdd12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd12Filled", "", 0, 12, { flipInRtl: true })); exports.CommentAdd16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd16Regular", "", 1, 16, { flipInRtl: true })); exports.CommentAdd16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd16Filled", "", 0, 16, { flipInRtl: true })); exports.CommentAdd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd20Regular", "", 1, 20, { flipInRtl: true })); exports.CommentAdd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd20Filled", "", 0, 20, { flipInRtl: true })); exports.CommentAdd24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd24Regular", "", 1, 24, { flipInRtl: true })); exports.CommentAdd24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd24Filled", "", 0, 24, { flipInRtl: true })); exports.CommentAdd28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd28Regular", "", 1, 28, { flipInRtl: true })); exports.CommentAdd28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd28Filled", "", 0, 28, { flipInRtl: true })); exports.CommentAdd32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd32Regular", "󰗧", 1, 32, { flipInRtl: true })); exports.CommentAdd32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd32Filled", "󰙣", 0, 32, { flipInRtl: true })); exports.CommentAdd32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd32Light", "", 3, 32)); exports.CommentAdd48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd48Regular", "", 1, 48, { flipInRtl: true })); exports.CommentAdd48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentAdd48Filled", "", 0, 48, { flipInRtl: true }));