11 lines
1.0 KiB
JavaScript
11 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WeatherHailNightFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherHailNightFilled", "", 2, undefined));
|
|
export const WeatherHailNightRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherHailNightRegular", "", 2, undefined));
|
|
export const WeatherHailNight20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherHailNight20Regular", "", 1, 20));
|
|
export const WeatherHailNight20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherHailNight20Filled", "", 0, 20));
|
|
export const WeatherHailNight24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherHailNight24Regular", "", 1, 24));
|
|
export const WeatherHailNight24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherHailNight24Filled", "", 0, 24));
|
|
export const WeatherHailNight48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherHailNight48Regular", "", 1, 48));
|
|
export const WeatherHailNight48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherHailNight48Filled", "", 0, 48));
|