11 lines
1019 B
JavaScript
11 lines
1019 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WindowArrowUpFilled = ( /*#__PURE__*/createFluentFontIcon("WindowArrowUpFilled", "", 2, undefined));
|
|
export const WindowArrowUpRegular = ( /*#__PURE__*/createFluentFontIcon("WindowArrowUpRegular", "", 2, undefined));
|
|
export const WindowArrowUp16Regular = ( /*#__PURE__*/createFluentFontIcon("WindowArrowUp16Regular", "", 1, 16));
|
|
export const WindowArrowUp16Filled = ( /*#__PURE__*/createFluentFontIcon("WindowArrowUp16Filled", "", 0, 16));
|
|
export const WindowArrowUp20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowArrowUp20Regular", "", 1, 20));
|
|
export const WindowArrowUp20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowArrowUp20Filled", "", 0, 20));
|
|
export const WindowArrowUp24Regular = ( /*#__PURE__*/createFluentFontIcon("WindowArrowUp24Regular", "", 1, 24));
|
|
export const WindowArrowUp24Filled = ( /*#__PURE__*/createFluentFontIcon("WindowArrowUp24Filled", "", 0, 24));
|