@icongo/pp
Version:
Pepicons Icons
33 lines • 1.09 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 PPTextBubble = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("circle", {
cx: 7,
cy: 9,
r: 1,
fill: "currentColor"
}), /*#__PURE__*/_jsx("circle", {
cx: 10,
cy: 9,
r: 1,
fill: "currentColor"
}), /*#__PURE__*/_jsx("circle", {
cx: 13,
cy: 9,
r: 1,
fill: "currentColor"
}), /*#__PURE__*/_jsx("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M1 6v6.102A3 3 0 0 0 3.864 15.1c.36 1.224.894 1.901 1.84 1.901.757 0 1.684-.609 3.13-1.898H16a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H4a3 3 0 0 0-3 3Zm7.064 7.102-.286.26c-.864.786-1.543 1.304-1.869 1.522a5.58 5.58 0 0 1-.283-.986l-.166-.796H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v6.102a1 1 0 0 1-1 1H8.064Z",
clipRule: "evenodd"
})]
}));
export { PPTextBubble };