17 lines
1.9 KiB
JavaScript
17 lines
1.9 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ArrowOutlineDownLeftFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeftFilled", "", 2, undefined));
|
|
export const ArrowOutlineDownLeftRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeftRegular", "", 2, undefined));
|
|
export const ArrowOutlineDownLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft16Regular", "", 1, 16));
|
|
export const ArrowOutlineDownLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft16Filled", "", 0, 16));
|
|
export const ArrowOutlineDownLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft20Regular", "", 1, 20));
|
|
export const ArrowOutlineDownLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft20Filled", "", 0, 20));
|
|
export const ArrowOutlineDownLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft24Regular", "", 1, 24));
|
|
export const ArrowOutlineDownLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft24Filled", "", 0, 24));
|
|
export const ArrowOutlineDownLeft28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft28Regular", "", 1, 28));
|
|
export const ArrowOutlineDownLeft28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft28Filled", "", 0, 28));
|
|
export const ArrowOutlineDownLeft32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft32Regular", "", 1, 32));
|
|
export const ArrowOutlineDownLeft32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft32Filled", "", 0, 32));
|
|
export const ArrowOutlineDownLeft48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft48Regular", "", 1, 48));
|
|
export const ArrowOutlineDownLeft48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowOutlineDownLeft48Filled", "", 0, 48));
|