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

9 lines
885 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DualScreenClosedAlertFilled = ( /*#__PURE__*/createFluentFontIcon("DualScreenClosedAlertFilled", "", 2, undefined));
export const DualScreenClosedAlertRegular = ( /*#__PURE__*/createFluentFontIcon("DualScreenClosedAlertRegular", "", 2, undefined));
export const DualScreenClosedAlert20Regular = ( /*#__PURE__*/createFluentFontIcon("DualScreenClosedAlert20Regular", "", 1, 20));
export const DualScreenClosedAlert20Filled = ( /*#__PURE__*/createFluentFontIcon("DualScreenClosedAlert20Filled", "", 0, 20));
export const DualScreenClosedAlert24Regular = ( /*#__PURE__*/createFluentFontIcon("DualScreenClosedAlert24Regular", "", 1, 24));
export const DualScreenClosedAlert24Filled = ( /*#__PURE__*/createFluentFontIcon("DualScreenClosedAlert24Filled", "", 0, 24));