UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

19 lines (18 loc) 2.02 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Broom32Light = exports.Broom32Filled = exports.Broom32Regular = exports.Broom28Filled = exports.Broom28Regular = exports.Broom24Filled = exports.Broom24Regular = exports.Broom20Filled = exports.Broom20Regular = exports.Broom16Filled = exports.Broom16Regular = exports.BroomRegular = exports.BroomFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.BroomFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BroomFilled", "", 2, undefined)); exports.BroomRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BroomRegular", "", 2, undefined)); exports.Broom16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom16Regular", "", 1, 16)); exports.Broom16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom16Filled", "", 0, 16)); exports.Broom20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom20Regular", "", 1, 20)); exports.Broom20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom20Filled", "", 0, 20)); exports.Broom24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom24Regular", "", 1, 24)); exports.Broom24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom24Filled", "", 0, 24)); exports.Broom28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom28Regular", "", 1, 28)); exports.Broom28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom28Filled", "", 0, 28)); exports.Broom32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom32Regular", "󰐩", 1, 32)); exports.Broom32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom32Filled", "󰐼", 0, 32)); exports.Broom32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Broom32Light", "", 3, 32));