13 lines
1.1 KiB
JavaScript
13 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FlowchartFilled = ( /*#__PURE__*/createFluentFontIcon("FlowchartFilled", "", 2, undefined));
|
|
export const FlowchartRegular = ( /*#__PURE__*/createFluentFontIcon("FlowchartRegular", "", 2, undefined));
|
|
export const Flowchart16Regular = ( /*#__PURE__*/createFluentFontIcon("Flowchart16Regular", "", 1, 16));
|
|
export const Flowchart16Filled = ( /*#__PURE__*/createFluentFontIcon("Flowchart16Filled", "", 0, 16));
|
|
export const Flowchart20Regular = ( /*#__PURE__*/createFluentFontIcon("Flowchart20Regular", "", 1, 20));
|
|
export const Flowchart20Filled = ( /*#__PURE__*/createFluentFontIcon("Flowchart20Filled", "", 0, 20));
|
|
export const Flowchart24Regular = ( /*#__PURE__*/createFluentFontIcon("Flowchart24Regular", "", 1, 24));
|
|
export const Flowchart24Filled = ( /*#__PURE__*/createFluentFontIcon("Flowchart24Filled", "", 0, 24));
|
|
export const Flowchart32Regular = ( /*#__PURE__*/createFluentFontIcon("Flowchart32Regular", "", 1, 32));
|
|
export const Flowchart32Filled = ( /*#__PURE__*/createFluentFontIcon("Flowchart32Filled", "", 0, 32));
|