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

11 lines
1.0 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WarningLockOpenFilled = ( /*#__PURE__*/createFluentFontIcon("WarningLockOpenFilled", "", 2, undefined));
export const WarningLockOpenRegular = ( /*#__PURE__*/createFluentFontIcon("WarningLockOpenRegular", "", 2, undefined));
export const WarningLockOpen16Regular = ( /*#__PURE__*/createFluentFontIcon("WarningLockOpen16Regular", "󰚆", 1, 16));
export const WarningLockOpen16Filled = ( /*#__PURE__*/createFluentFontIcon("WarningLockOpen16Filled", "󰜁", 0, 16));
export const WarningLockOpen20Regular = ( /*#__PURE__*/createFluentFontIcon("WarningLockOpen20Regular", "󰚇", 1, 20));
export const WarningLockOpen20Filled = ( /*#__PURE__*/createFluentFontIcon("WarningLockOpen20Filled", "󰜂", 0, 20));
export const WarningLockOpen24Regular = ( /*#__PURE__*/createFluentFontIcon("WarningLockOpen24Regular", "󰚈", 1, 24));
export const WarningLockOpen24Filled = ( /*#__PURE__*/createFluentFontIcon("WarningLockOpen24Filled", "󰜃", 0, 24));