@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 344 B
JavaScript
import m from 'mithril';
const ArrowSmallDown = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 6, "height": 16, "viewBox": "0 0 6 16", "class": "octicon octicon-arrow-small-down", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M4 7V5H2v2H0l3 4 3-4H4z" })) };
export default ArrowSmallDown;