9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CubeTreeFilled = ( /*#__PURE__*/createFluentFontIcon("CubeTreeFilled", "", 2, undefined));
|
|
export const CubeTreeRegular = ( /*#__PURE__*/createFluentFontIcon("CubeTreeRegular", "", 2, undefined));
|
|
export const CubeTree20Regular = ( /*#__PURE__*/createFluentFontIcon("CubeTree20Regular", "", 1, 20));
|
|
export const CubeTree20Filled = ( /*#__PURE__*/createFluentFontIcon("CubeTree20Filled", "", 0, 20));
|
|
export const CubeTree24Regular = ( /*#__PURE__*/createFluentFontIcon("CubeTree24Regular", "", 1, 24));
|
|
export const CubeTree24Filled = ( /*#__PURE__*/createFluentFontIcon("CubeTree24Filled", "", 0, 24));
|