@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.49 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ClockToolbox32Filled = exports.ClockToolbox32Regular = exports.ClockToolbox24Filled = exports.ClockToolbox24Regular = exports.ClockToolbox20Filled = exports.ClockToolbox20Regular = exports.ClockToolboxRegular = exports.ClockToolboxFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ClockToolboxFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockToolboxFilled", "", 2, undefined));
exports.ClockToolboxRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockToolboxRegular", "", 2, undefined));
exports.ClockToolbox20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockToolbox20Regular", "", 1, 20));
exports.ClockToolbox20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockToolbox20Filled", "", 0, 20));
exports.ClockToolbox24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockToolbox24Regular", "", 1, 24));
exports.ClockToolbox24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockToolbox24Filled", "", 0, 24));
exports.ClockToolbox32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockToolbox32Regular", "", 1, 32));
exports.ClockToolbox32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ClockToolbox32Filled", "", 0, 32));