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