11 lines
1.2 KiB
JavaScript
11 lines
1.2 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WeatherRainShowersNightFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersNightFilled", "", 2, undefined));
|
|
export const WeatherRainShowersNightRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersNightRegular", "", 2, undefined));
|
|
export const WeatherRainShowersNight20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersNight20Regular", "", 1, 20));
|
|
export const WeatherRainShowersNight20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersNight20Filled", "", 0, 20));
|
|
export const WeatherRainShowersNight24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersNight24Regular", "", 1, 24));
|
|
export const WeatherRainShowersNight24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersNight24Filled", "", 0, 24));
|
|
export const WeatherRainShowersNight48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersNight48Regular", "", 1, 48));
|
|
export const WeatherRainShowersNight48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherRainShowersNight48Filled", "", 0, 48));
|