@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 369 B
JavaScript
import m from 'mithril';
const Ruby = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 16, "height": 16, "viewBox": "0 0 16 16", "class": "octicon octicon-ruby", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M13 6l-5 5V4h3l2 2zm3 0l-8 8-8-8 4-4h8l4 4zm-8 6.5L14.5 6l-3-3h-7l-3 3L8 12.5z" })) };
export default Ruby;