@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 393 B
JavaScript
import m from 'mithril';
const Stop = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 14, "height": 16, "viewBox": "0 0 14 16", "class": "octicon octicon-stop", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M10 1H4L0 5v6l4 4h6l4-4V5l-4-4zm3 9.5L9.5 14h-5L1 10.5v-5L4.5 2h5L13 5.5v5zM6 4h2v5H6V4zm0 6h2v2H6v-2z" })) };
export default Stop;