Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/cube-rotate.js

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));