UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 331 B
import m from 'mithril'; const TriangleDown = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 12, "height": 16, "viewBox": "0 0 12 16", "class": "octicon octicon-triangle-down", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M0 5l6 6 6-6H0z" })) }; export default TriangleDown;