11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WeatherRainSnowFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainSnowFilled", "", 2, undefined));
|
|
export const WeatherRainSnowRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainSnowRegular", "", 2, undefined));
|
|
export const WeatherRainSnow20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainSnow20Regular", "", 1, 20));
|
|
export const WeatherRainSnow20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainSnow20Filled", "", 0, 20));
|
|
export const WeatherRainSnow24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainSnow24Regular", "", 1, 24));
|
|
export const WeatherRainSnow24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainSnow24Filled", "", 0, 24));
|
|
export const WeatherRainSnow48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainSnow48Regular", "", 1, 48));
|
|
export const WeatherRainSnow48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainSnow48Filled", "", 0, 48));
|