@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.1 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LineStyle24Filled = exports.LineStyle24Regular = exports.LineStyle20Filled = exports.LineStyle20Regular = exports.LineStyleRegular = exports.LineStyleFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LineStyleFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineStyleFilled", "", 2, undefined));
exports.LineStyleRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineStyleRegular", "", 2, undefined));
exports.LineStyle20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineStyle20Regular", "", 1, 20));
exports.LineStyle20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineStyle20Filled", "", 0, 20));
exports.LineStyle24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineStyle24Regular", "", 1, 24));
exports.LineStyle24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineStyle24Filled", "", 0, 24));