@mithril-icons/entypo
Version:
Mithril icons generated from http://www.entypo.com/
4 lines (3 loc) • 386 B
JavaScript
import m from 'mithril';
const ArrowLongRight = { 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-right", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M14 15.5V12H1V8h13V4.5l5.25 5.5L14 15.5z" }))) };
export default ArrowLongRight;