@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 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));