10 lines
797 B
JavaScript
10 lines
797 B
JavaScript
"use client";
|
|
"use strict";
|
|
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));
|