UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 765 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const CallWarningFilled = ( /*#__PURE__*/createFluentFontIcon("CallWarningFilled", "", 2, undefined)); export const CallWarningRegular = ( /*#__PURE__*/createFluentFontIcon("CallWarningRegular", "", 2, undefined)); export const CallWarning16Regular = ( /*#__PURE__*/createFluentFontIcon("CallWarning16Regular", "", 1, 16)); export const CallWarning16Filled = ( /*#__PURE__*/createFluentFontIcon("CallWarning16Filled", "", 0, 16)); export const CallWarning20Regular = ( /*#__PURE__*/createFluentFontIcon("CallWarning20Regular", "", 1, 20)); export const CallWarning20Filled = ( /*#__PURE__*/createFluentFontIcon("CallWarning20Filled", "", 0, 20));