@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.68 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DesktopPulseFilled = ( /*#__PURE__*/createFluentFontIcon("DesktopPulseFilled", "", 2, undefined));
export const DesktopPulseRegular = ( /*#__PURE__*/createFluentFontIcon("DesktopPulseRegular", "", 2, undefined));
export const DesktopPulse16Regular = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse16Regular", "", 1, 16));
export const DesktopPulse16Filled = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse16Filled", "", 0, 16));
export const DesktopPulse20Regular = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse20Regular", "", 1, 20));
export const DesktopPulse20Filled = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse20Filled", "", 0, 20));
export const DesktopPulse24Regular = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse24Regular", "", 1, 24));
export const DesktopPulse24Filled = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse24Filled", "", 0, 24));
export const DesktopPulse28Regular = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse28Regular", "", 1, 28));
export const DesktopPulse28Filled = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse28Filled", "", 0, 28));
export const DesktopPulse32Regular = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse32Regular", "", 1, 32));
export const DesktopPulse32Filled = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse32Filled", "", 0, 32));
export const DesktopPulse48Regular = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse48Regular", "", 1, 48));
export const DesktopPulse48Filled = ( /*#__PURE__*/createFluentFontIcon("DesktopPulse48Filled", "", 0, 48));