@mithril-icons/octicons
Version:
Mithril icons generated from https://octicons.github.com/
4 lines (3 loc) • 352 B
JavaScript
import m from 'mithril';
const LineArrowDown = { view: ({ attrs }) => m("svg", Object.assign({ "version": 1.1, "width": 16, "height": 16, "viewBox": "0 0 16 16", "class": "octicon octicon-line-arrow-down", "aria-hidden": "true" }, attrs), m("path", { "d": "M4.5 7.5L3 9l5 5 5-5-1.5-1.5L9 10.179V2H7v8.179L4.5 7.5z" })) };
export default LineArrowDown;