@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 338 B
JavaScript
import m from 'mithril';
const Grabber = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 8, "height": 16, "viewBox": "0 0 8 16", "class": "octicon octicon-grabber", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M8 4v1H0V4h8zM0 8h8V7H0v1zm0 3h8v-1H0v1z" })) };
export default Grabber;