UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 344 B
import m from 'mithril'; const ArrowSmallLeft = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 6, "height": 16, "viewBox": "0 0 6 16", "class": "octicon octicon-arrow-small-left", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M4 7V5L0 8l4 3V9h2V7H4z" })) }; export default ArrowSmallLeft;