7 lines
535 B
JavaScript
7 lines
535 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CubeRotateFilled = ( /*#__PURE__*/createFluentFontIcon("CubeRotateFilled", "", 2, undefined));
|
|
export const CubeRotateRegular = ( /*#__PURE__*/createFluentFontIcon("CubeRotateRegular", "", 2, undefined));
|
|
export const CubeRotate20Regular = ( /*#__PURE__*/createFluentFontIcon("CubeRotate20Regular", "", 1, 20));
|
|
export const CubeRotate20Filled = ( /*#__PURE__*/createFluentFontIcon("CubeRotate20Filled", "", 0, 20));
|