@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 813 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FlowchartCircleFilled = ( /*#__PURE__*/createFluentFontIcon("FlowchartCircleFilled", "", 2, undefined));
export const FlowchartCircleRegular = ( /*#__PURE__*/createFluentFontIcon("FlowchartCircleRegular", "", 2, undefined));
export const FlowchartCircle20Regular = ( /*#__PURE__*/createFluentFontIcon("FlowchartCircle20Regular", "", 1, 20));
export const FlowchartCircle20Filled = ( /*#__PURE__*/createFluentFontIcon("FlowchartCircle20Filled", "", 0, 20));
export const FlowchartCircle24Regular = ( /*#__PURE__*/createFluentFontIcon("FlowchartCircle24Regular", "", 1, 24));
export const FlowchartCircle24Filled = ( /*#__PURE__*/createFluentFontIcon("FlowchartCircle24Filled", "", 0, 24));