@wticons/react
v2.1.1
Published
Bundle of website development and technology icons
Maintainers
Readme
Website Technology Icons
Bundle of Website development and Technology icons such databases, frameworks, languages, libraries…
Install
yarn add wticonsUsage
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
- SVGR - a complete tool box to take advantage of using SVGs in your React applications.
