@icongo/vv
Version:
Vivid Icons
39 lines • 1.18 kB
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 VVEqualiser = 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: "M8 36v-4h32v4H8Zm0-14h32v4H8v-4Zm0-10h32v4H8v-4Z",
style: {
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M30 29a5 5 0 1 1 5-5 5 5 0 0 1-5 5ZM19 19a5 5 0 1 1 5-5 5 5 0 0 1-5 5Zm3 15a5 5 0 1 1-5-5 5 5 0 0 1 5 5Z",
style: {
fill: "#0c0058",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
}), /*#__PURE__*/_jsx("path", {
d: "M19 12a2 2 0 1 1-2 2 2 2 0 0 1 2-2Zm11 10a2 2 0 1 1-2 2 2 2 0 0 1 2-2ZM17 32a2 2 0 1 1-2 2 2 2 0 0 1 2-2Z",
style: {
fill: "#fff",
stroke: "#fff",
strokeLinecap: "round",
strokeWidth: 0,
fillRule: "evenodd"
}
})]
}));
export { VVEqualiser };