@icongo/vv
Version:
Vivid Icons
24 lines • 850 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 VVChat = 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 39.765A18.556 18.556 0 0 1 13.924 37.1L7 44V23.882l.012.006C7.011 23.791 7 23.7 7 23.6 7 14.369 13.247 8 24 8s17 6.652 17 15.882-6.247 15.883-17 15.883Z",
style: {
fillRule: "evenodd",
fill: "#ff6e6e"
}
}), /*#__PURE__*/_jsx("path", {
d: "M31.994 20.99a3 3 0 1 1-3 3 3 3 0 0 1 3-3ZM24 21a3 3 0 1 1-3 3 3 3 0 0 1 3-3Zm-8 0a3 3 0 1 1-3 3 3 3 0 0 1 3-3Z",
style: {
fill: "#0c0058",
fillRule: "evenodd"
}
})]
}));
export { VVChat };