@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.41 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClockLock24Filled = exports.ClockLock24Regular = exports.ClockLock20Filled = exports.ClockLock20Regular = exports.ClockLock16Filled = exports.ClockLock16Regular = exports.ClockLockRegular = exports.ClockLockFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ClockLockFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLockFilled", "", 2, undefined));
exports.ClockLockRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLockRegular", "", 2, undefined));
exports.ClockLock16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock16Regular", "", 1, 16));
exports.ClockLock16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock16Filled", "", 0, 16));
exports.ClockLock20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock20Regular", "", 1, 20));
exports.ClockLock20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock20Filled", "", 0, 20));
exports.ClockLock24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock24Regular", "", 1, 24));
exports.ClockLock24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockLock24Filled", "", 0, 24));