Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/line-horizontal-1-dash-dot-dash.js

10 lines
1003 B
JavaScript

"use client";
"use strict";
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));