16 lines
2.1 KiB
JavaScript
16 lines
2.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.WeatherPartlyCloudyDay48Filled = exports.WeatherPartlyCloudyDay48Regular = exports.WeatherPartlyCloudyDay24Filled = exports.WeatherPartlyCloudyDay24Regular = exports.WeatherPartlyCloudyDay20Filled = exports.WeatherPartlyCloudyDay20Regular = exports.WeatherPartlyCloudyDay16Filled = exports.WeatherPartlyCloudyDay16Regular = exports.WeatherPartlyCloudyDayRegular = exports.WeatherPartlyCloudyDayFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.WeatherPartlyCloudyDayFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDayFilled", "", 2, undefined));
|
|
exports.WeatherPartlyCloudyDayRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDayRegular", "", 2, undefined));
|
|
exports.WeatherPartlyCloudyDay16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay16Regular", "", 1, 16));
|
|
exports.WeatherPartlyCloudyDay16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay16Filled", "", 0, 16));
|
|
exports.WeatherPartlyCloudyDay20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay20Regular", "", 1, 20));
|
|
exports.WeatherPartlyCloudyDay20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay20Filled", "", 0, 20));
|
|
exports.WeatherPartlyCloudyDay24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay24Regular", "", 1, 24));
|
|
exports.WeatherPartlyCloudyDay24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay24Filled", "", 0, 24));
|
|
exports.WeatherPartlyCloudyDay48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay48Regular", "", 1, 48));
|
|
exports.WeatherPartlyCloudyDay48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WeatherPartlyCloudyDay48Filled", "", 0, 48));
|