solid-icons
Advanced tools
Comparing version 0.5.0 to 1.0.0
@@ -1,2 +0,3 @@ | ||
import type { IconTypes } from '../lib/browser/IconWrapper' | ||
import type { IconTypes } from "../lib/index" | ||
export declare const AiFillAccountBook: IconTypes; | ||
@@ -3,0 +4,0 @@ export declare const AiFillAlert: IconTypes; |
@@ -1,2 +0,3 @@ | ||
import type { IconTypes } from '../lib/browser/IconWrapper' | ||
import type { IconTypes } from "../lib/index" | ||
export declare const CgAbstract: IconTypes; | ||
@@ -3,0 +4,0 @@ export declare const CgAddR: IconTypes; |
@@ -1,2 +0,3 @@ | ||
import type { IconTypes } from '../lib/browser/IconWrapper' | ||
import type { IconTypes } from "../lib/index" | ||
export declare const FiActivity: IconTypes; | ||
@@ -236,2 +237,3 @@ export declare const FiAirplay: IconTypes; | ||
export declare const FiSunset: IconTypes; | ||
export declare const FiTable: IconTypes; | ||
export declare const FiTablet: IconTypes; | ||
@@ -238,0 +240,0 @@ export declare const FiTag: IconTypes; |
@@ -1,2 +0,3 @@ | ||
import type { IconTypes } from '../lib/browser/IconWrapper' | ||
import type { IconTypes } from "../lib/index" | ||
export declare const HiOutlineAcademicCap: IconTypes; | ||
@@ -3,0 +4,0 @@ export declare const HiOutlineAdjustments: IconTypes; |
@@ -1,2 +0,3 @@ | ||
import type { IconTypes } from '../lib/browser/IconWrapper' | ||
import type { IconTypes } from "../lib/index" | ||
export declare const ImHome: IconTypes; | ||
@@ -3,0 +4,0 @@ export declare const ImHome2: IconTypes; |
{ | ||
"main": "./server/index.common.js", | ||
"module": "./browser/index.module.js" | ||
} | ||
"main": "./index.cjs", | ||
"module": "./index.js" | ||
} |
109
package.json
{ | ||
"name": "solid-icons", | ||
"version": "1.0.0", | ||
"description": "Modern solution for use icons on SolidJS", | ||
"author": "Ignacio Zsabo", | ||
"version": "0.5.0", | ||
"description": "The easiest and most complete solution to use icons in SolidJS", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"main": "./lib", | ||
"types": "./browser/IconWrapper.d.ts", | ||
"main": "./lib/index.js", | ||
"types": "./lib/index.d.ts", | ||
"keywords": [ | ||
"solidjs", | ||
"icons", | ||
"pack", | ||
"svg", | ||
"pack", | ||
"solidjs" | ||
"solid" | ||
], | ||
"engines": { | ||
"node": ">= 16" | ||
}, | ||
"peerDependencies": { | ||
"solid-js": "*" | ||
}, | ||
"repository": { | ||
@@ -23,6 +30,90 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/x64Bits/solid-icons#readme", | ||
"peerDependencies": { | ||
"solid-js": "^1.3.0" | ||
"homepage": "https://solid-icons-web.vercel.app/", | ||
"exports": { | ||
".": { | ||
"browser": "./lib/index.js", | ||
"node": "./lib/index.cjs", | ||
"default": "./lib/index.cjs" | ||
}, | ||
"./ai": { | ||
"browser": "./ai/index.js", | ||
"node": "./ai/index.cjs", | ||
"default": "./ai/index.cjs" | ||
}, | ||
"./fa": { | ||
"browser": "./fa/index.js", | ||
"node": "./fa/index.cjs", | ||
"default": "./fa/index.cjs" | ||
}, | ||
"./wi": { | ||
"browser": "./wi/index.js", | ||
"node": "./wi/index.cjs", | ||
"default": "./wi/index.cjs" | ||
}, | ||
"./fi": { | ||
"browser": "./fi/index.js", | ||
"node": "./fi/index.cjs", | ||
"default": "./fi/index.cjs" | ||
}, | ||
"./vs": { | ||
"browser": "./vs/index.js", | ||
"node": "./vs/index.cjs", | ||
"default": "./vs/index.cjs" | ||
}, | ||
"./bs": { | ||
"browser": "./bs/index.js", | ||
"node": "./bs/index.cjs", | ||
"default": "./bs/index.cjs" | ||
}, | ||
"./bi": { | ||
"browser": "./bi/index.js", | ||
"node": "./bi/index.cjs", | ||
"default": "./bi/index.cjs" | ||
}, | ||
"./im": { | ||
"browser": "./im/index.js", | ||
"node": "./im/index.cjs", | ||
"default": "./im/index.cjs" | ||
}, | ||
"./io": { | ||
"browser": "./io/index.js", | ||
"node": "./io/index.cjs", | ||
"default": "./io/index.cjs" | ||
}, | ||
"./ri": { | ||
"browser": "./ri/index.js", | ||
"node": "./ri/index.cjs", | ||
"default": "./ri/index.cjs" | ||
}, | ||
"./si": { | ||
"browser": "./si/index.js", | ||
"node": "./si/index.cjs", | ||
"default": "./si/index.cjs" | ||
}, | ||
"./ti": { | ||
"browser": "./ti/index.js", | ||
"node": "./ti/index.cjs", | ||
"default": "./ti/index.cjs" | ||
}, | ||
"./hi": { | ||
"browser": "./hi/index.js", | ||
"node": "./hi/index.cjs", | ||
"default": "./hi/index.cjs" | ||
}, | ||
"./cg": { | ||
"browser": "./cg/index.js", | ||
"node": "./cg/index.cjs", | ||
"default": "./cg/index.cjs" | ||
}, | ||
"./tb": { | ||
"browser": "./tb/index.js", | ||
"node": "./tb/index.cjs", | ||
"default": "./tb/index.cjs" | ||
}, | ||
"./oc": { | ||
"browser": "./oc/index.js", | ||
"node": "./oc/index.cjs", | ||
"default": "./oc/index.cjs" | ||
} | ||
} | ||
} |
103
README.md
@@ -1,14 +0,40 @@ | ||
# The easiest and most complete solution to use icons in SolidJS | ||
<p align="center"> | ||
<img src="https://assets.solidjs.com/banner?project=icons" height="150"> | ||
</p> | ||
An svg icon pack to use in your projects built with [SolidJS](https://solidjs.com) | ||
<h1 align="center"> | ||
Solid Icons | ||
</h1> | ||
<p align="center"> | ||
Modern solution for use icons on SolidJS | ||
<p> | ||
16158 icons ready to use [Icons explorer](https://solid-icons-web.vercel.app/) | ||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/solid-icons?activeTab=versions"><img src="https://badgen.net/npm/v/solid-icons"></a> | ||
<a href="https://github.com/x64Bits/solid-icons/blob/main/LICENSE"><img src="https://badgen.net/npm/license/solid-icons"></a> | ||
<a href="https://www.npmjs.com/package/solid-icons"><img src="https://badgen.net/npm/dt/solid-icons"></a> | ||
<p> | ||
This library is based on the work of: | ||
<p align="center"> | ||
<a href="https://solid-icons.vercel.app/">Icons Explorer</a> | <a href="https://github.com/x64Bits/solid-icons-web">Example</a> | ||
</p> | ||
- [svelte-icons-pack](https://github.com/leshak/svelte-icons-pack) | ||
- [react-icons](https://github.com/react-icons/react-icons) | ||
<h4 align="center"> | ||
## Installation | ||
</h4> | ||
<br> | ||
<br> | ||
## ✨ Features | ||
- [16 Icon packs](https://github.com/x64Bits/solid-icons#included-icons-pack) totally ready to use. | ||
- Compatible with [Solid Start](https://github.com/solidjs/solid-start) static generation and SSR. | ||
- Tree shakeable: What you take is what you get. | ||
- [Customizable](https://github.com/x64Bits/solid-icons#configuration) - receive props to extend their usefulness. | ||
- [Reactivity](https://www.youtube.com/watch?v=J70HXl1KhWE), take advantage of SolidJS to react to changes in props. | ||
- [Just import and declare](https://github.com/x64Bits/solid-icons#usage) in your JSX to work out-the-box | ||
- First class TypeScript support | ||
## 📦 Installation | ||
### Yarn | ||
@@ -29,8 +55,8 @@ | ||
```jsx | ||
import { BiCompass } from "solid-icons/bi"; | ||
import { SiJavascript } from "solid-icons/si"; | ||
<BiCompass color="lavender" size="64px" />; | ||
<SiJavascript size={24} color="#2c4f7c" />; | ||
``` | ||
## Included icons pack | ||
## 🔋 Included icons pack | ||
@@ -54,13 +80,12 @@ | Icon Library | License | Version | | ||
| [Tabler Icons](https://github.com/tabler/tabler-icons) | [MIT](https://opensource.org/licenses/MIT) | 1.70.0 | | ||
| [Github Octicons](https://github.com/primer/octicons) | [MIT](https://opensource.org/licenses/MIT) | 17.3.0 | | ||
You can add more icons by submitting pull requests or creating issues. | ||
## ⚙️ Configuration | ||
## Configuration | ||
solid-icons components receive props like any SVG, you also have a few custom ones. | ||
You can configure icons props using | ||
```jsx | ||
import { BiCompass } from "solid-icons/bi"; | ||
import { SiJavascript } from "solid-icons/si"; | ||
<BiCompass color="lavender" size="64px" className="custom-icon" title="a11y" />; | ||
<SiJavascript size={24} color="#2c4f7c" class="custom-icon" title="a11y" />; | ||
``` | ||
@@ -75,15 +100,45 @@ | ||
## Demo | ||
## 💻 Development | ||
An example of using this library in this repository: | ||
[Website icons explorer](https://solid-icons-web.vercel.app) | ||
requirements: | ||
## Licence | ||
node **^16.14.0** | ||
### Basic build | ||
You can locally clone this repository: | ||
```bash | ||
$ git clone https://github.com/x64Bits/solid-icons | ||
$ cd solid-icons | ||
$ yarn | ||
$ yarn build | ||
``` | ||
### Build dev mode | ||
If you did the above steps and want to build while listening if the files change you can run: | ||
```bash | ||
$ yarn dev | ||
``` | ||
### Supported arguments | ||
Isolate a single library, this allows you to avoid recompiling the entire library and thus optimize the result of a single one: | ||
```bash | ||
$ yarn dev --isolate="ai" | ||
``` | ||
This command is used to build the files destined for web, if you want to change the path, in `src/build/constants.ts` you can modify the output of the files: | ||
```bash | ||
$ yarn dev --web | ||
``` | ||
## 📝 Licence | ||
MIT | ||
- Icons are taken from the other projects so please check each project licences accordingly. | ||
## Known issues: | ||
- Ionicons: Most of the icons in this pack work fine but some with outline features have trouble displaying. |
@@ -1,2 +0,3 @@ | ||
import type { IconTypes } from '../lib/browser/IconWrapper' | ||
import type { IconTypes } from "../lib/index" | ||
export declare const TiAdjustBrightness: IconTypes; | ||
@@ -3,0 +4,0 @@ export declare const TiAdjustContrast: IconTypes; |
@@ -1,220 +0,224 @@ | ||
import type { IconTypes } from '../lib/browser/IconWrapper' | ||
export declare const WiAlien: IconTypes; | ||
export declare const WiBarometer: IconTypes; | ||
export declare const WiCelsius: IconTypes; | ||
export declare const WiCloudDown: IconTypes; | ||
export declare const WiCloudRefresh: IconTypes; | ||
export declare const WiCloudUp: IconTypes; | ||
export declare const WiCloud: IconTypes; | ||
export declare const WiCloudyGusts: IconTypes; | ||
export declare const WiCloudyWindy: IconTypes; | ||
export declare const WiCloudy: IconTypes; | ||
export declare const WiDayCloudyGusts: IconTypes; | ||
export declare const WiDayCloudyHigh: IconTypes; | ||
export declare const WiDayCloudyWindy: IconTypes; | ||
export declare const WiDayCloudy: IconTypes; | ||
export declare const WiDayFog: IconTypes; | ||
export declare const WiDayHail: IconTypes; | ||
export declare const WiDayHaze: IconTypes; | ||
export declare const WiDayLightWind: IconTypes; | ||
export declare const WiDayLightning: IconTypes; | ||
export declare const WiDayRainMix: IconTypes; | ||
export declare const WiDayRainWind: IconTypes; | ||
export declare const WiDayRain: IconTypes; | ||
export declare const WiDayShowers: IconTypes; | ||
export declare const WiDaySleetStorm: IconTypes; | ||
export declare const WiDaySleet: IconTypes; | ||
export declare const WiDaySnowThunderstorm: IconTypes; | ||
export declare const WiDaySnowWind: IconTypes; | ||
export declare const WiDaySnow: IconTypes; | ||
export declare const WiDaySprinkle: IconTypes; | ||
export declare const WiDayStormShowers: IconTypes; | ||
export declare const WiDaySunnyOvercast: IconTypes; | ||
export declare const WiDaySunny: IconTypes; | ||
export declare const WiDayThunderstorm: IconTypes; | ||
export declare const WiDayWindy: IconTypes; | ||
export declare const WiDegrees: IconTypes; | ||
export declare const WiDirectionDownLeft: IconTypes; | ||
export declare const WiDirectionDownRight: IconTypes; | ||
export declare const WiDirectionDown: IconTypes; | ||
export declare const WiDirectionLeft: IconTypes; | ||
export declare const WiDirectionRight: IconTypes; | ||
export declare const WiDirectionUpLeft: IconTypes; | ||
export declare const WiDirectionUpRight: IconTypes; | ||
export declare const WiDirectionUp: IconTypes; | ||
export declare const WiDust: IconTypes; | ||
export declare const WiEarthquake: IconTypes; | ||
export declare const WiFahrenheit: IconTypes; | ||
export declare const WiFire: IconTypes; | ||
export declare const WiFlood: IconTypes; | ||
export declare const WiFog: IconTypes; | ||
export declare const WiGaleWarning: IconTypes; | ||
export declare const WiHail: IconTypes; | ||
export declare const WiHorizonAlt: IconTypes; | ||
export declare const WiHorizon: IconTypes; | ||
export declare const WiHot: IconTypes; | ||
export declare const WiHumidity: IconTypes; | ||
export declare const WiHurricaneWarning: IconTypes; | ||
export declare const WiHurricane: IconTypes; | ||
export declare const WiLightning: IconTypes; | ||
export declare const WiLunarEclipse: IconTypes; | ||
export declare const WiMeteor: IconTypes; | ||
export declare const WiMoonAltFirstQuarter: IconTypes; | ||
export declare const WiMoonAltFull: IconTypes; | ||
export declare const WiMoonAltNew: IconTypes; | ||
export declare const WiMoonAltThirdQuarter: IconTypes; | ||
export declare const WiMoonAltWaningCrescent1: IconTypes; | ||
export declare const WiMoonAltWaningCrescent2: IconTypes; | ||
export declare const WiMoonAltWaningCrescent3: IconTypes; | ||
export declare const WiMoonAltWaningCrescent4: IconTypes; | ||
export declare const WiMoonAltWaningCrescent5: IconTypes; | ||
export declare const WiMoonAltWaningCrescent6: IconTypes; | ||
export declare const WiMoonAltWaningGibbous1: IconTypes; | ||
export declare const WiMoonAltWaningGibbous2: IconTypes; | ||
export declare const WiMoonAltWaningGibbous3: IconTypes; | ||
export declare const WiMoonAltWaningGibbous4: IconTypes; | ||
export declare const WiMoonAltWaningGibbous5: IconTypes; | ||
export declare const WiMoonAltWaningGibbous6: IconTypes; | ||
export declare const WiMoonAltWaxingCrescent1: IconTypes; | ||
export declare const WiMoonAltWaxingCrescent2: IconTypes; | ||
export declare const WiMoonAltWaxingCrescent3: IconTypes; | ||
export declare const WiMoonAltWaxingCrescent4: IconTypes; | ||
export declare const WiMoonAltWaxingCrescent5: IconTypes; | ||
export declare const WiMoonAltWaxingCrescent6: IconTypes; | ||
export declare const WiMoonAltWaxingGibbous1: IconTypes; | ||
export declare const WiMoonAltWaxingGibbous2: IconTypes; | ||
export declare const WiMoonAltWaxingGibbous3: IconTypes; | ||
export declare const WiMoonAltWaxingGibbous4: IconTypes; | ||
export declare const WiMoonAltWaxingGibbous5: IconTypes; | ||
export declare const WiMoonAltWaxingGibbous6: IconTypes; | ||
export declare const WiMoonFirstQuarter: IconTypes; | ||
export declare const WiMoonFull: IconTypes; | ||
export declare const WiMoonNew: IconTypes; | ||
export declare const WiMoonThirdQuarter: IconTypes; | ||
export declare const WiMoonWaningCrescent1: IconTypes; | ||
export declare const WiMoonWaningCrescent2: IconTypes; | ||
export declare const WiMoonWaningCrescent3: IconTypes; | ||
export declare const WiMoonWaningCrescent4: IconTypes; | ||
export declare const WiMoonWaningCrescent5: IconTypes; | ||
export declare const WiMoonWaningCrescent6: IconTypes; | ||
export declare const WiMoonWaningGibbous1: IconTypes; | ||
export declare const WiMoonWaningGibbous2: IconTypes; | ||
export declare const WiMoonWaningGibbous3: IconTypes; | ||
export declare const WiMoonWaningGibbous4: IconTypes; | ||
export declare const WiMoonWaningGibbous5: IconTypes; | ||
export declare const WiMoonWaningGibbous6: IconTypes; | ||
export declare const WiMoonWaxing6: IconTypes; | ||
export declare const WiMoonWaxingCrescent1: IconTypes; | ||
export declare const WiMoonWaxingCrescent2: IconTypes; | ||
export declare const WiMoonWaxingCrescent3: IconTypes; | ||
export declare const WiMoonWaxingCrescent4: IconTypes; | ||
export declare const WiMoonWaxingCrescent5: IconTypes; | ||
export declare const WiMoonWaxingGibbous1: IconTypes; | ||
export declare const WiMoonWaxingGibbous2: IconTypes; | ||
export declare const WiMoonWaxingGibbous3: IconTypes; | ||
export declare const WiMoonWaxingGibbous4: IconTypes; | ||
export declare const WiMoonWaxingGibbous5: IconTypes; | ||
export declare const WiMoonWaxingGibbous6: IconTypes; | ||
export declare const WiMoonrise: IconTypes; | ||
export declare const WiMoonset: IconTypes; | ||
export declare const WiNa: IconTypes; | ||
export declare const WiNightAltCloudyGusts: IconTypes; | ||
export declare const WiNightAltCloudyHigh: IconTypes; | ||
export declare const WiNightAltCloudyWindy: IconTypes; | ||
export declare const WiNightAltCloudy: IconTypes; | ||
export declare const WiNightAltHail: IconTypes; | ||
export declare const WiNightAltLightning: IconTypes; | ||
export declare const WiNightAltPartlyCloudy: IconTypes; | ||
export declare const WiNightAltRainMix: IconTypes; | ||
export declare const WiNightAltRainWind: IconTypes; | ||
export declare const WiNightAltRain: IconTypes; | ||
export declare const WiNightAltShowers: IconTypes; | ||
export declare const WiNightAltSleetStorm: IconTypes; | ||
export declare const WiNightAltSleet: IconTypes; | ||
export declare const WiNightAltSnowThunderstorm: IconTypes; | ||
export declare const WiNightAltSnowWind: IconTypes; | ||
export declare const WiNightAltSnow: IconTypes; | ||
export declare const WiNightAltSprinkle: IconTypes; | ||
export declare const WiNightAltStormShowers: IconTypes; | ||
export declare const WiNightAltThunderstorm: IconTypes; | ||
export declare const WiNightClear: IconTypes; | ||
export declare const WiNightCloudyGusts: IconTypes; | ||
export declare const WiNightCloudyHigh: IconTypes; | ||
export declare const WiNightCloudyWindy: IconTypes; | ||
export declare const WiNightCloudy: IconTypes; | ||
export declare const WiNightFog: IconTypes; | ||
export declare const WiNightHail: IconTypes; | ||
export declare const WiNightLightning: IconTypes; | ||
export declare const WiNightPartlyCloudy: IconTypes; | ||
export declare const WiNightRainMix: IconTypes; | ||
export declare const WiNightRainWind: IconTypes; | ||
export declare const WiNightRain: IconTypes; | ||
export declare const WiNightShowers: IconTypes; | ||
export declare const WiNightSleetStorm: IconTypes; | ||
export declare const WiNightSleet: IconTypes; | ||
export declare const WiNightSnowThunderstorm: IconTypes; | ||
export declare const WiNightSnowWind: IconTypes; | ||
export declare const WiNightSnow: IconTypes; | ||
export declare const WiNightSprinkle: IconTypes; | ||
export declare const WiNightStormShowers: IconTypes; | ||
export declare const WiNightThunderstorm: IconTypes; | ||
export declare const WiRainMix: IconTypes; | ||
export declare const WiRainWind: IconTypes; | ||
export declare const WiRain: IconTypes; | ||
export declare const WiRaindrop: IconTypes; | ||
export declare const WiRaindrops: IconTypes; | ||
export declare const WiRefreshAlt: IconTypes; | ||
export declare const WiRefresh: IconTypes; | ||
export declare const WiSandstorm: IconTypes; | ||
export declare const WiShowers: IconTypes; | ||
export declare const WiSleet: IconTypes; | ||
export declare const WiSmallCraftAdvisory: IconTypes; | ||
export declare const WiSmog: IconTypes; | ||
export declare const WiSmoke: IconTypes; | ||
export declare const WiSnowWind: IconTypes; | ||
export declare const WiSnow: IconTypes; | ||
export declare const WiSnowflakeCold: IconTypes; | ||
export declare const WiSolarEclipse: IconTypes; | ||
export declare const WiSprinkle: IconTypes; | ||
export declare const WiStars: IconTypes; | ||
export declare const WiStormShowers: IconTypes; | ||
export declare const WiStormWarning: IconTypes; | ||
export declare const WiStrongWind: IconTypes; | ||
export declare const WiSunrise: IconTypes; | ||
export declare const WiSunset: IconTypes; | ||
export declare const WiThermometerExterior: IconTypes; | ||
export declare const WiThermometerInternal: IconTypes; | ||
export declare const WiThermometer: IconTypes; | ||
export declare const WiThunderstorm: IconTypes; | ||
export declare const WiTime1: IconTypes; | ||
export declare const WiTime10: IconTypes; | ||
export declare const WiTime11: IconTypes; | ||
export declare const WiTime12: IconTypes; | ||
export declare const WiTime2: IconTypes; | ||
export declare const WiTime3: IconTypes; | ||
export declare const WiTime4: IconTypes; | ||
export declare const WiTime5: IconTypes; | ||
export declare const WiTime6: IconTypes; | ||
export declare const WiTime7: IconTypes; | ||
export declare const WiTime8: IconTypes; | ||
export declare const WiTime9: IconTypes; | ||
export declare const WiTornado: IconTypes; | ||
export declare const WiTrain: IconTypes; | ||
export declare const WiTsunami: IconTypes; | ||
export declare const WiUmbrella: IconTypes; | ||
export declare const WiVolcano: IconTypes; | ||
export declare const WiWindBeaufort0: IconTypes; | ||
export declare const WiWindBeaufort1: IconTypes; | ||
export declare const WiWindBeaufort10: IconTypes; | ||
export declare const WiWindBeaufort11: IconTypes; | ||
export declare const WiWindBeaufort12: IconTypes; | ||
export declare const WiWindBeaufort2: IconTypes; | ||
export declare const WiWindBeaufort3: IconTypes; | ||
export declare const WiWindBeaufort4: IconTypes; | ||
export declare const WiWindBeaufort5: IconTypes; | ||
export declare const WiWindBeaufort6: IconTypes; | ||
export declare const WiWindBeaufort7: IconTypes; | ||
export declare const WiWindBeaufort8: IconTypes; | ||
export declare const WiWindBeaufort9: IconTypes; | ||
export declare const WiWindDeg: IconTypes; | ||
export declare const WiWindy: IconTypes; | ||
import type { IconTypes } from "../lib/index" | ||
export declare const WiFontAthericonsRegularWebfont: IconTypes; | ||
export declare const WiFontsNtawesomeWebfont: IconTypes; | ||
export declare const WiFontAthericonsRegularWebfont: IconTypes; | ||
export declare const WiSvgAlien: IconTypes; | ||
export declare const WiSvgBarometer: IconTypes; | ||
export declare const WiSvgCelsius: IconTypes; | ||
export declare const WiSvgCloudDown: IconTypes; | ||
export declare const WiSvgCloudRefresh: IconTypes; | ||
export declare const WiSvgCloudUp: IconTypes; | ||
export declare const WiSvgCloud: IconTypes; | ||
export declare const WiSvgCloudyGusts: IconTypes; | ||
export declare const WiSvgCloudyWindy: IconTypes; | ||
export declare const WiSvgCloudy: IconTypes; | ||
export declare const WiSvgDayCloudyGusts: IconTypes; | ||
export declare const WiSvgDayCloudyHigh: IconTypes; | ||
export declare const WiSvgDayCloudyWindy: IconTypes; | ||
export declare const WiSvgDayCloudy: IconTypes; | ||
export declare const WiSvgDayFog: IconTypes; | ||
export declare const WiSvgDayHail: IconTypes; | ||
export declare const WiSvgDayHaze: IconTypes; | ||
export declare const WiSvgDayLightWind: IconTypes; | ||
export declare const WiSvgDayLightning: IconTypes; | ||
export declare const WiSvgDayRainMix: IconTypes; | ||
export declare const WiSvgDayRainWind: IconTypes; | ||
export declare const WiSvgDayRain: IconTypes; | ||
export declare const WiSvgDayShowers: IconTypes; | ||
export declare const WiSvgDaySleetStorm: IconTypes; | ||
export declare const WiSvgDaySleet: IconTypes; | ||
export declare const WiSvgDaySnowThunderstorm: IconTypes; | ||
export declare const WiSvgDaySnowWind: IconTypes; | ||
export declare const WiSvgDaySnow: IconTypes; | ||
export declare const WiSvgDaySprinkle: IconTypes; | ||
export declare const WiSvgDayStormShowers: IconTypes; | ||
export declare const WiSvgDaySunnyOvercast: IconTypes; | ||
export declare const WiSvgDaySunny: IconTypes; | ||
export declare const WiSvgDayThunderstorm: IconTypes; | ||
export declare const WiSvgDayWindy: IconTypes; | ||
export declare const WiSvgDegrees: IconTypes; | ||
export declare const WiSvgDirectionDownLeft: IconTypes; | ||
export declare const WiSvgDirectionDownRight: IconTypes; | ||
export declare const WiSvgDirectionDown: IconTypes; | ||
export declare const WiSvgDirectionLeft: IconTypes; | ||
export declare const WiSvgDirectionRight: IconTypes; | ||
export declare const WiSvgDirectionUpLeft: IconTypes; | ||
export declare const WiSvgDirectionUpRight: IconTypes; | ||
export declare const WiSvgDirectionUp: IconTypes; | ||
export declare const WiSvgDust: IconTypes; | ||
export declare const WiSvgEarthquake: IconTypes; | ||
export declare const WiSvgFahrenheit: IconTypes; | ||
export declare const WiSvgFire: IconTypes; | ||
export declare const WiSvgFlood: IconTypes; | ||
export declare const WiSvgFog: IconTypes; | ||
export declare const WiSvgGaleWarning: IconTypes; | ||
export declare const WiSvgHail: IconTypes; | ||
export declare const WiSvgHorizonAlt: IconTypes; | ||
export declare const WiSvgHorizon: IconTypes; | ||
export declare const WiSvgHot: IconTypes; | ||
export declare const WiSvgHumidity: IconTypes; | ||
export declare const WiSvgHurricaneWarning: IconTypes; | ||
export declare const WiSvgHurricane: IconTypes; | ||
export declare const WiSvgLightning: IconTypes; | ||
export declare const WiSvgLunarEclipse: IconTypes; | ||
export declare const WiSvgMeteor: IconTypes; | ||
export declare const WiSvgMoonAltFirstQuarter: IconTypes; | ||
export declare const WiSvgMoonAltFull: IconTypes; | ||
export declare const WiSvgMoonAltNew: IconTypes; | ||
export declare const WiSvgMoonAltThirdQuarter: IconTypes; | ||
export declare const WiSvgMoonAltWaningCrescent1: IconTypes; | ||
export declare const WiSvgMoonAltWaningCrescent2: IconTypes; | ||
export declare const WiSvgMoonAltWaningCrescent3: IconTypes; | ||
export declare const WiSvgMoonAltWaningCrescent4: IconTypes; | ||
export declare const WiSvgMoonAltWaningCrescent5: IconTypes; | ||
export declare const WiSvgMoonAltWaningCrescent6: IconTypes; | ||
export declare const WiSvgMoonAltWaningGibbous1: IconTypes; | ||
export declare const WiSvgMoonAltWaningGibbous2: IconTypes; | ||
export declare const WiSvgMoonAltWaningGibbous3: IconTypes; | ||
export declare const WiSvgMoonAltWaningGibbous4: IconTypes; | ||
export declare const WiSvgMoonAltWaningGibbous5: IconTypes; | ||
export declare const WiSvgMoonAltWaningGibbous6: IconTypes; | ||
export declare const WiSvgMoonAltWaxingCrescent1: IconTypes; | ||
export declare const WiSvgMoonAltWaxingCrescent2: IconTypes; | ||
export declare const WiSvgMoonAltWaxingCrescent3: IconTypes; | ||
export declare const WiSvgMoonAltWaxingCrescent4: IconTypes; | ||
export declare const WiSvgMoonAltWaxingCrescent5: IconTypes; | ||
export declare const WiSvgMoonAltWaxingCrescent6: IconTypes; | ||
export declare const WiSvgMoonAltWaxingGibbous1: IconTypes; | ||
export declare const WiSvgMoonAltWaxingGibbous2: IconTypes; | ||
export declare const WiSvgMoonAltWaxingGibbous3: IconTypes; | ||
export declare const WiSvgMoonAltWaxingGibbous4: IconTypes; | ||
export declare const WiSvgMoonAltWaxingGibbous5: IconTypes; | ||
export declare const WiSvgMoonAltWaxingGibbous6: IconTypes; | ||
export declare const WiSvgMoonFirstQuarter: IconTypes; | ||
export declare const WiSvgMoonFull: IconTypes; | ||
export declare const WiSvgMoonNew: IconTypes; | ||
export declare const WiSvgMoonThirdQuarter: IconTypes; | ||
export declare const WiSvgMoonWaningCrescent1: IconTypes; | ||
export declare const WiSvgMoonWaningCrescent2: IconTypes; | ||
export declare const WiSvgMoonWaningCrescent3: IconTypes; | ||
export declare const WiSvgMoonWaningCrescent4: IconTypes; | ||
export declare const WiSvgMoonWaningCrescent5: IconTypes; | ||
export declare const WiSvgMoonWaningCrescent6: IconTypes; | ||
export declare const WiSvgMoonWaningGibbous1: IconTypes; | ||
export declare const WiSvgMoonWaningGibbous2: IconTypes; | ||
export declare const WiSvgMoonWaningGibbous3: IconTypes; | ||
export declare const WiSvgMoonWaningGibbous4: IconTypes; | ||
export declare const WiSvgMoonWaningGibbous5: IconTypes; | ||
export declare const WiSvgMoonWaningGibbous6: IconTypes; | ||
export declare const WiSvgMoonWaxing6: IconTypes; | ||
export declare const WiSvgMoonWaxingCrescent1: IconTypes; | ||
export declare const WiSvgMoonWaxingCrescent2: IconTypes; | ||
export declare const WiSvgMoonWaxingCrescent3: IconTypes; | ||
export declare const WiSvgMoonWaxingCrescent4: IconTypes; | ||
export declare const WiSvgMoonWaxingCrescent5: IconTypes; | ||
export declare const WiSvgMoonWaxingGibbous1: IconTypes; | ||
export declare const WiSvgMoonWaxingGibbous2: IconTypes; | ||
export declare const WiSvgMoonWaxingGibbous3: IconTypes; | ||
export declare const WiSvgMoonWaxingGibbous4: IconTypes; | ||
export declare const WiSvgMoonWaxingGibbous5: IconTypes; | ||
export declare const WiSvgMoonWaxingGibbous6: IconTypes; | ||
export declare const WiSvgMoonrise: IconTypes; | ||
export declare const WiSvgMoonset: IconTypes; | ||
export declare const WiSvgNa: IconTypes; | ||
export declare const WiSvgNightAltCloudyGusts: IconTypes; | ||
export declare const WiSvgNightAltCloudyHigh: IconTypes; | ||
export declare const WiSvgNightAltCloudyWindy: IconTypes; | ||
export declare const WiSvgNightAltCloudy: IconTypes; | ||
export declare const WiSvgNightAltHail: IconTypes; | ||
export declare const WiSvgNightAltLightning: IconTypes; | ||
export declare const WiSvgNightAltPartlyCloudy: IconTypes; | ||
export declare const WiSvgNightAltRainMix: IconTypes; | ||
export declare const WiSvgNightAltRainWind: IconTypes; | ||
export declare const WiSvgNightAltRain: IconTypes; | ||
export declare const WiSvgNightAltShowers: IconTypes; | ||
export declare const WiSvgNightAltSleetStorm: IconTypes; | ||
export declare const WiSvgNightAltSleet: IconTypes; | ||
export declare const WiSvgNightAltSnowThunderstorm: IconTypes; | ||
export declare const WiSvgNightAltSnowWind: IconTypes; | ||
export declare const WiSvgNightAltSnow: IconTypes; | ||
export declare const WiSvgNightAltSprinkle: IconTypes; | ||
export declare const WiSvgNightAltStormShowers: IconTypes; | ||
export declare const WiSvgNightAltThunderstorm: IconTypes; | ||
export declare const WiSvgNightClear: IconTypes; | ||
export declare const WiSvgNightCloudyGusts: IconTypes; | ||
export declare const WiSvgNightCloudyHigh: IconTypes; | ||
export declare const WiSvgNightCloudyWindy: IconTypes; | ||
export declare const WiSvgNightCloudy: IconTypes; | ||
export declare const WiSvgNightFog: IconTypes; | ||
export declare const WiSvgNightHail: IconTypes; | ||
export declare const WiSvgNightLightning: IconTypes; | ||
export declare const WiSvgNightPartlyCloudy: IconTypes; | ||
export declare const WiSvgNightRainMix: IconTypes; | ||
export declare const WiSvgNightRainWind: IconTypes; | ||
export declare const WiSvgNightRain: IconTypes; | ||
export declare const WiSvgNightShowers: IconTypes; | ||
export declare const WiSvgNightSleetStorm: IconTypes; | ||
export declare const WiSvgNightSleet: IconTypes; | ||
export declare const WiSvgNightSnowThunderstorm: IconTypes; | ||
export declare const WiSvgNightSnowWind: IconTypes; | ||
export declare const WiSvgNightSnow: IconTypes; | ||
export declare const WiSvgNightSprinkle: IconTypes; | ||
export declare const WiSvgNightStormShowers: IconTypes; | ||
export declare const WiSvgNightThunderstorm: IconTypes; | ||
export declare const WiSvgRainMix: IconTypes; | ||
export declare const WiSvgRainWind: IconTypes; | ||
export declare const WiSvgRain: IconTypes; | ||
export declare const WiSvgRaindrop: IconTypes; | ||
export declare const WiSvgRaindrops: IconTypes; | ||
export declare const WiSvgRefreshAlt: IconTypes; | ||
export declare const WiSvgRefresh: IconTypes; | ||
export declare const WiSvgSandstorm: IconTypes; | ||
export declare const WiSvgShowers: IconTypes; | ||
export declare const WiSvgSleet: IconTypes; | ||
export declare const WiSvgSmallCraftAdvisory: IconTypes; | ||
export declare const WiSvgSmog: IconTypes; | ||
export declare const WiSvgSmoke: IconTypes; | ||
export declare const WiSvgSnowWind: IconTypes; | ||
export declare const WiSvgSnow: IconTypes; | ||
export declare const WiSvgSnowflakeCold: IconTypes; | ||
export declare const WiSvgSolarEclipse: IconTypes; | ||
export declare const WiSvgSprinkle: IconTypes; | ||
export declare const WiSvgStars: IconTypes; | ||
export declare const WiSvgStormShowers: IconTypes; | ||
export declare const WiSvgStormWarning: IconTypes; | ||
export declare const WiSvgStrongWind: IconTypes; | ||
export declare const WiSvgSunrise: IconTypes; | ||
export declare const WiSvgSunset: IconTypes; | ||
export declare const WiSvgThermometerExterior: IconTypes; | ||
export declare const WiSvgThermometerInternal: IconTypes; | ||
export declare const WiSvgThermometer: IconTypes; | ||
export declare const WiSvgThunderstorm: IconTypes; | ||
export declare const WiSvgTime1: IconTypes; | ||
export declare const WiSvgTime10: IconTypes; | ||
export declare const WiSvgTime11: IconTypes; | ||
export declare const WiSvgTime12: IconTypes; | ||
export declare const WiSvgTime2: IconTypes; | ||
export declare const WiSvgTime3: IconTypes; | ||
export declare const WiSvgTime4: IconTypes; | ||
export declare const WiSvgTime5: IconTypes; | ||
export declare const WiSvgTime6: IconTypes; | ||
export declare const WiSvgTime7: IconTypes; | ||
export declare const WiSvgTime8: IconTypes; | ||
export declare const WiSvgTime9: IconTypes; | ||
export declare const WiSvgTornado: IconTypes; | ||
export declare const WiSvgTrain: IconTypes; | ||
export declare const WiSvgTsunami: IconTypes; | ||
export declare const WiSvgUmbrella: IconTypes; | ||
export declare const WiSvgVolcano: IconTypes; | ||
export declare const WiSvgWindBeaufort0: IconTypes; | ||
export declare const WiSvgWindBeaufort1: IconTypes; | ||
export declare const WiSvgWindBeaufort10: IconTypes; | ||
export declare const WiSvgWindBeaufort11: IconTypes; | ||
export declare const WiSvgWindBeaufort12: IconTypes; | ||
export declare const WiSvgWindBeaufort2: IconTypes; | ||
export declare const WiSvgWindBeaufort3: IconTypes; | ||
export declare const WiSvgWindBeaufort4: IconTypes; | ||
export declare const WiSvgWindBeaufort5: IconTypes; | ||
export declare const WiSvgWindBeaufort6: IconTypes; | ||
export declare const WiSvgWindBeaufort7: IconTypes; | ||
export declare const WiSvgWindBeaufort8: IconTypes; | ||
export declare const WiSvgWindBeaufort9: IconTypes; | ||
export declare const WiSvgWindDeg: IconTypes; | ||
export declare const WiSvgWindy: IconTypes; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27927413
0
142
1070
56
286940