@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.91 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const OrganizationFilled = ( /*#__PURE__*/createFluentFontIcon("OrganizationFilled", "", 2, undefined));
export const OrganizationRegular = ( /*#__PURE__*/createFluentFontIcon("OrganizationRegular", "", 2, undefined));
export const Organization12Regular = ( /*#__PURE__*/createFluentFontIcon("Organization12Regular", "", 1, 12));
export const Organization12Filled = ( /*#__PURE__*/createFluentFontIcon("Organization12Filled", "", 0, 12));
export const Organization16Regular = ( /*#__PURE__*/createFluentFontIcon("Organization16Regular", "", 1, 16));
export const Organization16Filled = ( /*#__PURE__*/createFluentFontIcon("Organization16Filled", "", 0, 16));
export const Organization20Regular = ( /*#__PURE__*/createFluentFontIcon("Organization20Regular", "", 1, 20));
export const Organization20Filled = ( /*#__PURE__*/createFluentFontIcon("Organization20Filled", "", 0, 20));
export const Organization24Regular = ( /*#__PURE__*/createFluentFontIcon("Organization24Regular", "", 1, 24));
export const Organization24Filled = ( /*#__PURE__*/createFluentFontIcon("Organization24Filled", "", 0, 24));
export const Organization28Regular = ( /*#__PURE__*/createFluentFontIcon("Organization28Regular", "", 1, 28));
export const Organization28Filled = ( /*#__PURE__*/createFluentFontIcon("Organization28Filled", "", 0, 28));
export const Organization32Regular = ( /*#__PURE__*/createFluentFontIcon("Organization32Regular", "", 1, 32));
export const Organization32Filled = ( /*#__PURE__*/createFluentFontIcon("Organization32Filled", "", 0, 32));
export const Organization48Regular = ( /*#__PURE__*/createFluentFontIcon("Organization48Regular", "", 1, 48));
export const Organization48Filled = ( /*#__PURE__*/createFluentFontIcon("Organization48Filled", "", 0, 48));