17 lines
1.6 KiB
JavaScript
17 lines
1.6 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ShieldAddFilled = ( /*#__PURE__*/createFluentFontIcon("ShieldAddFilled", "", 2, undefined));
|
|
export const ShieldAddRegular = ( /*#__PURE__*/createFluentFontIcon("ShieldAddRegular", "", 2, undefined));
|
|
export const ShieldAdd16Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd16Regular", "", 1, 16));
|
|
export const ShieldAdd16Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd16Filled", "", 0, 16));
|
|
export const ShieldAdd20Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd20Regular", "", 1, 20));
|
|
export const ShieldAdd20Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd20Filled", "", 0, 20));
|
|
export const ShieldAdd24Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd24Regular", "", 1, 24));
|
|
export const ShieldAdd24Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd24Filled", "", 0, 24));
|
|
export const ShieldAdd28Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd28Regular", "", 1, 28));
|
|
export const ShieldAdd28Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd28Filled", "", 0, 28));
|
|
export const ShieldAdd32Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd32Regular", "", 1, 32));
|
|
export const ShieldAdd32Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd32Filled", "", 0, 32));
|
|
export const ShieldAdd48Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd48Regular", "", 1, 48));
|
|
export const ShieldAdd48Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldAdd48Filled", "", 0, 48));
|