UNPKG

@icongo/pp

Version:
41 lines (40 loc) 1.53 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPTextBubble = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPTextBubble = function PPTextBubble(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)("circle", { cx: 7, cy: 9, r: 1, fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 10, cy: 9, r: 1, fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 13, cy: 9, r: 1, fill: "currentColor" }), /*#__PURE__*/(0, _jsxRuntime.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" })] })); }; exports.PPTextBubble = PPTextBubble;