UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

11 lines (10 loc) 939 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const HandWaveFilled = ( /*#__PURE__*/createFluentFontIcon("HandWaveFilled", "", 2, undefined)); export const HandWaveRegular = ( /*#__PURE__*/createFluentFontIcon("HandWaveRegular", "", 2, undefined)); export const HandWave16Regular = ( /*#__PURE__*/createFluentFontIcon("HandWave16Regular", "", 1, 16)); export const HandWave16Filled = ( /*#__PURE__*/createFluentFontIcon("HandWave16Filled", "", 0, 16)); export const HandWave20Regular = ( /*#__PURE__*/createFluentFontIcon("HandWave20Regular", "", 1, 20)); export const HandWave20Filled = ( /*#__PURE__*/createFluentFontIcon("HandWave20Filled", "", 0, 20)); export const HandWave24Regular = ( /*#__PURE__*/createFluentFontIcon("HandWave24Regular", "", 1, 24)); export const HandWave24Filled = ( /*#__PURE__*/createFluentFontIcon("HandWave24Filled", "", 0, 24));