UNPKG

@mithril-icons/octicons

Version:

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

4 lines (3 loc) 408 B
import m from 'mithril'; const Unsaved = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 16, "height": 16, "viewBox": "0 0 16 16", "class": "octicon octicon-unsaved", "aria-hidden": "true" }, attrs), m("path", { "d": "M12 0H4c-.73 0-1 .27-1 1v1.982l10 5.774V1c0-.73-.27-1-1-1zm1 12.203l1.606.928.75-1.3-13.856-8-.75 1.3L3 6.43V16l5-3.09L13 16v-3.797z" })) }; export default Unsaved;