@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.82 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CommentQuote28Filled = exports.CommentQuote28Regular = exports.CommentQuote24Filled = exports.CommentQuote24Regular = exports.CommentQuote20Filled = exports.CommentQuote20Regular = exports.CommentQuote16Filled = exports.CommentQuote16Regular = exports.CommentQuoteRegular = exports.CommentQuoteFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.CommentQuoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuoteFilled", "", 2, undefined));
exports.CommentQuoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuoteRegular", "", 2, undefined));
exports.CommentQuote16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote16Regular", "", 1, 16));
exports.CommentQuote16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote16Filled", "", 0, 16));
exports.CommentQuote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote20Regular", "", 1, 20));
exports.CommentQuote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote20Filled", "", 0, 20));
exports.CommentQuote24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote24Regular", "", 1, 24));
exports.CommentQuote24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote24Filled", "", 0, 24));
exports.CommentQuote28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote28Regular", "", 1, 28));
exports.CommentQuote28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CommentQuote28Filled", "", 0, 28));