@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.51 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataHistogram24Filled = exports.DataHistogram24Regular = exports.DataHistogram20Filled = exports.DataHistogram20Regular = exports.DataHistogram16Filled = exports.DataHistogram16Regular = exports.DataHistogramRegular = exports.DataHistogramFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DataHistogramFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DataHistogramFilled", "", 2, undefined));
exports.DataHistogramRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DataHistogramRegular", "", 2, undefined));
exports.DataHistogram16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DataHistogram16Regular", "", 1, 16));
exports.DataHistogram16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DataHistogram16Filled", "", 0, 16));
exports.DataHistogram20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DataHistogram20Regular", "", 1, 20));
exports.DataHistogram20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DataHistogram20Filled", "", 0, 20));
exports.DataHistogram24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DataHistogram24Regular", "", 1, 24));
exports.DataHistogram24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DataHistogram24Filled", "", 0, 24));