@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 416 B
JavaScript
import m from 'mithril';
const Pencil = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 14, "height": 16, "viewBox": "0 0 14 16", "class": "octicon octicon-pencil", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M0 12v3h3l8-8-3-3-8 8zm3 2H1v-2h1v1h1v1zm10.3-9.3L12 6 9 3l1.3-1.3a.996.996 0 011.41 0l1.59 1.59c.39.39.39 1.02 0 1.41z" })) };
export default Pencil;