UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 741 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DeleteOffFilled = ( /*#__PURE__*/createFluentFontIcon("DeleteOffFilled", "", 2, undefined)); export const DeleteOffRegular = ( /*#__PURE__*/createFluentFontIcon("DeleteOffRegular", "", 2, undefined)); export const DeleteOff20Regular = ( /*#__PURE__*/createFluentFontIcon("DeleteOff20Regular", "", 1, 20)); export const DeleteOff20Filled = ( /*#__PURE__*/createFluentFontIcon("DeleteOff20Filled", "", 0, 20)); export const DeleteOff24Regular = ( /*#__PURE__*/createFluentFontIcon("DeleteOff24Regular", "", 1, 24)); export const DeleteOff24Filled = ( /*#__PURE__*/createFluentFontIcon("DeleteOff24Filled", "", 0, 24));