9 lines
705 B
JavaScript
9 lines
705 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const EraserFilled = ( /*#__PURE__*/createFluentFontIcon("EraserFilled", "", 2, undefined));
|
|
export const EraserRegular = ( /*#__PURE__*/createFluentFontIcon("EraserRegular", "", 2, undefined));
|
|
export const Eraser20Regular = ( /*#__PURE__*/createFluentFontIcon("Eraser20Regular", "", 1, 20));
|
|
export const Eraser20Filled = ( /*#__PURE__*/createFluentFontIcon("Eraser20Filled", "", 0, 20));
|
|
export const Eraser24Regular = ( /*#__PURE__*/createFluentFontIcon("Eraser24Regular", "", 1, 24));
|
|
export const Eraser24Filled = ( /*#__PURE__*/createFluentFontIcon("Eraser24Filled", "", 0, 24));
|