@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 329 B
JavaScript
import m from 'mithril';
const TriangleUp = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 12, "height": 16, "viewBox": "0 0 12 16", "class": "octicon octicon-triangle-up", "aria-hidden": "true" }, attrs), m("path", { "fill-rule": "evenodd", "d": "M12 11L6 5l-6 6h12z" })) };
export default TriangleUp;