UNPKG

@fluentui/react-icons

Version:

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

16 lines (15 loc) 1.57 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Line48Filled = exports.Line48Regular = exports.Line32Filled = exports.Line32Regular = exports.Line24Filled = exports.Line24Regular = exports.Line20Filled = exports.Line20Regular = exports.LineRegular = exports.LineFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.LineFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineFilled", "", 2, undefined)); exports.LineRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineRegular", "", 2, undefined)); exports.Line20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Line20Regular", "", 1, 20)); exports.Line20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Line20Filled", "", 0, 20)); exports.Line24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Line24Regular", "", 1, 24)); exports.Line24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Line24Filled", "", 0, 24)); exports.Line32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Line32Regular", "", 1, 32)); exports.Line32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Line32Filled", "", 0, 32)); exports.Line48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Line48Regular", "", 1, 48)); exports.Line48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Line48Filled", "", 0, 48));