@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 353 B
JavaScript
import m from 'mithril';
const Saved = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 16, "height": 16, "viewBox": "0 0 16 16", "class": "octicon octicon-saved", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M12 0H4c-.73 0-1 .27-1 1v15l5-3.09L13 16V1c0-.73-.27-1-1-1z" })) };
export default Saved;