9 lines
801 B
JavaScript
9 lines
801 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TrayItemRemoveFilled = ( /*#__PURE__*/createFluentFontIcon("TrayItemRemoveFilled", "", 2, undefined));
|
|
export const TrayItemRemoveRegular = ( /*#__PURE__*/createFluentFontIcon("TrayItemRemoveRegular", "", 2, undefined));
|
|
export const TrayItemRemove20Regular = ( /*#__PURE__*/createFluentFontIcon("TrayItemRemove20Regular", "", 1, 20));
|
|
export const TrayItemRemove20Filled = ( /*#__PURE__*/createFluentFontIcon("TrayItemRemove20Filled", "", 0, 20));
|
|
export const TrayItemRemove24Regular = ( /*#__PURE__*/createFluentFontIcon("TrayItemRemove24Regular", "", 1, 24));
|
|
export const TrayItemRemove24Filled = ( /*#__PURE__*/createFluentFontIcon("TrayItemRemove24Filled", "", 0, 24));
|