@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 482 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const SearchRefraction = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "search-refraction" }), _jsx("path", { className: 'dry-icon-search-refraction', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm21 21-4.35-4.35M11 6a5 5 0 0 1 5 5m3 0a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z' })] }));
//# sourceMappingURL=SearchRefraction.js.map