@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 1.64 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const HistoryFilled = ( /*#__PURE__*/createFluentFontIcon("HistoryFilled", "", 2, undefined));
export const HistoryRegular = ( /*#__PURE__*/createFluentFontIcon("HistoryRegular", "", 2, undefined));
export const History16Regular = ( /*#__PURE__*/createFluentFontIcon("History16Regular", "", 1, 16));
export const History16Filled = ( /*#__PURE__*/createFluentFontIcon("History16Filled", "", 0, 16));
export const History20Regular = ( /*#__PURE__*/createFluentFontIcon("History20Regular", "", 1, 20));
export const History20Filled = ( /*#__PURE__*/createFluentFontIcon("History20Filled", "", 0, 20));
export const History24Regular = ( /*#__PURE__*/createFluentFontIcon("History24Regular", "", 1, 24));
export const History24Filled = ( /*#__PURE__*/createFluentFontIcon("History24Filled", "", 0, 24));
export const History28Regular = ( /*#__PURE__*/createFluentFontIcon("History28Regular", "", 1, 28));
export const History28Filled = ( /*#__PURE__*/createFluentFontIcon("History28Filled", "", 0, 28));
export const History32Regular = ( /*#__PURE__*/createFluentFontIcon("History32Regular", "", 1, 32));
export const History32Filled = ( /*#__PURE__*/createFluentFontIcon("History32Filled", "", 0, 32));
export const History32Light = ( /*#__PURE__*/createFluentFontIcon("History32Light", "", 3, 32));
export const History48Regular = ( /*#__PURE__*/createFluentFontIcon("History48Regular", "", 1, 48));
export const History48Filled = ( /*#__PURE__*/createFluentFontIcon("History48Filled", "", 0, 48));