@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.66 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const InfoFilled = ( /*#__PURE__*/createFluentFontIcon("InfoFilled", "", 2, undefined));
export const InfoRegular = ( /*#__PURE__*/createFluentFontIcon("InfoRegular", "", 2, undefined));
export const Info12Regular = ( /*#__PURE__*/createFluentFontIcon("Info12Regular", "", 1, 12));
export const Info12Filled = ( /*#__PURE__*/createFluentFontIcon("Info12Filled", "", 0, 12));
export const Info16Regular = ( /*#__PURE__*/createFluentFontIcon("Info16Regular", "", 1, 16));
export const Info16Filled = ( /*#__PURE__*/createFluentFontIcon("Info16Filled", "", 0, 16));
export const Info20Regular = ( /*#__PURE__*/createFluentFontIcon("Info20Regular", "", 1, 20));
export const Info20Filled = ( /*#__PURE__*/createFluentFontIcon("Info20Filled", "", 0, 20));
export const Info24Regular = ( /*#__PURE__*/createFluentFontIcon("Info24Regular", "", 1, 24));
export const Info24Filled = ( /*#__PURE__*/createFluentFontIcon("Info24Filled", "", 0, 24));
export const Info28Regular = ( /*#__PURE__*/createFluentFontIcon("Info28Regular", "", 1, 28));
export const Info28Filled = ( /*#__PURE__*/createFluentFontIcon("Info28Filled", "", 0, 28));
export const Info32Regular = ( /*#__PURE__*/createFluentFontIcon("Info32Regular", "", 1, 32));
export const Info32Filled = ( /*#__PURE__*/createFluentFontIcon("Info32Filled", "", 0, 32));
export const Info48Regular = ( /*#__PURE__*/createFluentFontIcon("Info48Regular", "", 1, 48));
export const Info48Filled = ( /*#__PURE__*/createFluentFontIcon("Info48Filled", "", 0, 48));