@mithril-icons/entypo
Version:
Mithril icons generated from http://www.entypo.com/
4 lines (3 loc) • 371 B
JavaScript
import m from 'mithril';
const ArrowRight = { 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-right", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M11 16.5V13H3V7h8V3.5l6.5 6.5-6.5 6.5z" }))) };
export default ArrowRight;