⚠️
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