Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/cellular-warning.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

9 lines
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));