@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.68 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextTFilled = ( /*#__PURE__*/createFluentFontIcon("TextTFilled", "", 2, undefined));
export const TextTRegular = ( /*#__PURE__*/createFluentFontIcon("TextTRegular", "", 2, undefined));
export const TextT12Regular = ( /*#__PURE__*/createFluentFontIcon("TextT12Regular", "", 1, 12));
export const TextT12Filled = ( /*#__PURE__*/createFluentFontIcon("TextT12Filled", "", 0, 12));
export const TextT16Regular = ( /*#__PURE__*/createFluentFontIcon("TextT16Regular", "", 1, 16));
export const TextT16Filled = ( /*#__PURE__*/createFluentFontIcon("TextT16Filled", "", 0, 16));
export const TextT20Regular = ( /*#__PURE__*/createFluentFontIcon("TextT20Regular", "", 1, 20));
export const TextT20Filled = ( /*#__PURE__*/createFluentFontIcon("TextT20Filled", "", 0, 20));
export const TextT24Regular = ( /*#__PURE__*/createFluentFontIcon("TextT24Regular", "", 1, 24));
export const TextT24Filled = ( /*#__PURE__*/createFluentFontIcon("TextT24Filled", "", 0, 24));
export const TextT28Regular = ( /*#__PURE__*/createFluentFontIcon("TextT28Regular", "", 1, 28));
export const TextT28Filled = ( /*#__PURE__*/createFluentFontIcon("TextT28Filled", "", 0, 28));
export const TextT32Regular = ( /*#__PURE__*/createFluentFontIcon("TextT32Regular", "", 1, 32));
export const TextT32Filled = ( /*#__PURE__*/createFluentFontIcon("TextT32Filled", "", 0, 32));
export const TextT48Regular = ( /*#__PURE__*/createFluentFontIcon("TextT48Regular", "", 1, 48));
export const TextT48Filled = ( /*#__PURE__*/createFluentFontIcon("TextT48Filled", "", 0, 48));