SVG-encoded material UI icons.
SVG-encoded material UI icons. See https://material-ui.com/components/icons
(ui-icon {:keys [icon width height title] :as props})
Gets an SVG representation of the given icon. Scan the source of this namespace for the defined icons.
Props can contain:
icon
: The SVG icon to use. The icon name can use the material UI underscored names, or clojure-style hyphenated
names instead. See the source of this ns for all icons, or the material UI icon docs.title
: A string to use as the title elementReturns an empty div if the icon is invalid.
Gets an SVG representation of the given icon. Scan the source of this namespace for the defined icons. Props can contain: - `icon`: The SVG icon to use. The icon name can use the material UI underscored names, or clojure-style hyphenated names instead. See the source of this ns for all icons, or the material UI icon docs. - `title`: A string to use as the title element - All other keys pass through (and will override predefined props such as :viewBox) on the SVG element itself. I.e. you can pass :className, etc. Returns an empty div if the icon is invalid.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close