2.0.6 • Published 11 months ago
@wticons/astro v2.0.6
Website Technology Icons
Bundle of Website development and Technology icons such databases, frameworks, languages, libraries…
Install
yarn add @wticons/astroUsage
---
import { Php, AdobePhotoshop, VisualStudioCode } from '@wticons/astro';
---
<Php/>
<AdobePhotoshop/>
<VisualStudioCode/>All icons are Astro component with {...Astro.props} added to the root svg element.
This should enable you to customize the element as you see fit.
<Php class='some classes' data-somethinf='data' id='id' />;How to solve a name conflict?
Because these are technology icons, there may be conflicts with library name such as React. This can easily be solved by using an alias:
import { Astro as AstroIcon } from '@wticons/astro';Credits
- SVGPorn - A huge collection of SVG logos by @gilbarbara
- devicon - a set of icons representing programming languages, designing, and development tools.
- SVGO - Node.js tool for optimizing SVG files
2.0.6
11 months ago
2.0.5
1 year ago
2.0.3
1 year ago
2.0.2
1 year ago
2.0.4
1 year ago
2.0.1
1 year ago
1.1.0
1 year ago
1.0.3
1 year ago
2.0.0
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago
0.1.0
1 year ago
0.0.9
1 year ago
0.0.8
1 year ago
0.0.7
1 year ago
0.0.6
1 year ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago