@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 955 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ClockLockFilled = ( /*#__PURE__*/createFluentFontIcon("ClockLockFilled", "", 2, undefined));
export const ClockLockRegular = ( /*#__PURE__*/createFluentFontIcon("ClockLockRegular", "", 2, undefined));
export const ClockLock16Regular = ( /*#__PURE__*/createFluentFontIcon("ClockLock16Regular", "", 1, 16));
export const ClockLock16Filled = ( /*#__PURE__*/createFluentFontIcon("ClockLock16Filled", "", 0, 16));
export const ClockLock20Regular = ( /*#__PURE__*/createFluentFontIcon("ClockLock20Regular", "", 1, 20));
export const ClockLock20Filled = ( /*#__PURE__*/createFluentFontIcon("ClockLock20Filled", "", 0, 20));
export const ClockLock24Regular = ( /*#__PURE__*/createFluentFontIcon("ClockLock24Regular", "", 1, 24));
export const ClockLock24Filled = ( /*#__PURE__*/createFluentFontIcon("ClockLock24Filled", "", 0, 24));