Test
This commit is contained in:
14
node_modules/@docsearch/react/dist/esm/icons/StarIcon.js
generated
vendored
Normal file
14
node_modules/@docsearch/react/dist/esm/icons/StarIcon.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
export function StarIcon() {
|
||||
return /*#__PURE__*/React.createElement("svg", {
|
||||
width: "20",
|
||||
height: "20",
|
||||
viewBox: "0 0 20 20"
|
||||
}, /*#__PURE__*/React.createElement("path", {
|
||||
d: "M10 14.2L5 17l1-5.6-4-4 5.5-.7 2.5-5 2.5 5 5.6.8-4 4 .9 5.5z",
|
||||
stroke: "currentColor",
|
||||
fill: "none",
|
||||
fillRule: "evenodd",
|
||||
strokeLinejoin: "round"
|
||||
}));
|
||||
}
|
||||
Reference in New Issue
Block a user