UNPKG

@kadconsulting/dry

Version:
3 lines 425 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const SearchSm = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "search-sm" }), _jsx("path", { className: 'dry-icon-search-sm', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm21 21-6-6m2-5a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z' })] })); //# sourceMappingURL=SearchSm.js.map