UNPKG

@mithril-icons/entypo

Version:

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

4 lines (3 loc) 388 B
import m from 'mithril'; const Houzz = { 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-houzz", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M4 10l6 3-6 3v-6zm6-3l6 3V4l-6 3zm0 13l6-3v-7l-6 3v7zm0-20L4 3v7l6-3V0z" }))) }; export default Houzz;