Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/person-settings.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

12 lines
1.2 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.PersonSettings20Filled = exports.PersonSettings20Regular = exports.PersonSettings16Filled = exports.PersonSettings16Regular = exports.PersonSettingsRegular = exports.PersonSettingsFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.PersonSettingsFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSettingsFilled", "", 2, undefined));
exports.PersonSettingsRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSettingsRegular", "", 2, undefined));
exports.PersonSettings16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSettings16Regular", "", 1, 16));
exports.PersonSettings16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSettings16Filled", "", 0, 16));
exports.PersonSettings20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSettings20Regular", "", 1, 20));
exports.PersonSettings20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonSettings20Filled", "", 0, 20));