Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/person-wrench.js

10 lines
835 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonWrench20Filled = exports.PersonWrench20Regular = exports.PersonWrenchRegular = exports.PersonWrenchFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonWrenchFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWrenchFilled", "", 2, undefined));
exports.PersonWrenchRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWrenchRegular", "", 2, undefined));
exports.PersonWrench20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWrench20Regular", "󰄵", 1, 20));
exports.PersonWrench20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonWrench20Filled", "󰄴", 0, 20));