@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.69 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SineWaveDotsFilled = ( /*#__PURE__*/createFluentFontIcon("SineWaveDotsFilled", "", 2, undefined));
export const SineWaveDotsRegular = ( /*#__PURE__*/createFluentFontIcon("SineWaveDotsRegular", "", 2, undefined));
export const SineWaveDots16Regular = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots16Regular", "", 1, 16));
export const SineWaveDots16Filled = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots16Filled", "", 0, 16));
export const SineWaveDots20Regular = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots20Regular", "", 1, 20));
export const SineWaveDots20Filled = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots20Filled", "", 0, 20));
export const SineWaveDots24Regular = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots24Regular", "", 1, 24));
export const SineWaveDots24Filled = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots24Filled", "", 0, 24));
export const SineWaveDots28Regular = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots28Regular", "", 1, 28));
export const SineWaveDots28Filled = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots28Filled", "", 0, 28));
export const SineWaveDots32Regular = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots32Regular", "", 1, 32));
export const SineWaveDots32Filled = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots32Filled", "", 0, 32));
export const SineWaveDots48Regular = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots48Regular", "", 1, 48));
export const SineWaveDots48Filled = ( /*#__PURE__*/createFluentFontIcon("SineWaveDots48Filled", "", 0, 48));