@mithril-icons/entypo
Version:
Mithril icons generated from http://www.entypo.com/
4 lines (3 loc) • 382 B
JavaScript
import m from 'mithril';
const ArrowLongDown = { 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-long-down", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M10 19.25L4.5 14H8V1h4v13h3.5L10 19.25z" }))) };
export default ArrowLongDown;