UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 329 B
import m from 'mithril'; const TriangleLeft = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 6, "height": 16, "viewBox": "0 0 6 16", "class": "octicon octicon-triangle-left", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M6 2L0 8l6 6V2z" })) }; export default TriangleLeft;