@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.54 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BrightnessHigh48Filled = exports.BrightnessHigh48Regular = exports.BrightnessHigh32Filled = exports.BrightnessHigh32Regular = exports.BrightnessHigh28Filled = exports.BrightnessHigh28Regular = exports.BrightnessHigh24Filled = exports.BrightnessHigh24Regular = exports.BrightnessHigh20Filled = exports.BrightnessHigh20Regular = exports.BrightnessHigh16Filled = exports.BrightnessHigh16Regular = exports.BrightnessHighRegular = exports.BrightnessHighFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.BrightnessHighFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHighFilled", "", 2, undefined));
exports.BrightnessHighRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHighRegular", "", 2, undefined));
exports.BrightnessHigh16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh16Regular", "", 1, 16));
exports.BrightnessHigh16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh16Filled", "", 0, 16));
exports.BrightnessHigh20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh20Regular", "", 1, 20));
exports.BrightnessHigh20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh20Filled", "", 0, 20));
exports.BrightnessHigh24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh24Regular", "", 1, 24));
exports.BrightnessHigh24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh24Filled", "", 0, 24));
exports.BrightnessHigh28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh28Regular", "", 1, 28));
exports.BrightnessHigh28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh28Filled", "", 0, 28));
exports.BrightnessHigh32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh32Regular", "", 1, 32));
exports.BrightnessHigh32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh32Filled", "", 0, 32));
exports.BrightnessHigh48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh48Regular", "", 1, 48));
exports.BrightnessHigh48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BrightnessHigh48Filled", "", 0, 48));