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