@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 335 B
JavaScript
import m from 'mithril';
const Check = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 12, "height": 16, "viewBox": "0 0 12 16", "class": "octicon octicon-check", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M12 5l-8 8-4-4 1.5-1.5L4 10l6.5-6.5L12 5z" })) };
export default Check;