UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 365 B
import m from 'mithril'; const PrimitiveDot = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 8, "height": 16, "viewBox": "0 0 8 16", "class": "octicon octicon-primitive-dot", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M0 8c0-2.2 1.8-4 4-4s4 1.8 4 4-1.8 4-4 4-4-1.8-4-4z" })) }; export default PrimitiveDot;