@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.04 kB
JavaScript
"use client";
;
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));