@icongo/vv
Version:
Vivid Icons
30 lines • 867 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var VVSearch = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsx("path", {
d: "m25.283 28.611 10.606 10.607 2.828-2.828-10.606-10.607Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("path", {
d: "M20 32a12 12 0 1 1 12-12 12 12 0 0 1-12 12Zm0-20a8 8 0 1 0 8 8 8 8 0 0 0-8-8Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd",
fill: "#ff6e6e"
}
})]
}));
export { VVSearch };