UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 477 B
import m from 'mithril'; const Clock = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 14, "height": 16, "viewBox": "0 0 14 16", "class": "octicon octicon-clock", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M8 8h3v2H7c-.55 0-1-.45-1-1V4h2v4zM7 2.3c3.14 0 5.7 2.56 5.7 5.7s-2.56 5.7-5.7 5.7A5.71 5.71 0 011.3 8c0-3.14 2.56-5.7 5.7-5.7zM7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7z" })) }; export default Clock;