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