19 lines
1.8 KiB
JavaScript
19 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ArrowExitFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowExitFilled", "", 2, undefined));
|
|
export const ArrowExitRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowExitRegular", "", 2, undefined));
|
|
export const ArrowExit12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExit12Regular", "", 1, 12));
|
|
export const ArrowExit12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExit12Filled", "", 0, 12));
|
|
export const ArrowExit16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExit16Regular", "", 1, 16));
|
|
export const ArrowExit16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExit16Filled", "", 0, 16));
|
|
export const ArrowExit20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExit20Regular", "", 1, 20));
|
|
export const ArrowExit20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExit20Filled", "", 0, 20));
|
|
export const ArrowExit24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExit24Regular", "", 1, 24));
|
|
export const ArrowExit24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExit24Filled", "", 0, 24));
|
|
export const ArrowExit28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExit28Regular", "", 1, 28));
|
|
export const ArrowExit28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExit28Filled", "", 0, 28));
|
|
export const ArrowExit32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExit32Regular", "", 1, 32));
|
|
export const ArrowExit32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExit32Filled", "", 0, 32));
|
|
export const ArrowExit48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowExit48Regular", "", 1, 48));
|
|
export const ArrowExit48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowExit48Filled", "", 0, 48));
|