@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 349 B
JavaScript
import m from 'mithril';
const LineArrowUp = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 16, "height": 16, "viewBox": "0 0 16 16", "class": "octicon octicon-line-arrow-up", "aria-hidden": "true" }, attrs), m("path", { "d": "M11.5 8.5L13 7 8 2 3 7l1.5 1.5L7 5.821V14h2V5.821L11.5 8.5z" })) };
export default LineArrowUp;