Private
Public Access
1
0
Files

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
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));