1.1.7 • Published 7 months ago

wticons v1.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

NPM Downloads NPM Version NPM License Last Commit

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';


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

7 months ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.20

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago