@icongo/vv
Version:
Vivid Icons
28 lines • 969 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 VVSearchDisabled = 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.607Zm-2.454-4.368L20 21.414l-2.828 2.828-1.414-1.414L18.586 20l-2.828-2.828 1.414-1.414L20 18.586l2.828-2.828 1.414 1.414L21.414 20l2.828 2.828Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
}), /*#__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,
fill: "#ff6e6e"
}
})]
}));
export { VVSearchDisabled };