17 lines
1.7 KiB
JavaScript
17 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ExpandUpRightFilled = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRightFilled", "", 2, undefined));
|
|
export const ExpandUpRightRegular = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRightRegular", "", 2, undefined));
|
|
export const ExpandUpRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight16Regular", "", 1, 16));
|
|
export const ExpandUpRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight16Filled", "", 0, 16));
|
|
export const ExpandUpRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight20Regular", "", 1, 20));
|
|
export const ExpandUpRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight20Filled", "", 0, 20));
|
|
export const ExpandUpRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight24Regular", "", 1, 24));
|
|
export const ExpandUpRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight24Filled", "", 0, 24));
|
|
export const ExpandUpRight28Regular = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight28Regular", "", 1, 28));
|
|
export const ExpandUpRight28Filled = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight28Filled", "", 0, 28));
|
|
export const ExpandUpRight32Regular = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight32Regular", "", 1, 32));
|
|
export const ExpandUpRight32Filled = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight32Filled", "", 0, 32));
|
|
export const ExpandUpRight48Regular = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight48Regular", "", 1, 48));
|
|
export const ExpandUpRight48Filled = ( /*#__PURE__*/createFluentFontIcon("ExpandUpRight48Filled", "", 0, 48));
|