0.0.8 • Published 1 year ago

hosteze-icons v0.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

hosteze Icons

npm license npm

Hosteze-icons is under active development with no stable releases.

Collection of icons visible on Hosteze site and mobile app.

Include icons from hosteze in your React projects easily with hosteze-icons, which uses ES5 imports that allows you to include only the icons that your project is using.

Installation (for standard modern project)

yarn add hosteze-icons
# or
pnpm add hosteze-icons
# or
npm install hosteze-icons --save

example usage

import { Logo } from 'hosteze-icons';

function Question() {
  return (
    <h3>
      welcome to <Logo />!
    </h3>
  );
}

Licence

GPL-3.0 license

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year 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

0.0.1

1 year ago