@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.17 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CubeQuickFilled = ( /*#__PURE__*/createFluentFontIcon("CubeQuickFilled", "", 2, undefined));
export const CubeQuickRegular = ( /*#__PURE__*/createFluentFontIcon("CubeQuickRegular", "", 2, undefined));
export const CubeQuick16Regular = ( /*#__PURE__*/createFluentFontIcon("CubeQuick16Regular", "", 1, 16));
export const CubeQuick16Filled = ( /*#__PURE__*/createFluentFontIcon("CubeQuick16Filled", "", 0, 16));
export const CubeQuick20Regular = ( /*#__PURE__*/createFluentFontIcon("CubeQuick20Regular", "", 1, 20));
export const CubeQuick20Filled = ( /*#__PURE__*/createFluentFontIcon("CubeQuick20Filled", "", 0, 20));
export const CubeQuick24Regular = ( /*#__PURE__*/createFluentFontIcon("CubeQuick24Regular", "", 1, 24));
export const CubeQuick24Filled = ( /*#__PURE__*/createFluentFontIcon("CubeQuick24Filled", "", 0, 24));
export const CubeQuick28Regular = ( /*#__PURE__*/createFluentFontIcon("CubeQuick28Regular", "", 1, 28));
export const CubeQuick28Filled = ( /*#__PURE__*/createFluentFontIcon("CubeQuick28Filled", "", 0, 28));