11 lines
987 B
JavaScript
11 lines
987 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const WeatherSnowFilled = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowFilled", "", 2, undefined));
|
|
export const WeatherSnowRegular = ( /*#__PURE__*/createFluentFontIcon("WeatherSnowRegular", "", 2, undefined));
|
|
export const WeatherSnow20Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSnow20Regular", "", 1, 20));
|
|
export const WeatherSnow20Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSnow20Filled", "", 0, 20));
|
|
export const WeatherSnow24Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSnow24Regular", "", 1, 24));
|
|
export const WeatherSnow24Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSnow24Filled", "", 0, 24));
|
|
export const WeatherSnow48Regular = ( /*#__PURE__*/createFluentFontIcon("WeatherSnow48Regular", "", 1, 48));
|
|
export const WeatherSnow48Filled = ( /*#__PURE__*/createFluentFontIcon("WeatherSnow48Filled", "", 0, 48));
|