UNPKG

@mithril-icons/octicons

Version:

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

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