UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 337 B
import m from 'mithril'; const PrimitiveSquare = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 8, "height": 16, "viewBox": "0 0 8 16", "class": "octicon octicon-primitive-square", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M8 12H0V4h8v8z" })) }; export default PrimitiveSquare;