@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 442 B
JavaScript
import m from 'mithril';
const KebabHorizontal = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 13, "height": 16, "viewBox": "0 0 13 16", "class": "octicon octicon-kebab-horizontal", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M1.5 9a1.5 1.5 0 100-3 1.5 1.5 0 000 3zm5 0a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM13 7.5a1.5 1.5 0 11-3 0 1.5 1.5 0 013 0z" })) };
export default KebabHorizontal;