@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 452 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowNarrowDownLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-narrow-down-left" }), _jsx("path", { className: 'dry-icon-arrow-narrow-down-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M18 6 6 18m0 0h8m-8 0v-8' })] }));
//# sourceMappingURL=ArrowNarrowDownLeft.js.map