Vitepress
This commit is contained in:
16
node_modules/@docsearch/react/dist/esm/icons/SearchIcon.js
generated
vendored
Normal file
16
node_modules/@docsearch/react/dist/esm/icons/SearchIcon.js
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import React from 'react';
|
||||
export function SearchIcon() {
|
||||
return /*#__PURE__*/React.createElement("svg", {
|
||||
width: "20",
|
||||
height: "20",
|
||||
className: "DocSearch-Search-Icon",
|
||||
viewBox: "0 0 20 20"
|
||||
}, /*#__PURE__*/React.createElement("path", {
|
||||
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",
|
||||
stroke: "currentColor",
|
||||
fill: "none",
|
||||
fillRule: "evenodd",
|
||||
strokeLinecap: "round",
|
||||
strokeLinejoin: "round"
|
||||
}));
|
||||
}
|
||||
Reference in New Issue
Block a user