Private
Public Access
1
0
Files

14 lines
1.4 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WeatherFog48Filled = exports.WeatherFog48Regular = exports.WeatherFog24Filled = exports.WeatherFog24Regular = exports.WeatherFog20Filled = exports.WeatherFog20Regular = exports.WeatherFogRegular = exports.WeatherFogFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WeatherFogFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherFogFilled", "", 2, undefined));
exports.WeatherFogRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherFogRegular", "", 2, undefined));
exports.WeatherFog20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherFog20Regular", "", 1, 20));
exports.WeatherFog20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherFog20Filled", "", 0, 20));
exports.WeatherFog24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherFog24Regular", "", 1, 24));
exports.WeatherFog24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherFog24Filled", "", 0, 24));
exports.WeatherFog48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherFog48Regular", "", 1, 48));
exports.WeatherFog48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherFog48Filled", "", 0, 48));