@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 438 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ArrowNarrowRight = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "arrow-narrow-right" }), _jsx("path", { className: 'dry-icon-arrow-narrow-right', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M4 12h16m0 0-6-6m6 6-6 6' })] }));
//# sourceMappingURL=ArrowNarrowRight.js.map