UNPKG

@fluentui/react-icons

Version:

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

18 lines (17 loc) 2.31 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CommentOff48Filled = exports.CommentOff48Regular = exports.CommentOff28Filled = exports.CommentOff28Regular = exports.CommentOff24Filled = exports.CommentOff24Regular = exports.CommentOff20Filled = exports.CommentOff20Regular = exports.CommentOff16Filled = exports.CommentOff16Regular = exports.CommentOffRegular = exports.CommentOffFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.CommentOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOffFilled", "", 2, undefined, { flipInRtl: true })); exports.CommentOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOffRegular", "", 2, undefined, { flipInRtl: true })); exports.CommentOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff16Regular", "", 1, 16, { flipInRtl: true })); exports.CommentOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff16Filled", "", 0, 16, { flipInRtl: true })); exports.CommentOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff20Regular", "", 1, 20, { flipInRtl: true })); exports.CommentOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff20Filled", "", 0, 20, { flipInRtl: true })); exports.CommentOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff24Regular", "", 1, 24, { flipInRtl: true })); exports.CommentOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff24Filled", "", 0, 24, { flipInRtl: true })); exports.CommentOff28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff28Regular", "", 1, 28, { flipInRtl: true })); exports.CommentOff28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff28Filled", "", 0, 28, { flipInRtl: true })); exports.CommentOff48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff48Regular", "", 1, 48, { flipInRtl: true })); exports.CommentOff48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentOff48Filled", "", 0, 48, { flipInRtl: true }));