@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 2.03 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextQuote32Filled = exports.TextQuote32Regular = exports.TextQuote28Filled = exports.TextQuote28Regular = exports.TextQuote24Filled = exports.TextQuote24Regular = exports.TextQuote20Filled = exports.TextQuote20Regular = exports.TextQuote16Filled = exports.TextQuote16Regular = exports.TextQuoteRegular = exports.TextQuoteFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextQuoteFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuoteFilled", "", 2, undefined));
exports.TextQuoteRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuoteRegular", "", 2, undefined));
exports.TextQuote16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote16Regular", "", 1, 16));
exports.TextQuote16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote16Filled", "", 0, 16));
exports.TextQuote20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote20Regular", "", 1, 20));
exports.TextQuote20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote20Filled", "", 0, 20));
exports.TextQuote24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote24Regular", "", 1, 24));
exports.TextQuote24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote24Filled", "", 0, 24));
exports.TextQuote28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote28Regular", "", 1, 28));
exports.TextQuote28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote28Filled", "", 0, 28));
exports.TextQuote32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote32Regular", "", 1, 32));
exports.TextQuote32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextQuote32Filled", "", 0, 32));