2.0.6 • Published 6 months ago
@wticons/react v2.0.6
Website Technology Icons
Bundle of Website development and Technology icons such databases, frameworks, languages, libraries…
Install
yarn add wticons
Usage
import { Photoshop, SvgAtom } from '@wticons/react';
const Homepage = () => <div>
<ul>
<li>
<Php/>
PHP
</li>
<li>
<AdobePhotoshop/>
Photoshop
</li>
<li>
<VisualStudioCode/>
Visual Studio Code
</li>
</ul>
</div>;
export default Homepage;
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 { React as ReactIcon } from 'wticons';
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
- SVGR - a complete tool box to take advantage of using SVGs in your React applications.
2.0.6
6 months ago
2.0.5
7 months ago
2.0.3
8 months ago
2.0.2
8 months ago
2.0.4
8 months ago
2.0.1
8 months ago
1.1.0
8 months ago
0.0.12
8 months ago
2.0.0
8 months ago
0.0.10
11 months ago
0.0.11
11 months ago
0.0.9
11 months ago
0.0.8
11 months ago
0.0.7
11 months ago
0.0.6
11 months ago
0.0.5
1 year ago
0.0.4
1 year ago
0.0.3
1 year ago
0.0.2
1 year ago