Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/password.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

15 lines
1.3 KiB
JavaScript

"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));