UNPKG

@mithril-icons/entypo

Version:

Mithril icons generated from http://www.entypo.com/

4 lines (3 loc) 377 B
import m from 'mithril'; const ArrowLongLeft = { 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-left", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M.75 10L6 4.5V8h13v4H6v3.5L.75 10z" }))) }; export default ArrowLongLeft;