21 lines
2.3 KiB
JavaScript
21 lines
2.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.History48Filled = exports.History48Regular = exports.History32Light = exports.History32Filled = exports.History32Regular = exports.History28Filled = exports.History28Regular = exports.History24Filled = exports.History24Regular = exports.History20Filled = exports.History20Regular = exports.History16Filled = exports.History16Regular = exports.HistoryRegular = exports.HistoryFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.HistoryFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HistoryFilled", "", 2, undefined));
|
|
exports.HistoryRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("HistoryRegular", "", 2, undefined));
|
|
exports.History16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History16Regular", "", 1, 16));
|
|
exports.History16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History16Filled", "", 0, 16));
|
|
exports.History20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History20Regular", "", 1, 20));
|
|
exports.History20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History20Filled", "", 0, 20));
|
|
exports.History24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History24Regular", "", 1, 24));
|
|
exports.History24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History24Filled", "", 0, 24));
|
|
exports.History28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History28Regular", "", 1, 28));
|
|
exports.History28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History28Filled", "", 0, 28));
|
|
exports.History32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History32Regular", "", 1, 32));
|
|
exports.History32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History32Filled", "", 0, 32));
|
|
exports.History32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History32Light", "", 3, 32));
|
|
exports.History48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History48Regular", "", 1, 48));
|
|
exports.History48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("History48Filled", "", 0, 48));
|