@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
26 lines (25 loc) • 2.81 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const Text12Regular = ( /*#__PURE__*/createFluentFontIcon("Text12Regular", "", 1, 12));
export const Text12Filled = ( /*#__PURE__*/createFluentFontIcon("Text12Filled", "", 0, 12));
export const Text16Regular = ( /*#__PURE__*/createFluentFontIcon("Text16Regular", "", 1, 16));
export const Text16Filled = ( /*#__PURE__*/createFluentFontIcon("Text16Filled", "", 0, 16));
export const Text32Regular = ( /*#__PURE__*/createFluentFontIcon("Text32Regular", "", 1, 32));
export const Text32Filled = ( /*#__PURE__*/createFluentFontIcon("Text32Filled", "", 0, 32));
export const Text32Light = ( /*#__PURE__*/createFluentFontIcon("Text32Light", "", 3, 32));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColorFilled = ( /*#__PURE__*/createFluentFontIcon("TextColorFilled", "", 2, undefined));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColorRegular = ( /*#__PURE__*/createFluentFontIcon("TextColorRegular", "", 2, undefined));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor16Regular = ( /*#__PURE__*/createFluentFontIcon("TextColor16Regular", "", 1, 16));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor16Filled = ( /*#__PURE__*/createFluentFontIcon("TextColor16Filled", "", 0, 16));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor20Regular = ( /*#__PURE__*/createFluentFontIcon("TextColor20Regular", "", 1, 20));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor20Filled = ( /*#__PURE__*/createFluentFontIcon("TextColor20Filled", "", 0, 20));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor24Regular = ( /*#__PURE__*/createFluentFontIcon("TextColor24Regular", "", 1, 24));
/** @deprecated use `@fluentui/fonts/text-color` import. This was generated for backward compatibility and will be removed in next major release */
export const TextColor24Filled = ( /*#__PURE__*/createFluentFontIcon("TextColor24Filled", "", 0, 24));