@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 347 B
JavaScript
import m from 'mithril';
const ArrowSmallRight = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 6, "height": 16, "viewBox": "0 0 6 16", "class": "octicon octicon-arrow-small-right", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M6 8L2 5v2H0v2h2v2l4-3z" })) };
export default ArrowSmallRight;