UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

3 lines (2 loc) 244 B
import { jsx as _jsx } from "react/jsx-runtime"; export const Down = () => (_jsx("svg", { width: "1em", height: "1em", viewBox: "0 0 32 32", children: _jsx("path", { fill: "currentColor", d: "M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z" }) }));