@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 729 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const KeyResetFilled = ( /*#__PURE__*/createFluentFontIcon("KeyResetFilled", "", 2, undefined));
export const KeyResetRegular = ( /*#__PURE__*/createFluentFontIcon("KeyResetRegular", "", 2, undefined));
export const KeyReset20Regular = ( /*#__PURE__*/createFluentFontIcon("KeyReset20Regular", "", 1, 20));
export const KeyReset20Filled = ( /*#__PURE__*/createFluentFontIcon("KeyReset20Filled", "", 0, 20));
export const KeyReset24Regular = ( /*#__PURE__*/createFluentFontIcon("KeyReset24Regular", "", 1, 24));
export const KeyReset24Filled = ( /*#__PURE__*/createFluentFontIcon("KeyReset24Filled", "", 0, 24));