@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.65 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CallFilled = ( /*#__PURE__*/createFluentFontIcon("CallFilled", "", 2, undefined));
export const CallRegular = ( /*#__PURE__*/createFluentFontIcon("CallRegular", "", 2, undefined));
export const Call12Regular = ( /*#__PURE__*/createFluentFontIcon("Call12Regular", "", 1, 12));
export const Call12Filled = ( /*#__PURE__*/createFluentFontIcon("Call12Filled", "", 0, 12));
export const Call16Regular = ( /*#__PURE__*/createFluentFontIcon("Call16Regular", "", 1, 16));
export const Call16Filled = ( /*#__PURE__*/createFluentFontIcon("Call16Filled", "", 0, 16));
export const Call20Regular = ( /*#__PURE__*/createFluentFontIcon("Call20Regular", "", 1, 20));
export const Call20Filled = ( /*#__PURE__*/createFluentFontIcon("Call20Filled", "", 0, 20));
export const Call24Regular = ( /*#__PURE__*/createFluentFontIcon("Call24Regular", "", 1, 24));
export const Call24Filled = ( /*#__PURE__*/createFluentFontIcon("Call24Filled", "", 0, 24));
export const Call28Regular = ( /*#__PURE__*/createFluentFontIcon("Call28Regular", "", 1, 28));
export const Call28Filled = ( /*#__PURE__*/createFluentFontIcon("Call28Filled", "", 0, 28));
export const Call32Regular = ( /*#__PURE__*/createFluentFontIcon("Call32Regular", "", 1, 32));
export const Call32Filled = ( /*#__PURE__*/createFluentFontIcon("Call32Filled", "", 0, 32));
export const Call48Regular = ( /*#__PURE__*/createFluentFontIcon("Call48Regular", "", 1, 48));
export const Call48Filled = ( /*#__PURE__*/createFluentFontIcon("Call48Filled", "", 0, 48));