@mithril-icons/entypo
Version:
Mithril icons generated from http://www.entypo.com/
4 lines (3 loc) • 359 B
JavaScript
import m from 'mithril';
const ArrowUp = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", "viewBox": "0 0 20 20", "id": "entypo-arrow-up", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M10 2.5L16.5 9H13v8H7V9H3.5L10 2.5z" }))) };
export default ArrowUp;