UNPKG

@kadconsulting/dry

Version:
3 lines 426 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const ArrowNarrowUp = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-narrow-up" }), _jsx("path", { className: 'dry-icon-arrow-narrow-up', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 20V4m0 0-6 6m6-6 6 6' })] })); //# sourceMappingURL=ArrowNarrowUp.js.map