Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/line-horizontal-1-dash-dot-dash.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

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));