Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/eraser-tool.js

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));