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

10 lines
869 B
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowInprivate20Filled = exports.WindowInprivate20Regular = exports.WindowInprivateRegular = exports.WindowInprivateFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowInprivateFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowInprivateFilled", "", 2, undefined));
exports.WindowInprivateRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowInprivateRegular", "", 2, undefined));
exports.WindowInprivate20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowInprivate20Regular", "", 1, 20));
exports.WindowInprivate20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowInprivate20Filled", "", 0, 20));