UNPKG

@mithril-icons/entypo

Version:

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

4 lines (3 loc) 480 B
import m from 'mithril'; const Bookmarks = { 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-bookmarks", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M15 0h-4a1 1 0 0 0-1 1l.023.222c1.102 0 2 .897 2 2v11.359L13 13.4l3 3.6V1a1 1 0 0 0-1-1zM9.023 3H5a1 1 0 0 0-1 1v16l3-3.6 3 3.6V4c0-.553-.424-1-.977-1z" }))) }; export default Bookmarks;