17 lines
1.5 KiB
JavaScript
17 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const RhombusFilled = ( /*#__PURE__*/createFluentFontIcon("RhombusFilled", "", 2, undefined));
|
|
export const RhombusRegular = ( /*#__PURE__*/createFluentFontIcon("RhombusRegular", "", 2, undefined));
|
|
export const Rhombus16Regular = ( /*#__PURE__*/createFluentFontIcon("Rhombus16Regular", "", 1, 16));
|
|
export const Rhombus16Filled = ( /*#__PURE__*/createFluentFontIcon("Rhombus16Filled", "", 0, 16));
|
|
export const Rhombus20Regular = ( /*#__PURE__*/createFluentFontIcon("Rhombus20Regular", "", 1, 20));
|
|
export const Rhombus20Filled = ( /*#__PURE__*/createFluentFontIcon("Rhombus20Filled", "", 0, 20));
|
|
export const Rhombus24Regular = ( /*#__PURE__*/createFluentFontIcon("Rhombus24Regular", "", 1, 24));
|
|
export const Rhombus24Filled = ( /*#__PURE__*/createFluentFontIcon("Rhombus24Filled", "", 0, 24));
|
|
export const Rhombus28Regular = ( /*#__PURE__*/createFluentFontIcon("Rhombus28Regular", "", 1, 28));
|
|
export const Rhombus28Filled = ( /*#__PURE__*/createFluentFontIcon("Rhombus28Filled", "", 0, 28));
|
|
export const Rhombus32Regular = ( /*#__PURE__*/createFluentFontIcon("Rhombus32Regular", "", 1, 32));
|
|
export const Rhombus32Filled = ( /*#__PURE__*/createFluentFontIcon("Rhombus32Filled", "", 0, 32));
|
|
export const Rhombus48Regular = ( /*#__PURE__*/createFluentFontIcon("Rhombus48Regular", "", 1, 48));
|
|
export const Rhombus48Filled = ( /*#__PURE__*/createFluentFontIcon("Rhombus48Filled", "", 0, 48));
|