9 lines
781 B
JavaScript
9 lines
781 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DocumentCubeFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentCubeFilled", "", 2, undefined));
|
|
export const DocumentCubeRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentCubeRegular", "", 2, undefined));
|
|
export const DocumentCube20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentCube20Regular", "", 1, 20));
|
|
export const DocumentCube20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentCube20Filled", "", 0, 20));
|
|
export const DocumentCube24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentCube24Regular", "", 1, 24));
|
|
export const DocumentCube24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentCube24Filled", "", 0, 24));
|