Private
Public Access
1
0
Files

12 lines
1.0 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Bench24Filled = exports.Bench24Regular = exports.Bench20Filled = exports.Bench20Regular = exports.BenchRegular = exports.BenchFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BenchFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BenchFilled", "", 2, undefined));
exports.BenchRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BenchRegular", "", 2, undefined));
exports.Bench20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Bench20Regular", "󰕜", 1, 20));
exports.Bench20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Bench20Filled", "󰗕", 0, 20));
exports.Bench24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Bench24Regular", "󰕝", 1, 24));
exports.Bench24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Bench24Filled", "󰗖", 0, 24));