@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 955 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ConnectorFilled = ( /*#__PURE__*/createFluentFontIcon("ConnectorFilled", "", 2, undefined));
export const ConnectorRegular = ( /*#__PURE__*/createFluentFontIcon("ConnectorRegular", "", 2, undefined));
export const Connector16Regular = ( /*#__PURE__*/createFluentFontIcon("Connector16Regular", "", 1, 16));
export const Connector16Filled = ( /*#__PURE__*/createFluentFontIcon("Connector16Filled", "", 0, 16));
export const Connector20Regular = ( /*#__PURE__*/createFluentFontIcon("Connector20Regular", "", 1, 20));
export const Connector20Filled = ( /*#__PURE__*/createFluentFontIcon("Connector20Filled", "", 0, 20));
export const Connector24Regular = ( /*#__PURE__*/createFluentFontIcon("Connector24Regular", "", 1, 24));
export const Connector24Filled = ( /*#__PURE__*/createFluentFontIcon("Connector24Filled", "", 0, 24));