17 lines
1.8 KiB
JavaScript
17 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const LockClosedRibbonFilled = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbonFilled", "", 2, undefined));
|
|
export const LockClosedRibbonRegular = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbonRegular", "", 2, undefined));
|
|
export const LockClosedRibbon16Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon16Regular", "", 1, 16));
|
|
export const LockClosedRibbon16Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon16Filled", "", 0, 16));
|
|
export const LockClosedRibbon20Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon20Regular", "", 1, 20));
|
|
export const LockClosedRibbon20Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon20Filled", "", 0, 20));
|
|
export const LockClosedRibbon24Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon24Regular", "", 1, 24));
|
|
export const LockClosedRibbon24Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon24Filled", "", 0, 24));
|
|
export const LockClosedRibbon28Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon28Regular", "", 1, 28));
|
|
export const LockClosedRibbon28Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon28Filled", "", 0, 28));
|
|
export const LockClosedRibbon32Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon32Regular", "", 1, 32));
|
|
export const LockClosedRibbon32Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon32Filled", "", 0, 32));
|
|
export const LockClosedRibbon48Regular = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon48Regular", "", 1, 48));
|
|
export const LockClosedRibbon48Filled = ( /*#__PURE__*/createFluentFontIcon("LockClosedRibbon48Filled", "", 0, 48));
|