11 lines
891 B
JavaScript
11 lines
891 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const VaultFilled = ( /*#__PURE__*/createFluentFontIcon("VaultFilled", "", 2, undefined));
|
|
export const VaultRegular = ( /*#__PURE__*/createFluentFontIcon("VaultRegular", "", 2, undefined));
|
|
export const Vault16Regular = ( /*#__PURE__*/createFluentFontIcon("Vault16Regular", "", 1, 16));
|
|
export const Vault16Filled = ( /*#__PURE__*/createFluentFontIcon("Vault16Filled", "", 0, 16));
|
|
export const Vault20Regular = ( /*#__PURE__*/createFluentFontIcon("Vault20Regular", "", 1, 20));
|
|
export const Vault20Filled = ( /*#__PURE__*/createFluentFontIcon("Vault20Filled", "", 0, 20));
|
|
export const Vault24Regular = ( /*#__PURE__*/createFluentFontIcon("Vault24Regular", "", 1, 24));
|
|
export const Vault24Filled = ( /*#__PURE__*/createFluentFontIcon("Vault24Filled", "", 0, 24));
|