0.0.5 ā€¢ Published 2 months ago

solid-iconify v0.0.5

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

solid-iconify

šŸ˜ˆ A icon component set for SolidJS using Iconify.

release npm npm license sponsor

āœØ Features

šŸ“¦ Installation

pnpm add solid-iconify

šŸ“ Documentation

https://xhofe.github.io/solid-iconify/

šŸ’» Usage

import { Twemoji1stPlaceMedal } from "solid-iconify/twemoji"

const App = () => {
  return (
    <div>
      <Twemoji1stPlaceMedal size={100} />
    </div>
  );
};
export default App;

šŸ«” Related projects

šŸ“ License

MIT

  • Icons are taken from the other projects so please check each project licences accordingly.
0.0.5

2 months ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0-alpha.0

2 years ago