@iconify-prerendered/vue-meteocons
Version:
Meteocons components for Vue. Designed for ease of use and high performance
447 lines (446 loc) • 32.3 kB
TypeScript
import type {SVGAttributes, VNode} from 'vue';
export declare const IconBarometer: (p?: SVGAttributes) => VNode;
export declare const IconBarometerFill: (p?: SVGAttributes) => VNode;
export declare const IconBeanie: (p?: SVGAttributes) => VNode;
export declare const IconBeanieFill: (p?: SVGAttributes) => VNode;
export declare const IconCelsius: (p?: SVGAttributes) => VNode;
export declare const IconCelsiusFill: (p?: SVGAttributes) => VNode;
export declare const IconClearDay: (p?: SVGAttributes) => VNode;
export declare const IconClearDayFill: (p?: SVGAttributes) => VNode;
export declare const IconClearNight: (p?: SVGAttributes) => VNode;
export declare const IconClearNightFill: (p?: SVGAttributes) => VNode;
export declare const IconCloudDown: (p?: SVGAttributes) => VNode;
export declare const IconCloudDownFill: (p?: SVGAttributes) => VNode;
export declare const IconCloudUp: (p?: SVGAttributes) => VNode;
export declare const IconCloudUpFill: (p?: SVGAttributes) => VNode;
export declare const IconCloudy: (p?: SVGAttributes) => VNode;
export declare const IconCloudyFill: (p?: SVGAttributes) => VNode;
export declare const IconCodeGreen: (p?: SVGAttributes) => VNode;
export declare const IconCodeGreenFill: (p?: SVGAttributes) => VNode;
export declare const IconCodeOrange: (p?: SVGAttributes) => VNode;
export declare const IconCodeOrangeFill: (p?: SVGAttributes) => VNode;
export declare const IconCodeRed: (p?: SVGAttributes) => VNode;
export declare const IconCodeRedFill: (p?: SVGAttributes) => VNode;
export declare const IconCodeYellow: (p?: SVGAttributes) => VNode;
export declare const IconCodeYellowFill: (p?: SVGAttributes) => VNode;
export declare const IconCompass: (p?: SVGAttributes) => VNode;
export declare const IconCompassFill: (p?: SVGAttributes) => VNode;
export declare const IconDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconDust: (p?: SVGAttributes) => VNode;
export declare const IconDustDay: (p?: SVGAttributes) => VNode;
export declare const IconDustDayFill: (p?: SVGAttributes) => VNode;
export declare const IconDustFill: (p?: SVGAttributes) => VNode;
export declare const IconDustNight: (p?: SVGAttributes) => VNode;
export declare const IconDustNightFill: (p?: SVGAttributes) => VNode;
export declare const IconDustWind: (p?: SVGAttributes) => VNode;
export declare const IconDustWindFill: (p?: SVGAttributes) => VNode;
export declare const IconExtreme: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDay: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayFog: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayFogFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayHail: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayHailFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayHaze: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayRain: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDayRainFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDaySleet: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDaySleetFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDaySmoke: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDaySmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDaySnow: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDaySnowFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconExtremeDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeFog: (p?: SVGAttributes) => VNode;
export declare const IconExtremeFogFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeHail: (p?: SVGAttributes) => VNode;
export declare const IconExtremeHailFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeHaze: (p?: SVGAttributes) => VNode;
export declare const IconExtremeHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNight: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightFog: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightFogFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightHail: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightHailFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightHaze: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightRain: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightRainFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightSleet: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightSleetFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightSmoke: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightSmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightSnow: (p?: SVGAttributes) => VNode;
export declare const IconExtremeNightSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeRain: (p?: SVGAttributes) => VNode;
export declare const IconExtremeRainFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeSleet: (p?: SVGAttributes) => VNode;
export declare const IconExtremeSleetFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeSmoke: (p?: SVGAttributes) => VNode;
export declare const IconExtremeSmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconExtremeSnow: (p?: SVGAttributes) => VNode;
export declare const IconExtremeSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconFahrenheit: (p?: SVGAttributes) => VNode;
export declare const IconFahrenheitFill: (p?: SVGAttributes) => VNode;
export declare const IconFallingStars: (p?: SVGAttributes) => VNode;
export declare const IconFallingStarsFill: (p?: SVGAttributes) => VNode;
export declare const IconFlagGaleWarning: (p?: SVGAttributes) => VNode;
export declare const IconFlagGaleWarningFill: (p?: SVGAttributes) => VNode;
export declare const IconFlagHurricaneWarning: (p?: SVGAttributes) => VNode;
export declare const IconFlagHurricaneWarningFill: (p?: SVGAttributes) => VNode;
export declare const IconFlagSmallCraftAdvisory: (p?: SVGAttributes) => VNode;
export declare const IconFlagSmallCraftAdvisoryFill: (p?: SVGAttributes) => VNode;
export declare const IconFlagStormWarning: (p?: SVGAttributes) => VNode;
export declare const IconFlagStormWarningFill: (p?: SVGAttributes) => VNode;
export declare const IconFog: (p?: SVGAttributes) => VNode;
export declare const IconFogDay: (p?: SVGAttributes) => VNode;
export declare const IconFogDayFill: (p?: SVGAttributes) => VNode;
export declare const IconFogFill: (p?: SVGAttributes) => VNode;
export declare const IconFogNight: (p?: SVGAttributes) => VNode;
export declare const IconFogNightFill: (p?: SVGAttributes) => VNode;
export declare const IconGlove: (p?: SVGAttributes) => VNode;
export declare const IconGloveFill: (p?: SVGAttributes) => VNode;
export declare const IconHail: (p?: SVGAttributes) => VNode;
export declare const IconHailFill: (p?: SVGAttributes) => VNode;
export declare const IconHaze: (p?: SVGAttributes) => VNode;
export declare const IconHazeDay: (p?: SVGAttributes) => VNode;
export declare const IconHazeDayFill: (p?: SVGAttributes) => VNode;
export declare const IconHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconHazeNight: (p?: SVGAttributes) => VNode;
export declare const IconHazeNightFill: (p?: SVGAttributes) => VNode;
export declare const IconHorizon: (p?: SVGAttributes) => VNode;
export declare const IconHorizonFill: (p?: SVGAttributes) => VNode;
export declare const IconHumidity: (p?: SVGAttributes) => VNode;
export declare const IconHumidityFill: (p?: SVGAttributes) => VNode;
export declare const IconHurricane: (p?: SVGAttributes) => VNode;
export declare const IconHurricaneFill: (p?: SVGAttributes) => VNode;
export declare const IconLightningBolt: (p?: SVGAttributes) => VNode;
export declare const IconLightningBoltFill: (p?: SVGAttributes) => VNode;
export declare const IconMist: (p?: SVGAttributes) => VNode;
export declare const IconMistFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonFirstQuarter: (p?: SVGAttributes) => VNode;
export declare const IconMoonFirstQuarterFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonFull: (p?: SVGAttributes) => VNode;
export declare const IconMoonFullFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonLastQuarter: (p?: SVGAttributes) => VNode;
export declare const IconMoonLastQuarterFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonNew: (p?: SVGAttributes) => VNode;
export declare const IconMoonNewFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonWaningCrescent: (p?: SVGAttributes) => VNode;
export declare const IconMoonWaningCrescentFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonWaningGibbous: (p?: SVGAttributes) => VNode;
export declare const IconMoonWaningGibbousFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonWaxingCrescent: (p?: SVGAttributes) => VNode;
export declare const IconMoonWaxingCrescentFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonWaxingGibbous: (p?: SVGAttributes) => VNode;
export declare const IconMoonWaxingGibbousFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonrise: (p?: SVGAttributes) => VNode;
export declare const IconMoonriseFill: (p?: SVGAttributes) => VNode;
export declare const IconMoonset: (p?: SVGAttributes) => VNode;
export declare const IconMoonsetFill: (p?: SVGAttributes) => VNode;
export declare const IconNotAvailable: (p?: SVGAttributes) => VNode;
export declare const IconOvercast: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDay: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayFog: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayFogFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayHail: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayHailFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayHaze: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayRain: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDayRainFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDaySleet: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDaySleetFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDaySmoke: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDaySmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDaySnow: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDaySnowFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconOvercastDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastFog: (p?: SVGAttributes) => VNode;
export declare const IconOvercastFogFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastHail: (p?: SVGAttributes) => VNode;
export declare const IconOvercastHailFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastHaze: (p?: SVGAttributes) => VNode;
export declare const IconOvercastHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNight: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightFog: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightFogFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightHail: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightHailFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightHaze: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightRain: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightRainFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightSleet: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightSleetFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightSmoke: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightSmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightSnow: (p?: SVGAttributes) => VNode;
export declare const IconOvercastNightSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastRain: (p?: SVGAttributes) => VNode;
export declare const IconOvercastRainFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastSleet: (p?: SVGAttributes) => VNode;
export declare const IconOvercastSleetFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastSmoke: (p?: SVGAttributes) => VNode;
export declare const IconOvercastSmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconOvercastSnow: (p?: SVGAttributes) => VNode;
export declare const IconOvercastSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDay: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayFog: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayFogFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayHail: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayHailFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayHaze: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayRain: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDayRainFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDaySleet: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDaySleetFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDaySmoke: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDaySmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDaySnow: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyDaySnowFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNight: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightDrizzle: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightDrizzleFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightFog: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightFogFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightHail: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightHaze: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightHazeFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightRain: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightRainFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightSleet: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightSleetFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightSmoke: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightSmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightSnow: (p?: SVGAttributes) => VNode;
export declare const IconPartlyCloudyNightSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconPollen: (p?: SVGAttributes) => VNode;
export declare const IconPollenFill: (p?: SVGAttributes) => VNode;
export declare const IconPollenFlower: (p?: SVGAttributes) => VNode;
export declare const IconPollenFlowerFill: (p?: SVGAttributes) => VNode;
export declare const IconPollenGrass: (p?: SVGAttributes) => VNode;
export declare const IconPollenGrassFill: (p?: SVGAttributes) => VNode;
export declare const IconPollenTree: (p?: SVGAttributes) => VNode;
export declare const IconPollenTreeFill: (p?: SVGAttributes) => VNode;
export declare const IconPressureHigh: (p?: SVGAttributes) => VNode;
export declare const IconPressureHighAlt: (p?: SVGAttributes) => VNode;
export declare const IconPressureHighAltFill: (p?: SVGAttributes) => VNode;
export declare const IconPressureLow: (p?: SVGAttributes) => VNode;
export declare const IconPressureLowAlt: (p?: SVGAttributes) => VNode;
export declare const IconPressureLowAltFill: (p?: SVGAttributes) => VNode;
export declare const IconRain: (p?: SVGAttributes) => VNode;
export declare const IconRainFill: (p?: SVGAttributes) => VNode;
export declare const IconRainbow: (p?: SVGAttributes) => VNode;
export declare const IconRainbowClear: (p?: SVGAttributes) => VNode;
export declare const IconRainbowClearFill: (p?: SVGAttributes) => VNode;
export declare const IconRainbowFill: (p?: SVGAttributes) => VNode;
export declare const IconRaindrop: (p?: SVGAttributes) => VNode;
export declare const IconRaindropFill: (p?: SVGAttributes) => VNode;
export declare const IconRaindropMeasure: (p?: SVGAttributes) => VNode;
export declare const IconRaindropMeasureFill: (p?: SVGAttributes) => VNode;
export declare const IconRaindrops: (p?: SVGAttributes) => VNode;
export declare const IconRaindropsFill: (p?: SVGAttributes) => VNode;
export declare const IconSleet: (p?: SVGAttributes) => VNode;
export declare const IconSleetFill: (p?: SVGAttributes) => VNode;
export declare const IconSmoke: (p?: SVGAttributes) => VNode;
export declare const IconSmokeFill: (p?: SVGAttributes) => VNode;
export declare const IconSmokeParticles: (p?: SVGAttributes) => VNode;
export declare const IconSmokeParticlesFill: (p?: SVGAttributes) => VNode;
export declare const IconSnow: (p?: SVGAttributes) => VNode;
export declare const IconSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconSnowflake: (p?: SVGAttributes) => VNode;
export declare const IconSnowflakeFill: (p?: SVGAttributes) => VNode;
export declare const IconSnowman: (p?: SVGAttributes) => VNode;
export declare const IconSnowmanFill: (p?: SVGAttributes) => VNode;
export declare const IconSolarEclipse: (p?: SVGAttributes) => VNode;
export declare const IconSolarEclipseFill: (p?: SVGAttributes) => VNode;
export declare const IconStar: (p?: SVGAttributes) => VNode;
export declare const IconStarFill: (p?: SVGAttributes) => VNode;
export declare const IconStarryNight: (p?: SVGAttributes) => VNode;
export declare const IconStarryNightFill: (p?: SVGAttributes) => VNode;
export declare const IconSunHot: (p?: SVGAttributes) => VNode;
export declare const IconSunHotFill: (p?: SVGAttributes) => VNode;
export declare const IconSunrise: (p?: SVGAttributes) => VNode;
export declare const IconSunriseFill: (p?: SVGAttributes) => VNode;
export declare const IconSunset: (p?: SVGAttributes) => VNode;
export declare const IconSunsetFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometer: (p?: SVGAttributes) => VNode;
export declare const IconThermometerCelsius: (p?: SVGAttributes) => VNode;
export declare const IconThermometerCelsiusFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerColder: (p?: SVGAttributes) => VNode;
export declare const IconThermometerColderFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerFahrenheit: (p?: SVGAttributes) => VNode;
export declare const IconThermometerFahrenheitFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerGlass: (p?: SVGAttributes) => VNode;
export declare const IconThermometerGlassCelsius: (p?: SVGAttributes) => VNode;
export declare const IconThermometerGlassCelsiusFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerGlassFahrenheit: (p?: SVGAttributes) => VNode;
export declare const IconThermometerGlassFahrenheitFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerGlassFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerMercury: (p?: SVGAttributes) => VNode;
export declare const IconThermometerMercuryCold: (p?: SVGAttributes) => VNode;
export declare const IconThermometerMercuryColdFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerMercuryFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerMoon: (p?: SVGAttributes) => VNode;
export declare const IconThermometerMoonFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerRaindrop: (p?: SVGAttributes) => VNode;
export declare const IconThermometerRaindropFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerSnow: (p?: SVGAttributes) => VNode;
export declare const IconThermometerSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerSun: (p?: SVGAttributes) => VNode;
export declare const IconThermometerSunFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerWarmer: (p?: SVGAttributes) => VNode;
export declare const IconThermometerWarmerFill: (p?: SVGAttributes) => VNode;
export declare const IconThermometerWater: (p?: SVGAttributes) => VNode;
export declare const IconThermometerWaterFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstorms: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDay: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayExtreme: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayExtremeFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayExtremeSnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayExtremeSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayOvercast: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayOvercastFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayOvercastSnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDayOvercastSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDaySnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsDaySnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsExtreme: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsExtremeFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsExtremeSnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsExtremeSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNight: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightExtreme: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightExtremeFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightExtremeSnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightExtremeSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightOvercast: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightOvercastFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightOvercastSnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightOvercastSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightSnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsNightSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsOvercast: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsOvercastFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsOvercastSnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsOvercastSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsSnow: (p?: SVGAttributes) => VNode;
export declare const IconThunderstormsSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconTideHigh: (p?: SVGAttributes) => VNode;
export declare const IconTideHighFill: (p?: SVGAttributes) => VNode;
export declare const IconTideLow: (p?: SVGAttributes) => VNode;
export declare const IconTideLowFill: (p?: SVGAttributes) => VNode;
export declare const IconTimeAfternoon: (p?: SVGAttributes) => VNode;
export declare const IconTimeAfternoonFill: (p?: SVGAttributes) => VNode;
export declare const IconTimeEvening: (p?: SVGAttributes) => VNode;
export declare const IconTimeEveningFill: (p?: SVGAttributes) => VNode;
export declare const IconTimeLateAfternoon: (p?: SVGAttributes) => VNode;
export declare const IconTimeLateAfternoonFill: (p?: SVGAttributes) => VNode;
export declare const IconTimeLateEvening: (p?: SVGAttributes) => VNode;
export declare const IconTimeLateEveningFill: (p?: SVGAttributes) => VNode;
export declare const IconTimeLateMorning: (p?: SVGAttributes) => VNode;
export declare const IconTimeLateMorningFill: (p?: SVGAttributes) => VNode;
export declare const IconTimeLateNight: (p?: SVGAttributes) => VNode;
export declare const IconTimeLateNightFill: (p?: SVGAttributes) => VNode;
export declare const IconTimeMorning: (p?: SVGAttributes) => VNode;
export declare const IconTimeMorningFill: (p?: SVGAttributes) => VNode;
export declare const IconTimeNight: (p?: SVGAttributes) => VNode;
export declare const IconTimeNightFill: (p?: SVGAttributes) => VNode;
export declare const IconUmbrella: (p?: SVGAttributes) => VNode;
export declare const IconUmbrellaFill: (p?: SVGAttributes) => VNode;
export declare const IconUmbrellaWind: (p?: SVGAttributes) => VNode;
export declare const IconUmbrellaWindAlt: (p?: SVGAttributes) => VNode;
export declare const IconUmbrellaWindAltFill: (p?: SVGAttributes) => VNode;
export declare const IconUmbrellaWindFill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex1: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex1Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex10: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex10Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex11: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex11Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex2: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex2Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex3: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex3Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex4: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex4Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex5: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex5Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex6: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex6Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex7: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex7Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex8: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex8Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex9: (p?: SVGAttributes) => VNode;
export declare const IconUvIndex9Fill: (p?: SVGAttributes) => VNode;
export declare const IconUvIndexFill: (p?: SVGAttributes) => VNode;
export declare const IconWind: (p?: SVGAttributes) => VNode;
export declare const IconWindAlert: (p?: SVGAttributes) => VNode;
export declare const IconWindAlertFill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort0: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort0Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort1: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort1Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort10: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort10Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort11: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort11Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort12: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort12Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort2: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort2Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort3: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort3Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort4: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort4Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort5: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort5Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort6: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort6Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort7: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort7Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort8: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort8Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort9: (p?: SVGAttributes) => VNode;
export declare const IconWindBeaufort9Fill: (p?: SVGAttributes) => VNode;
export declare const IconWindFill: (p?: SVGAttributes) => VNode;
export declare const IconWindOffshore: (p?: SVGAttributes) => VNode;
export declare const IconWindOffshoreFill: (p?: SVGAttributes) => VNode;
export declare const IconWindOnshore: (p?: SVGAttributes) => VNode;
export declare const IconWindOnshoreFill: (p?: SVGAttributes) => VNode;
export declare const IconWindSnow: (p?: SVGAttributes) => VNode;
export declare const IconWindSnowFill: (p?: SVGAttributes) => VNode;
export declare const IconWindsock: (p?: SVGAttributes) => VNode;
export declare const IconWindsockFill: (p?: SVGAttributes) => VNode;
export declare const IconWindsockWeak: (p?: SVGAttributes) => VNode;
export declare const IconWindsockWeakFill: (p?: SVGAttributes) => VNode;
export {IconNotAvailable as IconNotAvailableFill,IconPressureHigh as IconPressureHighFill,IconPressureLow as IconPressureLowFill};