UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

15 lines (14 loc) 1.36 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const PasswordFilled = ( /*#__PURE__*/createFluentFontIcon("PasswordFilled", "", 2, undefined)); export const PasswordRegular = ( /*#__PURE__*/createFluentFontIcon("PasswordRegular", "", 2, undefined)); export const Password16Regular = ( /*#__PURE__*/createFluentFontIcon("Password16Regular", "", 1, 16)); export const Password16Filled = ( /*#__PURE__*/createFluentFontIcon("Password16Filled", "", 0, 16)); export const Password20Regular = ( /*#__PURE__*/createFluentFontIcon("Password20Regular", "", 1, 20)); export const Password20Filled = ( /*#__PURE__*/createFluentFontIcon("Password20Filled", "", 0, 20)); export const Password24Regular = ( /*#__PURE__*/createFluentFontIcon("Password24Regular", "", 1, 24)); export const Password24Filled = ( /*#__PURE__*/createFluentFontIcon("Password24Filled", "", 0, 24)); export const Password32Regular = ( /*#__PURE__*/createFluentFontIcon("Password32Regular", "󰖮", 1, 32)); export const Password32Filled = ( /*#__PURE__*/createFluentFontIcon("Password32Filled", "󰘧", 0, 32)); export const Password48Regular = ( /*#__PURE__*/createFluentFontIcon("Password48Regular", "󰖯", 1, 48)); export const Password48Filled = ( /*#__PURE__*/createFluentFontIcon("Password48Filled", "󰘨", 0, 48));