UNPKG

@mithril-icons/entypo

Version:

Mithril icons generated from http://www.entypo.com/

4 lines (3 loc) 537 B
import m from 'mithril'; const ControllerPaus = { view: ({ attrs }) => m("svg", Object.assign({ "xmlns": "http://www.w3.org/2000/svg", "xmlns:xlink": "http://www.w3.org/1999/xlink", "viewBox": "0 0 20 20", "id": "entypo-controller-paus", "width": 20, "height": 20 }, attrs), m("g", {}, m("path", { "d": "M15 3h-2c-.553 0-1 .048-1 .6v12.8c0 .552.447.6 1 .6h2c.553 0 1-.048 1-.6V3.6c0-.552-.447-.6-1-.6zM7 3H5c-.553 0-1 .048-1 .6v12.8c0 .552.447.6 1 .6h2c.553 0 1-.048 1-.6V3.6c0-.552-.447-.6-1-.6z" }))) }; export default ControllerPaus;