9 lines
717 B
JavaScript
9 lines
717 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DiagramFilled = ( /*#__PURE__*/createFluentFontIcon("DiagramFilled", "", 2, undefined));
|
|
export const DiagramRegular = ( /*#__PURE__*/createFluentFontIcon("DiagramRegular", "", 2, undefined));
|
|
export const Diagram20Regular = ( /*#__PURE__*/createFluentFontIcon("Diagram20Regular", "", 1, 20));
|
|
export const Diagram20Filled = ( /*#__PURE__*/createFluentFontIcon("Diagram20Filled", "", 0, 20));
|
|
export const Diagram24Regular = ( /*#__PURE__*/createFluentFontIcon("Diagram24Regular", "", 1, 24));
|
|
export const Diagram24Filled = ( /*#__PURE__*/createFluentFontIcon("Diagram24Filled", "", 0, 24));
|