@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.46 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DividerTall24Filled = exports.DividerTall24Regular = exports.DividerTall20Filled = exports.DividerTall20Regular = exports.DividerTall16Filled = exports.DividerTall16Regular = exports.DividerTallRegular = exports.DividerTallFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DividerTallFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DividerTallFilled", "", 2, undefined));
exports.DividerTallRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DividerTallRegular", "", 2, undefined));
exports.DividerTall16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DividerTall16Regular", "", 1, 16));
exports.DividerTall16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DividerTall16Filled", "", 0, 16));
exports.DividerTall20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DividerTall20Regular", "", 1, 20));
exports.DividerTall20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DividerTall20Filled", "", 0, 20));
exports.DividerTall24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DividerTall24Regular", "", 1, 24));
exports.DividerTall24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DividerTall24Filled", "", 0, 24));