11 lines
1.1 KiB
JavaScript
11 lines
1.1 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WeatherSnowShowerDayFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowShowerDayFilled", "", 2, undefined));
|
|
export const WeatherSnowShowerDayRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowShowerDayRegular", "", 2, undefined));
|
|
export const WeatherSnowShowerDay20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowShowerDay20Regular", "", 1, 20));
|
|
export const WeatherSnowShowerDay20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowShowerDay20Filled", "", 0, 20));
|
|
export const WeatherSnowShowerDay24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowShowerDay24Regular", "", 1, 24));
|
|
export const WeatherSnowShowerDay24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowShowerDay24Filled", "", 0, 24));
|
|
export const WeatherSnowShowerDay48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowShowerDay48Regular", "", 1, 48));
|
|
export const WeatherSnowShowerDay48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowShowerDay48Filled", "", 0, 48));
|