15 lines
1.5 KiB
JavaScript
15 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DocumentArrowLeftFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeftFilled", "", 2, undefined));
|
|
export const DocumentArrowLeftRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeftRegular", "", 2, undefined));
|
|
export const DocumentArrowLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft16Regular", "", 1, 16));
|
|
export const DocumentArrowLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft16Filled", "", 0, 16));
|
|
export const DocumentArrowLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft20Regular", "", 1, 20));
|
|
export const DocumentArrowLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft20Filled", "", 0, 20));
|
|
export const DocumentArrowLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft24Regular", "", 1, 24));
|
|
export const DocumentArrowLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft24Filled", "", 0, 24));
|
|
export const DocumentArrowLeft28Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft28Regular", "", 1, 28));
|
|
export const DocumentArrowLeft28Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft28Filled", "", 0, 28));
|
|
export const DocumentArrowLeft48Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft48Regular", "", 1, 48));
|
|
export const DocumentArrowLeft48Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentArrowLeft48Filled", "", 0, 48));
|