@icongo/pp
Version:
Pepicons Icons
47 lines (46 loc) • 1.87 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPTextBubblePrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPTextBubblePrint = function PPTextBubblePrint(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props), {}, {
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M4 8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6.102a2 2 0 0 1-2 2h-7.55S8.364 18 7.705 18c-.66 0-1.056-1.898-1.056-1.898H6a2 2 0 0 1-2-2V8Z",
clipRule: "evenodd",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M1.5 12.102a2.5 2.5 0 0 0 2.5 2.5h.249c.307 1.238.741 1.898 1.455 1.898.603 0 1.519-.62 2.94-1.898H16a2.5 2.5 0 0 0 2.5-2.5V6A2.5 2.5 0 0 0 16 3.5H4A2.5 2.5 0 0 0 1.5 6v6.102Zm1 0V6A1.5 1.5 0 0 1 4 4.5h12A1.5 1.5 0 0 1 17.5 6v6.102a1.5 1.5 0 0 1-1.5 1.5H8.257l-.143.13C6.834 14.898 5.96 15.5 5.704 15.5c-.092 0-.35-.463-.567-1.5l-.083-.398H4a1.5 1.5 0 0 1-1.5-1.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 7,
cy: 9,
r: 1,
fill: "#000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 10,
cy: 9,
r: 1,
fill: "#000"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", {
cx: 13,
cy: 9,
r: 1,
fill: "#000"
})]
}));
};
exports.PPTextBubblePrint = PPTextBubblePrint;