import { jsx as _jsx } from "react/jsx-runtime"; import React from 'react'; import './index.scss'; export const SearchIcon = () => /*#__PURE__*/_jsx("svg", { className: "icon icon--search", fill: "none", viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", children: /*#__PURE__*/_jsx("path", { className: "stroke", d: "M16 16L13.1333 13.1333M14.6667 9.33333C14.6667 12.2789 12.2789 14.6667 9.33333 14.6667C6.38781 14.6667 4 12.2789 4 9.33333C4 6.38781 6.38781 4 9.33333 4C12.2789 4 14.6667 6.38781 14.6667 9.33333Z", strokeLinecap: "square" }) }); //# sourceMappingURL=index.js.map