@livechat/design-system-icons 2.0.0-alpha.0 → 2.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ArrowAutofitWidth.cjs.js +1 -0
- package/dist/ArrowAutofitWidth.d.ts +4 -0
- package/dist/ArrowAutofitWidth.es.js +23 -0
- package/dist/ArrowBarToLeft.cjs.js +1 -0
- package/dist/ArrowBarToLeft.d.ts +4 -0
- package/dist/ArrowBarToLeft.es.js +23 -0
- package/dist/ArrowBarToRight.cjs.js +1 -0
- package/dist/ArrowBarToRight.d.ts +4 -0
- package/dist/ArrowBarToRight.es.js +23 -0
- package/dist/ArrowsShuffle.cjs.js +1 -0
- package/dist/ArrowsShuffle.d.ts +4 -0
- package/dist/ArrowsShuffle.es.js +23 -0
- package/dist/ChartAnomaly.cjs.js +1 -0
- package/dist/ChartAnomaly.d.ts +4 -0
- package/dist/ChartAnomaly.es.js +23 -0
- package/dist/Chatgpt.cjs.js +1 -0
- package/dist/Chatgpt.d.ts +4 -0
- package/dist/Chatgpt.es.js +20 -0
- package/dist/DirectionsSign.cjs.js +1 -0
- package/dist/DirectionsSign.d.ts +4 -0
- package/dist/DirectionsSign.es.js +23 -0
- package/dist/DirectionsSignOff.cjs.js +1 -0
- package/dist/DirectionsSignOff.d.ts +4 -0
- package/dist/DirectionsSignOff.es.js +23 -0
- package/dist/GoogleSheets.cjs.js +1 -0
- package/dist/GoogleSheets.d.ts +4 -0
- package/dist/GoogleSheets.es.js +253 -0
- package/dist/Hubspot.cjs.js +1 -0
- package/dist/Hubspot.d.ts +4 -0
- package/dist/Hubspot.es.js +34 -0
- package/dist/Mailchimp.cjs.js +1 -0
- package/dist/Mailchimp.d.ts +4 -0
- package/dist/Mailchimp.es.js +41 -0
- package/dist/Stripe.cjs.js +1 -0
- package/dist/Stripe.d.ts +4 -0
- package/dist/Stripe.es.js +34 -0
- package/dist/TicketsOff.cjs.js +1 -0
- package/dist/TicketsOff.d.ts +4 -0
- package/dist/TicketsOff.es.js +22 -0
- package/dist/TrendingUp.cjs.js +1 -0
- package/dist/TrendingUp.d.ts +4 -0
- package/dist/TrendingUp.es.js +23 -0
- package/dist/ZoomIn.cjs.js +1 -0
- package/dist/ZoomIn.d.ts +4 -0
- package/dist/ZoomIn.es.js +23 -0
- package/dist/ZoomOut.cjs.js +1 -0
- package/dist/ZoomOut.d.ts +4 -0
- package/dist/ZoomOut.es.js +23 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +16 -0
- package/dist/index.es.js +910 -878
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const t=require("react/jsx-runtime"),r=o=>t.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:t.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M10 18H3m0 0 3-3m-3 3 3 3m15-3h-7m7 0-3-3m3 3-3 3M4 12V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6"})});module.exports=r;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentcolor",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
strokeWidth: 2,
|
|
16
|
+
d: "M10 18H3m0 0 3-3m-3 3 3 3m15-3h-7m7 0-3-3m3 3-3 3M4 12V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
e as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("react/jsx-runtime"),e=o=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 4v16m6-8h10m-10 0 4 4m-4-4 4-4"})});module.exports=e;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentcolor",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
strokeWidth: 2,
|
|
16
|
+
d: "M4 4v16m6-8h10m-10 0 4 4m-4-4 4-4"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
e as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("react/jsx-runtime"),t=o=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m14 12-4-4m4 4H4m10 0-4 4M20 4v16"})});module.exports=t;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentcolor",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
strokeWidth: 2,
|
|
16
|
+
d: "m14 12-4-4m4 4H4m10 0-4 4M20 4v16"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
e as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const r=require("react/jsx-runtime"),o=e=>r.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:r.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"m18 4 3 3m0 0-3 3m3-3h-5a4.98 4.98 0 0 0-3 1m5 12 3-3m0 0-3-3m3 3h-5a5 5 0 0 1-5-5 5 5 0 0 0-5-5H3m6 9a5 5 0 0 1-3 1H3"})});module.exports=o;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const t = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentcolor",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
strokeWidth: 2,
|
|
16
|
+
d: "m18 4 3 3m0 0-3 3m3-3h-5a4.98 4.98 0 0 0-3 1m5 12 3-3m0 0-3-3m3 3h-5a5 5 0 0 1-5-5 5 5 0 0 0-5-5H3m6 9a5 5 0 0 1-3 1H3"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
t as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const o=require("react/jsx-runtime"),t=r=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...r,children:o.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 12h3.6l3.6-6.6 3.6 13.2 1.8-6.6H21"})});module.exports=t;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentcolor",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
strokeWidth: 2,
|
|
16
|
+
d: "M3 12h3.6l3.6-6.6 3.6 13.2 1.8-6.6H21"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
e as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const l=require("react/jsx-runtime"),a=c=>l.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...c,children:l.jsx("path",{fill:"currentcolor",d:"M22.417 9.823a5.9 5.9 0 0 0-.52-4.911c-1.327-2.28-3.995-3.453-6.6-2.901A6.1 6.1 0 0 0 10.725 0C8.062-.007 5.699 1.685 4.88 4.186a6.06 6.06 0 0 0-4.052 2.9 5.99 5.99 0 0 0 .754 7.09 5.9 5.9 0 0 0 .52 4.912c1.328 2.28 3.995 3.453 6.601 2.9a6.1 6.1 0 0 0 4.57 2.01c2.665.008 5.03-1.686 5.849-4.189a6.06 6.06 0 0 0 4.052-2.9 5.99 5.99 0 0 0-.756-7.088zm-9.142 12.609a4.58 4.58 0 0 1-2.918-1.041c.037-.02.102-.055.144-.08l4.843-2.76c.248-.14.4-.4.398-.681v-6.737l2.047 1.166a.07.07 0 0 1 .04.055v5.58c-.003 2.48-2.04 4.492-4.554 4.498m-9.793-4.128a4.43 4.43 0 0 1-.543-3.013c.035.02.098.059.143.084l4.843 2.76c.246.142.55.142.796 0l5.913-3.369V17.1a.07.07 0 0 1-.029.062l-4.896 2.79c-2.18 1.239-4.965.502-6.226-1.647zM2.207 7.872A4.53 4.53 0 0 1 4.58 5.9l-.003.165v5.521c-.001.28.15.541.398.68l5.913 3.368L8.84 16.8a.07.07 0 0 1-.07.006l-4.896-2.791C1.699 12.77.952 10.025 2.207 7.873m16.818 3.862-5.913-3.369L15.16 7.2a.07.07 0 0 1 .07-.006l4.896 2.789c2.18 1.243 2.927 3.994 1.668 6.145A4.54 4.54 0 0 1 19.42 18.1v-5.685a.77.77 0 0 0-.395-.68m2.037-3.025-.143-.085-4.844-2.76a.8.8 0 0 0-.796 0L9.367 9.233V6.9a.07.07 0 0 1 .029-.062l4.895-2.787c2.181-1.241 4.969-.503 6.226 1.65.532.909.724 1.973.544 3.008zM8.254 12.866 6.206 11.7a.07.07 0 0 1-.04-.056v-5.58c.002-2.483 2.045-4.496 4.562-4.495 1.065 0 2.095.37 2.914 1.041-.037.02-.101.055-.143.08L8.654 5.45a.77.77 0 0 0-.398.68l-.003 6.734zM9.366 10.5 12 9l2.633 1.5v3L12 15l-2.634-1.5z"})});module.exports=a;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const t = (a) => /* @__PURE__ */ l(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...a,
|
|
9
|
+
children: /* @__PURE__ */ l(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
fill: "currentcolor",
|
|
13
|
+
d: "M22.417 9.823a5.9 5.9 0 0 0-.52-4.911c-1.327-2.28-3.995-3.453-6.6-2.901A6.1 6.1 0 0 0 10.725 0C8.062-.007 5.699 1.685 4.88 4.186a6.06 6.06 0 0 0-4.052 2.9 5.99 5.99 0 0 0 .754 7.09 5.9 5.9 0 0 0 .52 4.912c1.328 2.28 3.995 3.453 6.601 2.9a6.1 6.1 0 0 0 4.57 2.01c2.665.008 5.03-1.686 5.849-4.189a6.06 6.06 0 0 0 4.052-2.9 5.99 5.99 0 0 0-.756-7.088zm-9.142 12.609a4.58 4.58 0 0 1-2.918-1.041c.037-.02.102-.055.144-.08l4.843-2.76c.248-.14.4-.4.398-.681v-6.737l2.047 1.166a.07.07 0 0 1 .04.055v5.58c-.003 2.48-2.04 4.492-4.554 4.498m-9.793-4.128a4.43 4.43 0 0 1-.543-3.013c.035.02.098.059.143.084l4.843 2.76c.246.142.55.142.796 0l5.913-3.369V17.1a.07.07 0 0 1-.029.062l-4.896 2.79c-2.18 1.239-4.965.502-6.226-1.647zM2.207 7.872A4.53 4.53 0 0 1 4.58 5.9l-.003.165v5.521c-.001.28.15.541.398.68l5.913 3.368L8.84 16.8a.07.07 0 0 1-.07.006l-4.896-2.791C1.699 12.77.952 10.025 2.207 7.873m16.818 3.862-5.913-3.369L15.16 7.2a.07.07 0 0 1 .07-.006l4.896 2.789c2.18 1.243 2.927 3.994 1.668 6.145A4.54 4.54 0 0 1 19.42 18.1v-5.685a.77.77 0 0 0-.395-.68m2.037-3.025-.143-.085-4.844-2.76a.8.8 0 0 0-.796 0L9.367 9.233V6.9a.07.07 0 0 1 .029-.062l4.895-2.787c2.181-1.241 4.969-.503 6.226 1.65.532.909.724 1.973.544 3.008zM8.254 12.866 6.206 11.7a.07.07 0 0 1-.04-.056v-5.58c.002-2.483 2.045-4.496 4.562-4.495 1.065 0 2.095.37 2.914 1.041-.037.02-.101.055-.143.08L8.654 5.45a.77.77 0 0 0-.398.68l-.003 6.734zM9.366 10.5 12 9l2.633 1.5v3L12 15l-2.634-1.5z"
|
|
14
|
+
}
|
|
15
|
+
)
|
|
16
|
+
}
|
|
17
|
+
);
|
|
18
|
+
export {
|
|
19
|
+
t as default
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("react/jsx-runtime"),r=o=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:e.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 5V3m0 10V9m0 13v-5M9 5h10l2 2-2 2H9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1m4 8H6l-2 2 2 2h7a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"})});module.exports=r;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentcolor",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
strokeWidth: 2,
|
|
16
|
+
d: "M12 5V3m0 10V9m0 13v-5M9 5h10l2 2-2 2H9a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1m4 8H6l-2 2 2 2h7a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
e as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const e=require("react/jsx-runtime"),r=o=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...o,children:e.jsx("path",{stroke:"currentcolor",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 8v1h1m4 0h6l2-2-2-2H9M3 3l18 18M12 5V3m2 11v3H6l-2-2 2-2h7m-1 8v-4m-2 4h4m-2-8v-1"})});module.exports=r;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
const e = (r) => /* @__PURE__ */ o(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...r,
|
|
9
|
+
children: /* @__PURE__ */ o(
|
|
10
|
+
"path",
|
|
11
|
+
{
|
|
12
|
+
stroke: "currentcolor",
|
|
13
|
+
strokeLinecap: "round",
|
|
14
|
+
strokeLinejoin: "round",
|
|
15
|
+
strokeWidth: 2,
|
|
16
|
+
d: "M8 8v1h1m4 0h6l2-2-2-2H9M3 3l18 18M12 5V3m2 11v3H6l-2-2 2-2h7m-1 8v-4m-2 4h4m-2-8v-1"
|
|
17
|
+
}
|
|
18
|
+
)
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
export {
|
|
22
|
+
e as default
|
|
23
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=require("react/jsx-runtime"),l=e=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...e,children:[s.jsx("mask",{id:"google-sheets_svg__a",width:18,height:24,x:3,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:s.jsx("path",{fill:"#fff",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"})}),s.jsx("g",{mask:"url(#google-sheets_svg__a)",children:s.jsx("path",{fill:"#0F9D58",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701l-3.71-2.649z"})}),s.jsx("mask",{id:"google-sheets_svg__b",width:18,height:24,x:3,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:s.jsx("path",{fill:"#fff",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"})}),s.jsx("g",{mask:"url(#google-sheets_svg__b)",children:s.jsx("path",{fill:"#F1F1F1",d:"M7.761 11.735v7.683h8.478v-7.683zm3.71 6.623H8.82v-1.324h2.65zm0-2.12H8.82v-1.324h2.65zm0-2.119H8.82v-1.324h2.65zm3.708 4.24h-2.65v-1.325h2.65zm0-2.12h-2.65v-1.325h2.65zm0-2.12h-2.65v-1.324h2.65z"})}),s.jsx("mask",{id:"google-sheets_svg__c",width:18,height:24,x:3,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:s.jsx("path",{fill:"#fff",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"})}),s.jsx("g",{mask:"url(#google-sheets_svg__c)",children:s.jsx("path",{fill:"url(#google-sheets_svg__d)",d:"m14.585 6.237 5.893 5.892V6.702z"})}),s.jsx("mask",{id:"google-sheets_svg__e",width:18,height:24,x:3,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:s.jsx("path",{fill:"#fff",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"})}),s.jsx("g",{mask:"url(#google-sheets_svg__e)",children:s.jsx("path",{fill:"#87CEAC",d:"M14.12.343v4.769c0 .878.711 1.59 1.59 1.59h4.768z"})}),s.jsx("mask",{id:"google-sheets_svg__f",width:18,height:24,x:3,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:s.jsx("path",{fill:"#fff",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"})}),s.jsx("g",{mask:"url(#google-sheets_svg__f)",children:s.jsx("path",{fill:"#fff",fillOpacity:.2,d:"M5.112.343c-.874 0-1.59.716-1.59 1.59v.132c0-.874.716-1.59 1.59-1.59h9.008V.344z"})}),s.jsx("mask",{id:"google-sheets_svg__g",width:18,height:24,x:3,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:s.jsx("path",{fill:"#fff",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"})}),s.jsx("g",{mask:"url(#google-sheets_svg__g)",children:s.jsx("path",{fill:"#263238",fillOpacity:.2,d:"M18.888 23.524H5.112c-.874 0-1.59-.715-1.59-1.59v.133c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59v-.132c0 .874-.716 1.59-1.59 1.59"})}),s.jsx("mask",{id:"google-sheets_svg__h",width:18,height:24,x:3,y:0,maskUnits:"userSpaceOnUse",style:{maskType:"luminance"},children:s.jsx("path",{fill:"#fff",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"})}),s.jsx("g",{mask:"url(#google-sheets_svg__h)",children:s.jsx("path",{fill:"#263238",fillOpacity:.1,d:"M15.71 6.701a1.59 1.59 0 0 1-1.59-1.59v.133c0 .879.711 1.59 1.59 1.59h4.768V6.7z"})}),s.jsx("path",{fill:"url(#google-sheets_svg__i)",d:"M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"}),s.jsxs("defs",{children:[s.jsxs("radialGradient",{id:"google-sheets_svg__i",cx:0,cy:0,r:1,gradientTransform:"matrix(2734 0 0 2734.01 57.237 46.42)",gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#fff",stopOpacity:.1}),s.jsx("stop",{offset:1,stopColor:"#fff",stopOpacity:0})]}),s.jsxs("linearGradient",{id:"google-sheets_svg__d",x1:309.28,x2:309.28,y1:56.825,y2:595.513,gradientUnits:"userSpaceOnUse",children:[s.jsx("stop",{stopColor:"#263238",stopOpacity:.2}),s.jsx("stop",{offset:1,stopColor:"#263238",stopOpacity:.02})]})]})]});module.exports=l;
|
|
@@ -0,0 +1,253 @@
|
|
|
1
|
+
import { jsxs as s, jsx as e } from "react/jsx-runtime";
|
|
2
|
+
const t = (l) => /* @__PURE__ */ s(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...l,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ e(
|
|
11
|
+
"mask",
|
|
12
|
+
{
|
|
13
|
+
id: "google-sheets_svg__a",
|
|
14
|
+
width: 18,
|
|
15
|
+
height: 24,
|
|
16
|
+
x: 3,
|
|
17
|
+
y: 0,
|
|
18
|
+
maskUnits: "userSpaceOnUse",
|
|
19
|
+
style: {
|
|
20
|
+
maskType: "luminance"
|
|
21
|
+
},
|
|
22
|
+
children: /* @__PURE__ */ e(
|
|
23
|
+
"path",
|
|
24
|
+
{
|
|
25
|
+
fill: "#fff",
|
|
26
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"
|
|
27
|
+
}
|
|
28
|
+
)
|
|
29
|
+
}
|
|
30
|
+
),
|
|
31
|
+
/* @__PURE__ */ e("g", { mask: "url(#google-sheets_svg__a)", children: /* @__PURE__ */ e(
|
|
32
|
+
"path",
|
|
33
|
+
{
|
|
34
|
+
fill: "#0F9D58",
|
|
35
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701l-3.71-2.649z"
|
|
36
|
+
}
|
|
37
|
+
) }),
|
|
38
|
+
/* @__PURE__ */ e(
|
|
39
|
+
"mask",
|
|
40
|
+
{
|
|
41
|
+
id: "google-sheets_svg__b",
|
|
42
|
+
width: 18,
|
|
43
|
+
height: 24,
|
|
44
|
+
x: 3,
|
|
45
|
+
y: 0,
|
|
46
|
+
maskUnits: "userSpaceOnUse",
|
|
47
|
+
style: {
|
|
48
|
+
maskType: "luminance"
|
|
49
|
+
},
|
|
50
|
+
children: /* @__PURE__ */ e(
|
|
51
|
+
"path",
|
|
52
|
+
{
|
|
53
|
+
fill: "#fff",
|
|
54
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"
|
|
55
|
+
}
|
|
56
|
+
)
|
|
57
|
+
}
|
|
58
|
+
),
|
|
59
|
+
/* @__PURE__ */ e("g", { mask: "url(#google-sheets_svg__b)", children: /* @__PURE__ */ e(
|
|
60
|
+
"path",
|
|
61
|
+
{
|
|
62
|
+
fill: "#F1F1F1",
|
|
63
|
+
d: "M7.761 11.735v7.683h8.478v-7.683zm3.71 6.623H8.82v-1.324h2.65zm0-2.12H8.82v-1.324h2.65zm0-2.119H8.82v-1.324h2.65zm3.708 4.24h-2.65v-1.325h2.65zm0-2.12h-2.65v-1.325h2.65zm0-2.12h-2.65v-1.324h2.65z"
|
|
64
|
+
}
|
|
65
|
+
) }),
|
|
66
|
+
/* @__PURE__ */ e(
|
|
67
|
+
"mask",
|
|
68
|
+
{
|
|
69
|
+
id: "google-sheets_svg__c",
|
|
70
|
+
width: 18,
|
|
71
|
+
height: 24,
|
|
72
|
+
x: 3,
|
|
73
|
+
y: 0,
|
|
74
|
+
maskUnits: "userSpaceOnUse",
|
|
75
|
+
style: {
|
|
76
|
+
maskType: "luminance"
|
|
77
|
+
},
|
|
78
|
+
children: /* @__PURE__ */ e(
|
|
79
|
+
"path",
|
|
80
|
+
{
|
|
81
|
+
fill: "#fff",
|
|
82
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"
|
|
83
|
+
}
|
|
84
|
+
)
|
|
85
|
+
}
|
|
86
|
+
),
|
|
87
|
+
/* @__PURE__ */ e("g", { mask: "url(#google-sheets_svg__c)", children: /* @__PURE__ */ e(
|
|
88
|
+
"path",
|
|
89
|
+
{
|
|
90
|
+
fill: "url(#google-sheets_svg__d)",
|
|
91
|
+
d: "m14.585 6.237 5.893 5.892V6.702z"
|
|
92
|
+
}
|
|
93
|
+
) }),
|
|
94
|
+
/* @__PURE__ */ e(
|
|
95
|
+
"mask",
|
|
96
|
+
{
|
|
97
|
+
id: "google-sheets_svg__e",
|
|
98
|
+
width: 18,
|
|
99
|
+
height: 24,
|
|
100
|
+
x: 3,
|
|
101
|
+
y: 0,
|
|
102
|
+
maskUnits: "userSpaceOnUse",
|
|
103
|
+
style: {
|
|
104
|
+
maskType: "luminance"
|
|
105
|
+
},
|
|
106
|
+
children: /* @__PURE__ */ e(
|
|
107
|
+
"path",
|
|
108
|
+
{
|
|
109
|
+
fill: "#fff",
|
|
110
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"
|
|
111
|
+
}
|
|
112
|
+
)
|
|
113
|
+
}
|
|
114
|
+
),
|
|
115
|
+
/* @__PURE__ */ e("g", { mask: "url(#google-sheets_svg__e)", children: /* @__PURE__ */ e(
|
|
116
|
+
"path",
|
|
117
|
+
{
|
|
118
|
+
fill: "#87CEAC",
|
|
119
|
+
d: "M14.12.343v4.769c0 .878.711 1.59 1.59 1.59h4.768z"
|
|
120
|
+
}
|
|
121
|
+
) }),
|
|
122
|
+
/* @__PURE__ */ e(
|
|
123
|
+
"mask",
|
|
124
|
+
{
|
|
125
|
+
id: "google-sheets_svg__f",
|
|
126
|
+
width: 18,
|
|
127
|
+
height: 24,
|
|
128
|
+
x: 3,
|
|
129
|
+
y: 0,
|
|
130
|
+
maskUnits: "userSpaceOnUse",
|
|
131
|
+
style: {
|
|
132
|
+
maskType: "luminance"
|
|
133
|
+
},
|
|
134
|
+
children: /* @__PURE__ */ e(
|
|
135
|
+
"path",
|
|
136
|
+
{
|
|
137
|
+
fill: "#fff",
|
|
138
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"
|
|
139
|
+
}
|
|
140
|
+
)
|
|
141
|
+
}
|
|
142
|
+
),
|
|
143
|
+
/* @__PURE__ */ e("g", { mask: "url(#google-sheets_svg__f)", children: /* @__PURE__ */ e(
|
|
144
|
+
"path",
|
|
145
|
+
{
|
|
146
|
+
fill: "#fff",
|
|
147
|
+
fillOpacity: 0.2,
|
|
148
|
+
d: "M5.112.343c-.874 0-1.59.716-1.59 1.59v.132c0-.874.716-1.59 1.59-1.59h9.008V.344z"
|
|
149
|
+
}
|
|
150
|
+
) }),
|
|
151
|
+
/* @__PURE__ */ e(
|
|
152
|
+
"mask",
|
|
153
|
+
{
|
|
154
|
+
id: "google-sheets_svg__g",
|
|
155
|
+
width: 18,
|
|
156
|
+
height: 24,
|
|
157
|
+
x: 3,
|
|
158
|
+
y: 0,
|
|
159
|
+
maskUnits: "userSpaceOnUse",
|
|
160
|
+
style: {
|
|
161
|
+
maskType: "luminance"
|
|
162
|
+
},
|
|
163
|
+
children: /* @__PURE__ */ e(
|
|
164
|
+
"path",
|
|
165
|
+
{
|
|
166
|
+
fill: "#fff",
|
|
167
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"
|
|
168
|
+
}
|
|
169
|
+
)
|
|
170
|
+
}
|
|
171
|
+
),
|
|
172
|
+
/* @__PURE__ */ e("g", { mask: "url(#google-sheets_svg__g)", children: /* @__PURE__ */ e(
|
|
173
|
+
"path",
|
|
174
|
+
{
|
|
175
|
+
fill: "#263238",
|
|
176
|
+
fillOpacity: 0.2,
|
|
177
|
+
d: "M18.888 23.524H5.112c-.874 0-1.59-.715-1.59-1.59v.133c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59v-.132c0 .874-.716 1.59-1.59 1.59"
|
|
178
|
+
}
|
|
179
|
+
) }),
|
|
180
|
+
/* @__PURE__ */ e(
|
|
181
|
+
"mask",
|
|
182
|
+
{
|
|
183
|
+
id: "google-sheets_svg__h",
|
|
184
|
+
width: 18,
|
|
185
|
+
height: 24,
|
|
186
|
+
x: 3,
|
|
187
|
+
y: 0,
|
|
188
|
+
maskUnits: "userSpaceOnUse",
|
|
189
|
+
style: {
|
|
190
|
+
maskType: "luminance"
|
|
191
|
+
},
|
|
192
|
+
children: /* @__PURE__ */ e(
|
|
193
|
+
"path",
|
|
194
|
+
{
|
|
195
|
+
fill: "#fff",
|
|
196
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"
|
|
197
|
+
}
|
|
198
|
+
)
|
|
199
|
+
}
|
|
200
|
+
),
|
|
201
|
+
/* @__PURE__ */ e("g", { mask: "url(#google-sheets_svg__h)", children: /* @__PURE__ */ e(
|
|
202
|
+
"path",
|
|
203
|
+
{
|
|
204
|
+
fill: "#263238",
|
|
205
|
+
fillOpacity: 0.1,
|
|
206
|
+
d: "M15.71 6.701a1.59 1.59 0 0 1-1.59-1.59v.133c0 .879.711 1.59 1.59 1.59h4.768V6.7z"
|
|
207
|
+
}
|
|
208
|
+
) }),
|
|
209
|
+
/* @__PURE__ */ e(
|
|
210
|
+
"path",
|
|
211
|
+
{
|
|
212
|
+
fill: "url(#google-sheets_svg__i)",
|
|
213
|
+
d: "M14.12.343H5.112c-.874 0-1.59.716-1.59 1.59v20.134c0 .874.716 1.59 1.59 1.59h13.776c.874 0 1.59-.716 1.59-1.59V6.701z"
|
|
214
|
+
}
|
|
215
|
+
),
|
|
216
|
+
/* @__PURE__ */ s("defs", { children: [
|
|
217
|
+
/* @__PURE__ */ s(
|
|
218
|
+
"radialGradient",
|
|
219
|
+
{
|
|
220
|
+
id: "google-sheets_svg__i",
|
|
221
|
+
cx: 0,
|
|
222
|
+
cy: 0,
|
|
223
|
+
r: 1,
|
|
224
|
+
gradientTransform: "matrix(2734 0 0 2734.01 57.237 46.42)",
|
|
225
|
+
gradientUnits: "userSpaceOnUse",
|
|
226
|
+
children: [
|
|
227
|
+
/* @__PURE__ */ e("stop", { stopColor: "#fff", stopOpacity: 0.1 }),
|
|
228
|
+
/* @__PURE__ */ e("stop", { offset: 1, stopColor: "#fff", stopOpacity: 0 })
|
|
229
|
+
]
|
|
230
|
+
}
|
|
231
|
+
),
|
|
232
|
+
/* @__PURE__ */ s(
|
|
233
|
+
"linearGradient",
|
|
234
|
+
{
|
|
235
|
+
id: "google-sheets_svg__d",
|
|
236
|
+
x1: 309.28,
|
|
237
|
+
x2: 309.28,
|
|
238
|
+
y1: 56.825,
|
|
239
|
+
y2: 595.513,
|
|
240
|
+
gradientUnits: "userSpaceOnUse",
|
|
241
|
+
children: [
|
|
242
|
+
/* @__PURE__ */ e("stop", { stopColor: "#263238", stopOpacity: 0.2 }),
|
|
243
|
+
/* @__PURE__ */ e("stop", { offset: 1, stopColor: "#263238", stopOpacity: 0.02 })
|
|
244
|
+
]
|
|
245
|
+
}
|
|
246
|
+
)
|
|
247
|
+
] })
|
|
248
|
+
]
|
|
249
|
+
}
|
|
250
|
+
);
|
|
251
|
+
export {
|
|
252
|
+
t as default
|
|
253
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const s=require("react/jsx-runtime"),e=l=>s.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:[s.jsxs("g",{clipPath:"url(#hubspot_svg__a)",children:[s.jsx("path",{fill:"#FF7A59",d:"M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12"}),s.jsx("path",{fill:"#fff",fillRule:"evenodd",d:"M14.62 14.647a1.614 1.614 0 0 1-1.622-1.606c0-.886.726-1.606 1.622-1.606s1.624.72 1.624 1.606-.727 1.606-1.624 1.606m.487-4.697V8.52a1.1 1.1 0 0 0 .64-.991v-.033c0-.604-.5-1.099-1.11-1.099h-.033c-.61 0-1.11.495-1.11 1.099v.033a1.1 1.1 0 0 0 .64.991v1.43a3.17 3.17 0 0 0-1.496.651l-3.963-3.05q.04-.152.044-.309c0-.684-.56-1.24-1.252-1.242a1.244 1.244 0 0 0-1.253 1.238 1.246 1.246 0 0 0 1.868 1.074l3.9 3.003a3.1 3.1 0 0 0 .048 3.522l-1.187 1.174A1.017 1.017 0 1 0 10.55 18c.569 0 1.03-.456 1.03-1.018a1 1 0 0 0-.048-.291l1.172-1.161a3.17 3.17 0 0 0 1.917.644c1.75 0 3.166-1.402 3.166-3.133 0-1.566-1.163-2.859-2.68-3.091",clipRule:"evenodd"})]}),s.jsx("defs",{children:s.jsx("clipPath",{id:"hubspot_svg__a",children:s.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=e;
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { jsxs as a, jsx as l } from "react/jsx-runtime";
|
|
2
|
+
const e = (s) => /* @__PURE__ */ a(
|
|
3
|
+
"svg",
|
|
4
|
+
{
|
|
5
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
6
|
+
fill: "none",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
...s,
|
|
9
|
+
children: [
|
|
10
|
+
/* @__PURE__ */ a("g", { clipPath: "url(#hubspot_svg__a)", children: [
|
|
11
|
+
/* @__PURE__ */ l(
|
|
12
|
+
"path",
|
|
13
|
+
{
|
|
14
|
+
fill: "#FF7A59",
|
|
15
|
+
d: "M12 24c6.627 0 12-5.373 12-12S18.627 0 12 0 0 5.373 0 12s5.373 12 12 12"
|
|
16
|
+
}
|
|
17
|
+
),
|
|
18
|
+
/* @__PURE__ */ l(
|
|
19
|
+
"path",
|
|
20
|
+
{
|
|
21
|
+
fill: "#fff",
|
|
22
|
+
fillRule: "evenodd",
|
|
23
|
+
d: "M14.62 14.647a1.614 1.614 0 0 1-1.622-1.606c0-.886.726-1.606 1.622-1.606s1.624.72 1.624 1.606-.727 1.606-1.624 1.606m.487-4.697V8.52a1.1 1.1 0 0 0 .64-.991v-.033c0-.604-.5-1.099-1.11-1.099h-.033c-.61 0-1.11.495-1.11 1.099v.033a1.1 1.1 0 0 0 .64.991v1.43a3.17 3.17 0 0 0-1.496.651l-3.963-3.05q.04-.152.044-.309c0-.684-.56-1.24-1.252-1.242a1.244 1.244 0 0 0-1.253 1.238 1.246 1.246 0 0 0 1.868 1.074l3.9 3.003a3.1 3.1 0 0 0 .048 3.522l-1.187 1.174A1.017 1.017 0 1 0 10.55 18c.569 0 1.03-.456 1.03-1.018a1 1 0 0 0-.048-.291l1.172-1.161a3.17 3.17 0 0 0 1.917.644c1.75 0 3.166-1.402 3.166-3.133 0-1.566-1.163-2.859-2.68-3.091",
|
|
24
|
+
clipRule: "evenodd"
|
|
25
|
+
}
|
|
26
|
+
)
|
|
27
|
+
] }),
|
|
28
|
+
/* @__PURE__ */ l("defs", { children: /* @__PURE__ */ l("clipPath", { id: "hubspot_svg__a", children: /* @__PURE__ */ l("path", { fill: "#fff", d: "M0 0h24v24H0z" }) }) })
|
|
29
|
+
]
|
|
30
|
+
}
|
|
31
|
+
);
|
|
32
|
+
export {
|
|
33
|
+
e as default
|
|
34
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";const c=require("react/jsx-runtime"),s=l=>c.jsxs("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24",...l,children:[c.jsxs("g",{clipPath:"url(#mailchimp_svg__a)",children:[c.jsx("path",{fill:"#FFE01B",d:"M12 0C5.381 0 0 5.381 0 12s5.381 12 12 12 12-5.381 12-12S18.619 0 12 0"}),c.jsx("path",{fill:"#241C15",fillRule:"evenodd",d:"M20.296 14.51c.003.01-.001-.004 0 0 .274 0 .704.31.704 1.062 0 .747-.314 1.593-.388 1.78-1.131 2.677-3.831 4.167-7.048 4.072-2.998-.087-5.556-1.65-6.675-4.195-.676 0-1.374-.293-1.904-.757-.56-.489-.904-1.121-.971-1.781a3 3 0 0 1 .175-1.408l-.629-.526C.684 10.36 9.68.49 12.557 2.967c.014.013.979.946.98.949 1.388-.582 5.105-1.689 5.109.888.002.856-.55 1.854-1.436 2.76 1.023.936.753 2.266.916 3.487l.355.097c.678.188 1.16.438 1.395.682s.353.48.395.758c.04.223.035.618-.264 1.06.108.285.206.569.289.862M6.839 16.535q.15.003.298-.021c1.05-.177 1.326-1.304 1.153-2.41-.196-1.25-1.052-1.69-1.633-1.722a1.8 1.8 0 0 0-.436.03c-1.037.207-1.623 1.078-1.508 2.21.105 1.024 1.154 1.887 2.126 1.913m-2.35-3.815c.348-.5.917-.86 1.563-.984.822-2.178 2.194-4.184 4.01-5.565 1.349-1.11 2.802-1.906 2.802-1.906s-.783-.896-1.02-.962c-1.454-.388-4.595 1.75-6.6 4.576-.812 1.143-1.974 3.168-1.419 4.209.069.129.456.46.664.632m11.793 3.314a.06.06 0 0 1-.033.057s-1.17.536-3.026-.03c.067.556.742.767 1.213.843 2.3.39 4.452-.908 4.936-1.235.083-.056-.001.088-.016.11-.593.754-2.186 1.628-4.259 1.628-.904 0-1.807-.315-2.14-.798-.514-.75-.025-1.843.833-1.73 1.45.162 2.936.04 4.278-.574 1.17-.537 1.613-1.126 1.546-1.604-.103-.74-1.2-.857-1.756-1.037-.241-.078-.36-.141-.387-.59-.012-.196-.047-.879-.06-1.161-.021-.494-.082-1.17-.507-1.45a.7.7 0 0 0-.363-.114c-.103-.005-.165.009-.198.016l-.018.004c-.23.039-.37.155-.535.292l-.03.024c-.53.436-.977.507-1.474.486a9 9 0 0 1-.484-.039q-.232-.024-.49-.04l-.212-.013c-.833-.042-1.727.669-1.876 1.678-.166 1.127.464 1.816.873 2.265.101.111.189.207.248.292.038.05.082.122.082.19 0 .082-.054.146-.106.202-.85.863-1.123 2.235-.802 3.378q.06.213.15.41c.753 1.734 3.086 2.541 5.364 1.807 1.597-.515 3.008-1.76 3.296-3.476.068-.447-.032-.62-.17-.703-.144-.088-.317-.058-.317-.058s-.08-.534-.303-1.02c-.665.518-1.52.881-2.171 1.066-1.043.295-2.17.41-3.248.27-.437-.056-.73-.094-.857.31 1.438.52 2.96.297 2.96.297a.054.054 0 0 1 .059.047M12.134 5.95c-.787.397-1.665 1.104-2.378 1.918-.025.029.013.069.044.047.615-.443 1.46-.854 2.566-1.12 1.239-.298 2.432-.173 3.16-.008.037.008.06-.054.028-.072-.482-.267-1.22-.448-1.745-.452a.032.032 0 0 1-.025-.05c.09-.12.215-.239.328-.325.026-.02.01-.06-.022-.058-.652.04-2.141.719-2.136.694.038-.181.159-.42.22-.532.016-.026-.013-.055-.04-.042",clipRule:"evenodd"}),c.jsx("path",{fill:"#241C15",d:"m14.256 11.85.03.013c.171.075.278.122.32.076.03-.03.021-.087-.024-.16a1.1 1.1 0 0 0-.49-.395 1.34 1.34 0 0 0-1.298.156c-.126.093-.246.221-.23.3.006.025.025.044.07.05a.8.8 0 0 0 .231-.056c.168-.053.403-.127.659-.142.296-.018.542.074.732.157M13.405 12.262c.087-.075.223-.156.47-.195.34-.04.589.118.647.211.024.04.015.067.007.08-.027.04-.084.034-.202.021h-.008a1.6 1.6 0 0 0-.794.082s-.125.05-.18.05a.06.06 0 0 1-.06-.06c0-.051.046-.123.12-.189M16.935 11.482a1.6 1.6 0 0 0-.396 0 1.5 1.5 0 0 1-.254-.602c-.095-.449-.085-.774.18-.816.266-.042.395.23.49.678.064.302.051.58-.02.74M15.77 12.843c.168.082.353.05.413-.071.06-.122-.027-.286-.195-.367s-.353-.05-.414.072c-.06.12.027.285.196.366M16.597 12.242c.003-.185.117-.333.253-.33.136.002.245.154.242.338s-.117.333-.253.33c-.137-.001-.245-.153-.242-.338M7.174 15.129c-.263-.398.397-.999.129-1.504a.93.93 0 0 0-.712-.51.92.92 0 0 0-.783.278c-.302.33-.35.777-.29.935.02.058.054.074.078.078.165.021.258-.401.314-.49a.565.565 0 0 1 .76-.156c.468.303.063.79.098 1.203.034.402.284.564.509.58.218.009.371-.113.41-.201.092-.212-.298.113-.513-.213"})]}),c.jsx("defs",{children:c.jsx("clipPath",{id:"mailchimp_svg__a",children:c.jsx("path",{fill:"#fff",d:"M0 0h24v24H0z"})})})]});module.exports=s;
|