@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 352 B
JavaScript
import m from 'mithril';
const ChevronUp = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 10, "height": 16, "viewBox": "0 0 10 16", "class": "octicon octicon-chevron-up", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M10 10l-1.5 1.5L5 7.75 1.5 11.5 0 10l5-5 5 5z" })) };
export default ChevronUp;