1.1.7 • Published 3 years ago
wticons v1.1.7
Website Technology Icons
Bundle of Website development and Technology icons such databases, frameworks, languages, libraries…
Install
yarn add wticonsUsage
import { Photoshop, SvgAtom } from 'wticons';
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.
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
4 years ago
1.1.4
4 years ago
1.1.3
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago
1.1.0
4 years ago
1.0.25
4 years ago
1.0.24
4 years ago
1.0.23
4 years ago
1.0.22
4 years ago
1.0.21
4 years ago
1.0.20
4 years ago
1.0.19
4 years ago
1.0.18
4 years ago
1.0.17
4 years ago
1.0.16
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.13
4 years ago
1.0.12
4 years ago
1.0.11
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago