@icongo/vv
Version:
Vivid Icons
41 lines • 987 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 VVEye = 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: "M24 13c11.267 0 17 11.5 17 11.5S35.267 35 24 35 7 24.5 7 24.5 12.733 13 24 13Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fill: "#ff6e6e",
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 6,
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 24,
r: 3,
style: {
fill: "#fff",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0
}
})]
}));
export { VVEye };