UNPKG

@fluentui/react-icons

Version:

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

20 lines (19 loc) 1.78 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ClockFilled = ( /*#__PURE__*/createFluentFontIcon("ClockFilled", "", 2, undefined)); export const ClockRegular = ( /*#__PURE__*/createFluentFontIcon("ClockRegular", "", 2, undefined)); export const Clock12Regular = ( /*#__PURE__*/createFluentFontIcon("Clock12Regular", "", 1, 12)); export const Clock12Filled = ( /*#__PURE__*/createFluentFontIcon("Clock12Filled", "", 0, 12)); export const Clock16Regular = ( /*#__PURE__*/createFluentFontIcon("Clock16Regular", "", 1, 16)); export const Clock16Filled = ( /*#__PURE__*/createFluentFontIcon("Clock16Filled", "", 0, 16)); export const Clock20Regular = ( /*#__PURE__*/createFluentFontIcon("Clock20Regular", "", 1, 20)); export const Clock20Filled = ( /*#__PURE__*/createFluentFontIcon("Clock20Filled", "", 0, 20)); export const Clock24Regular = ( /*#__PURE__*/createFluentFontIcon("Clock24Regular", "", 1, 24)); export const Clock24Filled = ( /*#__PURE__*/createFluentFontIcon("Clock24Filled", "", 0, 24)); export const Clock28Regular = ( /*#__PURE__*/createFluentFontIcon("Clock28Regular", "", 1, 28)); export const Clock28Filled = ( /*#__PURE__*/createFluentFontIcon("Clock28Filled", "", 0, 28)); export const Clock32Regular = ( /*#__PURE__*/createFluentFontIcon("Clock32Regular", "", 1, 32)); export const Clock32Filled = ( /*#__PURE__*/createFluentFontIcon("Clock32Filled", "", 0, 32)); export const Clock32Light = ( /*#__PURE__*/createFluentFontIcon("Clock32Light", "", 3, 32)); export const Clock48Regular = ( /*#__PURE__*/createFluentFontIcon("Clock48Regular", "", 1, 48)); export const Clock48Filled = ( /*#__PURE__*/createFluentFontIcon("Clock48Filled", "", 0, 48));