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