UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 428 B
import m from 'mithril'; const Project = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 15, "height": 16, "viewBox": "0 0 15 16", "class": "octicon octicon-project", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M10 12h3V2h-3v10zm-4-2h3V2H6v8zm-4 4h3V2H2v12zm-1 1h13V1H1v14zM14 0H1a1 1 0 00-1 1v14a1 1 0 001 1h13a1 1 0 001-1V1a1 1 0 00-1-1z" })) }; export default Project;