UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

17 lines (16 loc) 1.69 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ArchiveClockFilled = ( /*#__PURE__*/createFluentFontIcon("ArchiveClockFilled", "", 2, undefined)); export const ArchiveClockRegular = ( /*#__PURE__*/createFluentFontIcon("ArchiveClockRegular", "", 2, undefined)); export const ArchiveClock16Regular = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock16Regular", "󰪍", 1, 16)); export const ArchiveClock16Filled = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock16Filled", "󰬉", 0, 16)); export const ArchiveClock20Regular = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock20Regular", "󰪎", 1, 20)); export const ArchiveClock20Filled = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock20Filled", "󰬊", 0, 20)); export const ArchiveClock24Regular = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock24Regular", "󰪏", 1, 24)); export const ArchiveClock24Filled = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock24Filled", "󰬋", 0, 24)); export const ArchiveClock28Regular = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock28Regular", "󰪐", 1, 28)); export const ArchiveClock28Filled = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock28Filled", "󰬌", 0, 28)); export const ArchiveClock32Regular = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock32Regular", "󰪑", 1, 32)); export const ArchiveClock32Filled = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock32Filled", "󰬍", 0, 32)); export const ArchiveClock48Regular = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock48Regular", "󰪒", 1, 48)); export const ArchiveClock48Filled = ( /*#__PURE__*/createFluentFontIcon("ArchiveClock48Filled", "󰬎", 0, 48));