UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 464 B
import m from 'mithril'; const Mirror = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 16, "height": 16, "viewBox": "0 0 16 16", "class": "octicon octicon-mirror", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M15.5 4.7L8.5 0l-7 4.7c-.3.19-.5.45-.5.8V16l7.5-4 7.5 4V5.5c0-.34-.2-.61-.5-.8zm-.5 9.8l-6-3.25V10H8v1.25L2 14.5v-9l6-4V6h1V1.5l6 4v9zM6 7h5V5l3 3-3 3V9H6v2L3 8l3-3v2z" })) }; export default Mirror;