@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 331 B
JavaScript
import m from 'mithril';
const ArrowLeft = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 10, "height": 16, "viewBox": "0 0 10 16", "class": "octicon octicon-arrow-left", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M6 3L0 8l6 5v-3h4V6H6V3z" })) };
export default ArrowLeft;