14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DoorArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRightFilled", "", 2, undefined));
|
|
export const DoorArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRightRegular", "", 2, undefined));
|
|
export const DoorArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight16Regular", "", 1, 16));
|
|
export const DoorArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight16Filled", "", 0, 16));
|
|
export const DoorArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight20Regular", "", 1, 20));
|
|
export const DoorArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight20Filled", "", 0, 20));
|
|
export const DoorArrowRight28Regular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight28Regular", "", 1, 28));
|
|
export const DoorArrowRight28Filled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight28Filled", "", 0, 28));
|
|
export const DoorArrowRight32Regular = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight32Regular", "", 1, 32));
|
|
export const DoorArrowRight32Filled = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight32Filled", "", 0, 32));
|
|
export const DoorArrowRight32Light = ( /*#__PURE__*/createFluentFontIcon("DoorArrowRight32Light", "", 3, 32));
|