A library containing all the SVGs from heroicons converted into reagent components.
Add the dependency to your deps.edn from Clojars:
  com.scrintal/heroicons-reagent {:mvn/version "2.0.13"}
or directly from GitHub:
  com.scrintal/heroicons-reagent {:git/url "https://github.com/scrintal/heroicons-reagent"
                                  :git/tag "v2.0.13"
                                  :git/sha "55c73aa"}
or to your shadow-cljs.edn:
  [com.scrintal/heroicons-reagent "2.0.13"]
(ns se.example
  (:require [com.scrintal.heroicons.solid.academic-cap :as academic-cap]))
(defn app []
  [:div
   [academic-cap/render]])
This library is MIT licensed same as heroicons.
Can you improve this documentation?Edit on GitHub
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |