20 lines
1.9 KiB
JavaScript
20 lines
1.9 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ArrowDownFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownFilled", "", 2, undefined));
|
|
export const ArrowDownRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownRegular", "", 2, undefined));
|
|
export const ArrowDown12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDown12Regular", "", 1, 12));
|
|
export const ArrowDown12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDown12Filled", "", 0, 12));
|
|
export const ArrowDown16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDown16Regular", "", 1, 16));
|
|
export const ArrowDown16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDown16Filled", "", 0, 16));
|
|
export const ArrowDown20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDown20Regular", "", 1, 20));
|
|
export const ArrowDown20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDown20Filled", "", 0, 20));
|
|
export const ArrowDown24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDown24Regular", "", 1, 24));
|
|
export const ArrowDown24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDown24Filled", "", 0, 24));
|
|
export const ArrowDown28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDown28Regular", "", 1, 28));
|
|
export const ArrowDown28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDown28Filled", "", 0, 28));
|
|
export const ArrowDown32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDown32Regular", "", 1, 32));
|
|
export const ArrowDown32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDown32Filled", "", 0, 32));
|
|
export const ArrowDown32Light = ( /*#__PURE__*/createFluentFontIcon("ArrowDown32Light", "", 3, 32));
|
|
export const ArrowDown48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDown48Regular", "", 1, 48));
|
|
export const ArrowDown48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDown48Filled", "", 0, 48));
|