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