@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 356 B
JavaScript
import m from 'mithril';
const ChevronRight = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 8, "height": 16, "viewBox": "0 0 8 16", "class": "octicon octicon-chevron-right", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M7.5 8l-5 5L1 11.5 4.75 8 1 4.5 2.5 3l5 5z" })) };
export default ChevronRight;