@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 354 B
JavaScript
import m from 'mithril';
const ChevronLeft = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 8, "height": 16, "viewBox": "0 0 8 16", "class": "octicon octicon-chevron-left", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M5.5 3L7 4.5 3.25 8 7 11.5 5.5 13l-5-5 5-5z" })) };
export default ChevronLeft;