UNPKG

@navinc/base-react-components

Version:
4 lines 1.71 kB
import { jsx as _jsx } from "react/jsx-runtime"; const Balloon = (props) => (_jsx("svg", Object.assign({ fill: "currentcolor", width: "24", height: "24", "data-testid": "icon:balloon" }, props, { children: _jsx("path", { d: "M11.5223999,20.5046997 C12.7388619,20.5046997 13.3550424,20.0251315 14.5827716,18.3987921 L14.6459835,18.3150427 C16.1429924,16.3319806 17.0975856,15.5604622 18.9795532,15.5 C19.9396952,15.5 20.7574598,15.7406898 21.4235796,16.1476397 C21.846178,16.4058161 22.1333202,16.6792979 22.2992768,16.8986737 C22.6324757,17.3391246 22.5455308,17.9662916 22.1050799,18.2994905 C21.6646291,18.6326893 21.0374621,18.5457444 20.7042632,18.1052936 C20.5926631,17.9996069 20.4977304,17.9257128 20.3809095,17.8543439 C20.021963,17.6350541 19.5631048,17.5 19.0119423,17.4994753 C17.9611278,17.5335281 17.3986676,17.9881179 16.2422232,19.5200402 L16.1790068,19.6037955 C14.6024811,21.6921761 13.5584978,22.5046997 11.5223999,22.5046997 C9.24407568,22.5046997 7.421884,21.1752381 7.06473737,18.4983826 L6.28098292,18.4983826 C5.72523744,18.4983826 5.40019256,18.0681088 5.55150837,17.5373392 L5.88591516,16.3643425 C3.64778199,14.9984728 2,11.6614807 2,8.63333333 C2,4.99464647 4.65797024,2 8,2 C11.3420298,2 14,4.99464647 14,8.63333333 C14,11.6629704 12.3505964,15.0017561 10.1107813,16.3663569 L10.4610243,17.5373392 C10.6214126,18.0735721 10.2992116,18.4983826 9.74501814,18.4983826 L9.08796653,18.4983826 C9.36298246,19.9224121 10.2712507,20.5046997 11.5223999,20.5046997 Z M8,15 C9.87800497,15 12,11.5929625 12,8.63333333 C12,6.04961201 10.1808177,4 8,4 C5.81918226,4 4,6.04961201 4,8.63333333 C4,11.5929625 6.12199503,15 8,15 Z" }) }))); export default Balloon; //# sourceMappingURL=balloon.js.map