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