@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 543 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DeleteLinesFilled = ( /*#__PURE__*/createFluentFontIcon("DeleteLinesFilled", "", 2, undefined));
export const DeleteLinesRegular = ( /*#__PURE__*/createFluentFontIcon("DeleteLinesRegular", "", 2, undefined));
export const DeleteLines20Regular = ( /*#__PURE__*/createFluentFontIcon("DeleteLines20Regular", "", 1, 20));
export const DeleteLines20Filled = ( /*#__PURE__*/createFluentFontIcon("DeleteLines20Filled", "", 0, 20));