7 lines
551 B
JavaScript
7 lines
551 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const SquareEraserFilled = ( /*#__PURE__*/createFluentFontIcon("SquareEraserFilled", "", 2, undefined));
|
|
export const SquareEraserRegular = ( /*#__PURE__*/createFluentFontIcon("SquareEraserRegular", "", 2, undefined));
|
|
export const SquareEraser20Regular = ( /*#__PURE__*/createFluentFontIcon("SquareEraser20Regular", "", 1, 20));
|
|
export const SquareEraser20Filled = ( /*#__PURE__*/createFluentFontIcon("SquareEraser20Filled", "", 0, 20));
|