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

10 lines
821 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteLines20Filled = exports.DeleteLines20Regular = exports.DeleteLinesRegular = exports.DeleteLinesFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DeleteLinesFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteLinesFilled", "", 2, undefined));
exports.DeleteLinesRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteLinesRegular", "", 2, undefined));
exports.DeleteLines20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteLines20Regular", "", 1, 20));
exports.DeleteLines20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteLines20Filled", "", 0, 20));