@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.97 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const SoundWaveCircleSparkleFilled = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkleFilled", "", 2, undefined));
export const SoundWaveCircleSparkleRegular = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkleRegular", "", 2, undefined));
export const SoundWaveCircleSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle16Regular", "", 1, 16));
export const SoundWaveCircleSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle16Filled", "", 0, 16));
export const SoundWaveCircleSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle20Regular", "", 1, 20));
export const SoundWaveCircleSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle20Filled", "", 0, 20));
export const SoundWaveCircleSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle24Regular", "", 1, 24));
export const SoundWaveCircleSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle24Filled", "", 0, 24));
export const SoundWaveCircleSparkle28Regular = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle28Regular", "", 1, 28));
export const SoundWaveCircleSparkle28Filled = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle28Filled", "", 0, 28));
export const SoundWaveCircleSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle32Regular", "", 1, 32));
export const SoundWaveCircleSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle32Filled", "", 0, 32));
export const SoundWaveCircleSparkle48Regular = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle48Regular", "", 1, 48));
export const SoundWaveCircleSparkle48Filled = ( /*#__PURE__*/createFluentFontIcon("SoundWaveCircleSparkle48Filled", "", 0, 48));