Liking cljdoc? Tell your friends :D

com.fulcrologic.fulcro.dom.icons

SVG-encoded material UI icons.

See https://material-ui.com/components/icons

SVG-encoded material UI icons.

See https://material-ui.com/components/icons
raw docstring

material-icon-pathsclj/s

source

ui-iconclj/s

(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 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.

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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close