@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.86 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ContactCardGenericFilled = ( /*#__PURE__*/createFluentFontIcon("ContactCardGenericFilled", "", 2, undefined));
export const ContactCardGenericRegular = ( /*#__PURE__*/createFluentFontIcon("ContactCardGenericRegular", "", 2, undefined));
export const ContactCardGeneric16Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric16Regular", "", 1, 16));
export const ContactCardGeneric16Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric16Filled", "", 0, 16));
export const ContactCardGeneric20Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric20Regular", "", 1, 20));
export const ContactCardGeneric20Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric20Filled", "", 0, 20));
export const ContactCardGeneric24Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric24Regular", "", 1, 24));
export const ContactCardGeneric24Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric24Filled", "", 0, 24));
export const ContactCardGeneric28Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric28Regular", "", 1, 28));
export const ContactCardGeneric28Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric28Filled", "", 0, 28));
export const ContactCardGeneric32Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric32Regular", "", 1, 32));
export const ContactCardGeneric32Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric32Filled", "", 0, 32));
export const ContactCardGeneric48Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric48Regular", "", 1, 48));
export const ContactCardGeneric48Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardGeneric48Filled", "", 0, 48));