UNPKG

@mithril-icons/octicons

Version:

Mithril icons generated from https://octicons.github.com/

4 lines (3 loc) 356 B
import m from 'mithril'; const ChevronDown = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 10, "height": 16, "viewBox": "0 0 10 16", "class": "octicon octicon-chevron-down", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M5 11L0 6l1.5-1.5L5 8.25 8.5 4.5 10 6l-5 5z" })) }; export default ChevronDown;