UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 403 B
import m from 'mithril'; const PrimitiveDotStroke = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 8, "height": 16, "viewBox": "0 0 8 16", "class": "octicon octicon-primitive-dot-stroke", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M4 10.5a2.5 2.5 0 100-5 2.5 2.5 0 000 5zM4 12a4 4 0 100-8 4 4 0 000 8z" })) }; export default PrimitiveDotStroke;