@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.02 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const LockClosedKeyFilled = ( /*#__PURE__*/createFluentFontIcon("LockClosedKeyFilled", "", 2, undefined));
export const LockClosedKeyRegular = ( /*#__PURE__*/createFluentFontIcon("LockClosedKeyRegular", "", 2, undefined));
export const LockClosedKey16Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedKey16Regular", "", 1, 16));
export const LockClosedKey16Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedKey16Filled", "", 0, 16));
export const LockClosedKey20Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedKey20Regular", "", 1, 20));
export const LockClosedKey20Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedKey20Filled", "", 0, 20));
export const LockClosedKey24Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedKey24Regular", "", 1, 24));
export const LockClosedKey24Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedKey24Filled", "", 0, 24));