@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.1 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeleteOff24Filled = exports.DeleteOff24Regular = exports.DeleteOff20Filled = exports.DeleteOff20Regular = exports.DeleteOffRegular = exports.DeleteOffFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DeleteOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteOffFilled", "", 2, undefined));
exports.DeleteOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteOffRegular", "", 2, undefined));
exports.DeleteOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteOff20Regular", "", 1, 20));
exports.DeleteOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteOff20Filled", "", 0, 20));
exports.DeleteOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteOff24Regular", "", 1, 24));
exports.DeleteOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeleteOff24Filled", "", 0, 24));