@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.1 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WeatherBlowingSnowFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherBlowingSnowFilled", "", 2, undefined));
export const WeatherBlowingSnowRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherBlowingSnowRegular", "", 2, undefined));
export const WeatherBlowingSnow20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherBlowingSnow20Regular", "", 1, 20));
export const WeatherBlowingSnow20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherBlowingSnow20Filled", "", 0, 20));
export const WeatherBlowingSnow24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherBlowingSnow24Regular", "", 1, 24));
export const WeatherBlowingSnow24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherBlowingSnow24Filled", "", 0, 24));
export const WeatherBlowingSnow48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherBlowingSnow48Regular", "", 1, 48));
export const WeatherBlowingSnow48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherBlowingSnow48Filled", "", 0, 48));