UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 317 B
import m from 'mithril'; const ArrowBoth = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 20, "height": 16, "viewBox": "0 0 20 16", "class": "octicon octicon-arrow-both", "aria-hidden": "true" }, attrs), m("path", { "d": "M0 8l6-5v3h8V3l6 5-6 5v-3H6v3L0 8z" })) }; export default ArrowBoth;