10 lines
785 B
JavaScript
10 lines
785 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.GaugeAdd20Filled = exports.GaugeAdd20Regular = exports.GaugeAddRegular = exports.GaugeAddFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.GaugeAddFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GaugeAddFilled", "", 2, undefined));
|
|
exports.GaugeAddRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GaugeAddRegular", "", 2, undefined));
|
|
exports.GaugeAdd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GaugeAdd20Regular", "", 1, 20));
|
|
exports.GaugeAdd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GaugeAdd20Filled", "", 0, 20));
|