UNPKG

@mithril-icons/entypo

Version:

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

4 lines (3 loc) 444 B
import m from 'mithril'; const Retweet = { 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-retweet", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M5 13V8h2L3.5 4 0 8h2v6a2 2 0 0 0 2 2h9.482l-2.638-3H5zm4.156-6L6.518 4H16c1.104 0 2 .897 2 2v6h2l-3.5 4-3.5-4h2V7H9.156z" }))) }; export default Retweet;