@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 434 B
JavaScript
import m from 'mithril';
const Archive = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 14, "height": 16, "viewBox": "0 0 14 16", "class": "octicon octicon-archive", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M13 2H1v2h12V2zM0 4a1 1 0 001 1v9a1 1 0 001 1h10a1 1 0 001-1V5a1 1 0 001-1V2a1 1 0 00-1-1H1a1 1 0 00-1 1v2zm2 1h10v9H2V5zm2 3h6V7H4v1z" })) };
export default Archive;