@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 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));