@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 563 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowBlockDown = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-block-down" }), _jsx("path", { className: 'dry-icon-arrow-block-down', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M5 1.8c0-.28 0-.42.054-.527a.5.5 0 0 1 .219-.218C5.38 1 5.52 1 5.8 1h4.4c.28 0 .42 0 .527.054a.5.5 0 0 1 .218.219C11 1.38 11 1.52 11 1.8V12h4l-7 7-7-7h4V1.8Z' })] }));
//# sourceMappingURL=ArrowBlockDown.js.map