SearchIcon.js 599 B

12345678910111213141516
  1. import React from 'react';
  2. export function SearchIcon() {
  3. return /*#__PURE__*/React.createElement("svg", {
  4. width: "20",
  5. height: "20",
  6. className: "DocSearch-Search-Icon",
  7. viewBox: "0 0 20 20"
  8. }, /*#__PURE__*/React.createElement("path", {
  9. d: "M14.386 14.386l4.0877 4.0877-4.0877-4.0877c-2.9418 2.9419-7.7115 2.9419-10.6533 0-2.9419-2.9418-2.9419-7.7115 0-10.6533 2.9418-2.9419 7.7115-2.9419 10.6533 0 2.9419 2.9418 2.9419 7.7115 0 10.6533z",
  10. stroke: "currentColor",
  11. fill: "none",
  12. fillRule: "evenodd",
  13. strokeLinecap: "round",
  14. strokeLinejoin: "round"
  15. }));
  16. }