@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.6 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Gavel32Filled = exports.Gavel32Regular = exports.Gavel24Filled = exports.Gavel24Regular = exports.Gavel20Filled = exports.Gavel20Regular = exports.Gavel16Filled = exports.Gavel16Regular = exports.GavelRegular = exports.GavelFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.GavelFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GavelFilled", "", 2, undefined));
exports.GavelRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GavelRegular", "", 2, undefined));
exports.Gavel16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel16Regular", "", 1, 16));
exports.Gavel16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel16Filled", "", 0, 16));
exports.Gavel20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel20Regular", "", 1, 20));
exports.Gavel20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel20Filled", "", 0, 20));
exports.Gavel24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel24Regular", "", 1, 24));
exports.Gavel24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel24Filled", "", 0, 24));
exports.Gavel32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel32Regular", "", 1, 32));
exports.Gavel32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Gavel32Filled", "", 0, 32));