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