12 lines
1.0 KiB
JavaScript
12 lines
1.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Counter24Filled = exports.Counter24Regular = exports.Counter20Filled = exports.Counter20Regular = exports.CounterRegular = exports.CounterFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CounterFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CounterFilled", "", 2, undefined));
|
|
exports.CounterRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CounterRegular", "", 2, undefined));
|
|
exports.Counter20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Counter20Regular", "", 1, 20));
|
|
exports.Counter20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Counter20Filled", "", 0, 20));
|
|
exports.Counter24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Counter24Regular", "", 1, 24));
|
|
exports.Counter24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Counter24Filled", "", 0, 24));
|