@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.06 kB
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));