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

10 lines
953 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowInprivateAccount20Filled = exports.WindowInprivateAccount20Regular = exports.WindowInprivateAccountRegular = exports.WindowInprivateAccountFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowInprivateAccountFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowInprivateAccountFilled", "", 2, undefined));
exports.WindowInprivateAccountRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowInprivateAccountRegular", "", 2, undefined));
exports.WindowInprivateAccount20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowInprivateAccount20Regular", "", 1, 20));
exports.WindowInprivateAccount20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowInprivateAccount20Filled", "", 0, 20));