UNPKG

@kadconsulting/dry

Version:
3 lines 442 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowNarrowUpLeft = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-narrow-up-left" }), _jsx("path", { className: 'dry-icon-arrow-narrow-up-left', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M18 18 6 6m0 0v8m0-8h8' })] })); //# sourceMappingURL=ArrowNarrowUpLeft.js.map