@wticons/react
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

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/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.

License

MIT

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.110latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.110
0.0.100
0.0.90
0.0.80
0.0.72
0.0.60
0.0.50
0.0.40
0.0.30
0.0.20

Package Sidebar

Install

npm i @wticons/react

Weekly Downloads

2

Version

0.0.11

License

MIT

Unpacked Size

1.25 MB

Total Files

455

Last publish

Collaborators

  • ozzyczech