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

7 lines
575 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowInprivateFilled = ( /*#__PURE__*/createFluentFontIcon("WindowInprivateFilled", "", 2, undefined));
export const WindowInprivateRegular = ( /*#__PURE__*/createFluentFontIcon("WindowInprivateRegular", "", 2, undefined));
export const WindowInprivate20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowInprivate20Regular", "", 1, 20));
export const WindowInprivate20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowInprivate20Filled", "", 0, 20));