UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

10 lines (9 loc) 821 B
"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));