@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 797 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.LaserTool20Filled = exports.LaserTool20Regular = exports.LaserToolRegular = exports.LaserToolFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.LaserToolFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaserToolFilled", "", 2, undefined));
exports.LaserToolRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaserToolRegular", "", 2, undefined));
exports.LaserTool20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaserTool20Regular", "", 1, 20));
exports.LaserTool20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaserTool20Filled", "", 0, 20));