@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 813 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const CellularWarningFilled = ( /*#__PURE__*/createFluentFontIcon("CellularWarningFilled", "", 2, undefined));
export const CellularWarningRegular = ( /*#__PURE__*/createFluentFontIcon("CellularWarningRegular", "", 2, undefined));
export const CellularWarning20Regular = ( /*#__PURE__*/createFluentFontIcon("CellularWarning20Regular", "", 1, 20));
export const CellularWarning20Filled = ( /*#__PURE__*/createFluentFontIcon("CellularWarning20Filled", "", 0, 20));
export const CellularWarning24Regular = ( /*#__PURE__*/createFluentFontIcon("CellularWarning24Regular", "", 1, 24));
export const CellularWarning24Filled = ( /*#__PURE__*/createFluentFontIcon("CellularWarning24Filled", "", 0, 24));