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

10 lines
907 B
JavaScript

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