@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.39 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextQuoteFilled = ( /*#__PURE__*/createFluentFontIcon("TextQuoteFilled", "", 2, undefined));
export const TextQuoteRegular = ( /*#__PURE__*/createFluentFontIcon("TextQuoteRegular", "", 2, undefined));
export const TextQuote16Regular = ( /*#__PURE__*/createFluentFontIcon("TextQuote16Regular", "", 1, 16));
export const TextQuote16Filled = ( /*#__PURE__*/createFluentFontIcon("TextQuote16Filled", "", 0, 16));
export const TextQuote20Regular = ( /*#__PURE__*/createFluentFontIcon("TextQuote20Regular", "", 1, 20));
export const TextQuote20Filled = ( /*#__PURE__*/createFluentFontIcon("TextQuote20Filled", "", 0, 20));
export const TextQuote24Regular = ( /*#__PURE__*/createFluentFontIcon("TextQuote24Regular", "", 1, 24));
export const TextQuote24Filled = ( /*#__PURE__*/createFluentFontIcon("TextQuote24Filled", "", 0, 24));
export const TextQuote28Regular = ( /*#__PURE__*/createFluentFontIcon("TextQuote28Regular", "", 1, 28));
export const TextQuote28Filled = ( /*#__PURE__*/createFluentFontIcon("TextQuote28Filled", "", 0, 28));
export const TextQuote32Regular = ( /*#__PURE__*/createFluentFontIcon("TextQuote32Regular", "", 1, 32));
export const TextQuote32Filled = ( /*#__PURE__*/createFluentFontIcon("TextQuote32Filled", "", 0, 32));