@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 475 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ChevronSelectorHorizontal = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "chevron-selector-horizontal" }), _jsx("path", { className: 'dry-icon-chevron-selector-horizontal', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm9 7-5 5 5 5m6-10 5 5-5 5' })] }));
//# sourceMappingURL=ChevronSelectorHorizontal.js.map