@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 1 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LineHorizontal1DashDotDash20Filled = exports.LineHorizontal1DashDotDash20Regular = exports.LineHorizontal1DashDotDashRegular = exports.LineHorizontal1DashDotDashFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LineHorizontal1DashDotDashFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1DashDotDashFilled", "", 2, undefined));
exports.LineHorizontal1DashDotDashRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1DashDotDashRegular", "", 2, undefined));
exports.LineHorizontal1DashDotDash20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1DashDotDash20Regular", "", 1, 20));
exports.LineHorizontal1DashDotDash20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LineHorizontal1DashDotDash20Filled", "", 0, 20));