9 lines
753 B
JavaScript
9 lines
753 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const EraserToolFilled = ( /*#__PURE__*/createFluentFontIcon("EraserToolFilled", "", 2, undefined));
|
|
export const EraserToolRegular = ( /*#__PURE__*/createFluentFontIcon("EraserToolRegular", "", 2, undefined));
|
|
export const EraserTool20Regular = ( /*#__PURE__*/createFluentFontIcon("EraserTool20Regular", "", 1, 20));
|
|
export const EraserTool20Filled = ( /*#__PURE__*/createFluentFontIcon("EraserTool20Filled", "", 0, 20));
|
|
export const EraserTool24Regular = ( /*#__PURE__*/createFluentFontIcon("EraserTool24Regular", "", 1, 24));
|
|
export const EraserTool24Filled = ( /*#__PURE__*/createFluentFontIcon("EraserTool24Filled", "", 0, 24));
|