@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 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));