7 lines
527 B
JavaScript
7 lines
527 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LaserToolFilled = ( /*#__PURE__*/createFluentFontIcon("LaserToolFilled", "", 2, undefined));
|
|
export const LaserToolRegular = ( /*#__PURE__*/createFluentFontIcon("LaserToolRegular", "", 2, undefined));
|
|
export const LaserTool20Regular = ( /*#__PURE__*/createFluentFontIcon("LaserTool20Regular", "", 1, 20));
|
|
export const LaserTool20Filled = ( /*#__PURE__*/createFluentFontIcon("LaserTool20Filled", "", 0, 20));
|