UNPKG

@mithril-icons/octicons

Version:

Mithril icons generated from https://octicons.github.com/

4 lines (3 loc) 435 B
import m from 'mithril'; const KebabVertical = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 3, "height": 16, "viewBox": "0 0 3 16", "class": "octicon octicon-kebab-vertical", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M0 2.5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zm0 5a1.5 1.5 0 103 0 1.5 1.5 0 00-3 0zM1.5 14a1.5 1.5 0 110-3 1.5 1.5 0 010 3z" })) }; export default KebabVertical;