17 lines
1.8 KiB
JavaScript
17 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ShieldArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRightFilled", "", 2, undefined));
|
|
export const ShieldArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRightRegular", "", 2, undefined));
|
|
export const ShieldArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight16Regular", "", 1, 16));
|
|
export const ShieldArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight16Filled", "", 0, 16));
|
|
export const ShieldArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight20Regular", "", 1, 20));
|
|
export const ShieldArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight20Filled", "", 0, 20));
|
|
export const ShieldArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight24Regular", "", 1, 24));
|
|
export const ShieldArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight24Filled", "", 0, 24));
|
|
export const ShieldArrowRight28Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight28Regular", "", 1, 28));
|
|
export const ShieldArrowRight28Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight28Filled", "", 0, 28));
|
|
export const ShieldArrowRight32Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight32Regular", "", 1, 32));
|
|
export const ShieldArrowRight32Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight32Filled", "", 0, 32));
|
|
export const ShieldArrowRight48Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight48Regular", "", 1, 48));
|
|
export const ShieldArrowRight48Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldArrowRight48Filled", "", 0, 48));
|