UNPKG

@mithril-icons/octicons

Version:

Mithril icons generated from https://octicons.github.com/

4 lines (3 loc) 421 B
import m from 'mithril'; const Heart = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 12, "height": 16, "viewBox": "0 0 12 16", "class": "octicon octicon-heart", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M8.727 3C7.091 3 6.001 4.65 6.001 4.65S4.909 3 3.273 3C1.636 3 0 4.1 0 6.3 0 9.6 6 14 6 14s6-4.4 6-7.7C12 4.1 10.364 3 8.727 3z" })) }; export default Heart;