UNPKG

@mithril-icons/octicons

Version:

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

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