11 lines
1.1 KiB
JavaScript
11 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WeatherRainShowersDayFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersDayFilled", "", 2, undefined));
|
|
export const WeatherRainShowersDayRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersDayRegular", "", 2, undefined));
|
|
export const WeatherRainShowersDay20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersDay20Regular", "", 1, 20));
|
|
export const WeatherRainShowersDay20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersDay20Filled", "", 0, 20));
|
|
export const WeatherRainShowersDay24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersDay24Regular", "", 1, 24));
|
|
export const WeatherRainShowersDay24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersDay24Filled", "", 0, 24));
|
|
export const WeatherRainShowersDay48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersDay48Regular", "", 1, 48));
|
|
export const WeatherRainShowersDay48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersDay48Filled", "", 0, 48));
|