@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextFontInfoFilled = ( /*#__PURE__*/createFluentFontIcon("TextFontInfoFilled", "", 2, undefined));
export const TextFontInfoRegular = ( /*#__PURE__*/createFluentFontIcon("TextFontInfoRegular", "", 2, undefined));
export const TextFontInfo16Regular = ( /*#__PURE__*/createFluentFontIcon("TextFontInfo16Regular", "", 1, 16));
export const TextFontInfo16Filled = ( /*#__PURE__*/createFluentFontIcon("TextFontInfo16Filled", "", 0, 16));
export const TextFontInfo20Regular = ( /*#__PURE__*/createFluentFontIcon("TextFontInfo20Regular", "", 1, 20));
export const TextFontInfo20Filled = ( /*#__PURE__*/createFluentFontIcon("TextFontInfo20Filled", "", 0, 20));
export const TextFontInfo24Regular = ( /*#__PURE__*/createFluentFontIcon("TextFontInfo24Regular", "", 1, 24));
export const TextFontInfo24Filled = ( /*#__PURE__*/createFluentFontIcon("TextFontInfo24Filled", "", 0, 24));