UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 321 B
import m from 'mithril'; const Plus = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 12, "height": 16, "viewBox": "0 0 12 16", "class": "octicon octicon-plus", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M12 9H7v5H5V9H0V7h5V2h2v5h5v2z" })) }; export default Plus;