@arcadeai/design-system 3.44.2 → 3.45.0

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.
@@ -0,0 +1,4 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const FlyIo: (props: SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
+ export default FlyIo;
4
+ //# sourceMappingURL=fly-io.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fly-io.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/fly-io.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEtC,eAAO,MAAM,KAAK,GAAI,OAAO,QAAQ,CAAC,aAAa,CAAC,4CAiCnD,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,49 @@
1
+ import { jsxs as c, jsx as a } from "react/jsx-runtime";
2
+ const t = (l) => /* @__PURE__ */ c(
3
+ "svg",
4
+ {
5
+ preserveAspectRatio: "xMidYMid",
6
+ viewBox: "0 0 256 231",
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ ...l,
9
+ children: [
10
+ /* @__PURE__ */ a("title", { children: "Fly io" }),
11
+ /* @__PURE__ */ a("defs", { children: /* @__PURE__ */ c(
12
+ "radialGradient",
13
+ {
14
+ cx: "53.096%",
15
+ cy: "49.564%",
16
+ fx: "53.096%",
17
+ fy: "49.564%",
18
+ gradientTransform: "matrix(.77604 0 0 1 .119 0)",
19
+ id: "a",
20
+ r: "93.348%",
21
+ children: [
22
+ /* @__PURE__ */ a("stop", { offset: "0%", stopColor: "#BA7BF0" }),
23
+ /* @__PURE__ */ a("stop", { offset: "45%", stopColor: "#996BEC" }),
24
+ /* @__PURE__ */ a("stop", { offset: "100%", stopColor: "#5046E4" })
25
+ ]
26
+ }
27
+ ) }),
28
+ /* @__PURE__ */ a(
29
+ "path",
30
+ {
31
+ d: "M179.016 31.598h29.478c26.22 0 47.506 21.287 47.506 47.507v103.652c0 26.22-21.287 47.507-47.506 47.507h-2.323c-13.495-2.111-19.348-6.158-23.869-9.579l-37.479-30.815a5.276 5.276 0 0 0-6.635 0l-12.176 10.012-34.292-28.197a5.263 5.263 0 0 0-6.632 0l-47.64 41.91c-9.588 7.798-15.93 6.357-20.043 5.905C6.782 210.782 0 197.556 0 182.757V79.105c0-26.22 21.287-47.507 47.51-47.507h29.412l-.053.119-.992 2.89-.308.992-1.335 5.92-.184 1.04-.586 5.93-.078 1.627-.012.57.056 2.72.134 1.593.33 2.494.421 2.245.5 2.068.648 2.238 1.683 4.74.555 1.422 2.931 6.192 1.036 1.902 3.389 5.818 1.297 2.099 4.73 6.965.683.923 6.155 8.01 1.99 2.467 7.027 8.216 1.444 1.58 5.793 6.234 2.295 2.376 3.792 3.766-.761.636-.474.428a46.423 46.423 0 0 0-3.654 3.816 32.49 32.49 0 0 0-1.572 2.008 25.939 25.939 0 0 0-2.03 3.318c-.303.6-.574 1.215-.814 1.842a17.056 17.056 0 0 0-1.1 5.008l-.022 1.481c.054 2.088.48 4.15 1.256 6.09a16.962 16.962 0 0 0 3.387 5.31 17.222 17.222 0 0 0 3.57 2.906c1.12.686 2.313 1.25 3.554 1.68 2.698.915 5.56 1.24 8.394.954h.016a18.933 18.933 0 0 0 6.922-2.054 17.902 17.902 0 0 0 2.644-1.712 16.956 16.956 0 0 0 5.332-7.09c.873-2.18 1.3-4.51 1.262-6.854l-.068-1.225a17.258 17.258 0 0 0-1.148-4.718 19.594 19.594 0 0 0-.888-1.927 26.472 26.472 0 0 0-2.09-3.308c-.355-.48-.723-.952-1.103-1.413a45.505 45.505 0 0 0-4.078-4.271l-1.026-.873 1.736-1.715 7.465-7.795 2.582-2.835 4.013-4.515 2.61-3.052 3.722-4.534 2.52-3.168 3.7-4.948 1.869-2.56 2.65-3.963 2.207-3.377 4.16-7.243 2.379-4.752.069-.146 1.82-4.41c.025-.056.045-.115.063-.174l1.961-6.118.206-.891.851-4.87.165-1.32.05-.807.06-3.05-.016-.567-.156-2.732-.193-2.12-.967-6.114c-.015-.081-.031-.162-.056-.243l-1.241-4.522-.427-1.256-.558-1.39Zm14.012 129.258c-6.18.087-11.169 5.076-11.256 11.256.09 6.179 5.078 11.165 11.256 11.253 6.178-.09 11.166-5.075 11.26-11.253-.09-6.18-5.08-11.169-11.26-11.256Z",
32
+ fill: "url(#a)"
33
+ }
34
+ ),
35
+ /* @__PURE__ */ a("path", { d: "M102.63 230.264H47.51A47.304 47.304 0 0 1 17.404 219.5c4.113.452 10.455 1.893 20.043-5.905l47.64-41.91a5.263 5.263 0 0 1 6.632 0l34.292 28.197 12.176-10.012a5.276 5.276 0 0 1 6.635 0l37.48 30.815c4.52 3.42 10.373 7.468 23.868 9.579h-24.932a10.599 10.599 0 0 1-6.12-2.04l-.437-.336-32.983-27.389-32.55 27.389a10.427 10.427 0 0 1-6.519 2.376Zm90.398-69.408c-6.18.087-11.169 5.076-11.256 11.256.09 6.179 5.078 11.165 11.256 11.253 6.178-.09 11.166-5.075 11.26-11.253-.09-6.18-5.08-11.169-11.26-11.256Zm-72.765-34.102-3.792-3.766-2.295-2.376-5.793-6.233-1.444-1.581-7.028-8.216-1.99-2.466-6.154-8.01-.683-.924-4.73-6.965-1.297-2.099-3.39-5.818-1.035-1.902-2.93-6.192-.556-1.422-1.683-4.74-.649-2.238-.499-2.068-.42-2.245L73.563 55l-.134-1.593-.056-2.72.012-.57.078-1.627.586-5.93.184-1.04 1.335-5.92.308-.992.992-2.89.318-.749 1.578-3.467 1.094-2.064 1.525-2.513 1.518-2.239 1.082-1.422 1.247-1.503 1.372-1.509 1.176-1.182 2.862-2.519 2.092-1.712c.05-.043.103-.08.156-.118l2.476-1.675 1.968-1.253 3.735-1.968c.056-.034.122-.062.18-.09l5.298-2.198.49-.184 4.708-1.378 1.99-.446 2.687-.54 1.784-.27 2.734-.34 1.865-.166 3.7-.196 1.45-.016 2.748.056.714.04 3.978.331 5.264.742.608.128 5.2 1.294 1.528.455 1.697.587 2.067.782 1.634.692 2.4 1.132 1.513.777 2.719 1.596 1.013.624 3.707 2.706 1.064.923 2.585 2.354.127.128 2.192 2.351.755.851 2.572 3.418.524.816 2.042 3.449.615 1.182 1.15 2.572 1.204 3.003.427 1.256 1.241 4.522c.023.08.042.16.056.243l.967 6.114.193 2.12.156 2.732.016.567-.06 3.05-.05.807-.165 1.32-.851 4.87-.206.891-1.961 6.118c-.018.06-.038.118-.062.175l-1.821 4.409-.069.146-2.38 4.752-4.159 7.243-2.207 3.377-2.65 3.963-1.868 2.56-3.701 4.948-2.52 3.168-3.723 4.534-2.61 3.052-4.012 4.515-2.582 2.835-7.465 7.795-1.736 1.715 1.026.873a45.503 45.503 0 0 1 4.078 4.271c.38.462.748.933 1.104 1.413a26.472 26.472 0 0 1 2.089 3.308c.33.624.627 1.269.888 1.927.596 1.51.998 3.105 1.148 4.718l.068 1.225a17.667 17.667 0 0 1-1.262 6.853 16.956 16.956 0 0 1-5.332 7.09c-.83.65-1.715 1.22-2.644 1.713a18.933 18.933 0 0 1-6.922 2.054h-.016a19.924 19.924 0 0 1-8.394-.954 18.253 18.253 0 0 1-3.554-1.68 17.22 17.22 0 0 1-3.57-2.906 16.962 16.962 0 0 1-3.387-5.31 17.586 17.586 0 0 1-1.256-6.09l.022-1.481a17.056 17.056 0 0 1 1.1-5.008c.24-.63.512-1.244.814-1.842a25.938 25.938 0 0 1 2.03-3.318c.496-.689 1.023-1.36 1.572-2.008a46.423 46.423 0 0 1 3.654-3.816l.474-.428.76-.636Z" }),
36
+ /* @__PURE__ */ a(
37
+ "path",
38
+ {
39
+ d: "m141.7 200.499 32.982 27.389a10.589 10.589 0 0 0 6.67 2.376h-78.834c2.42 0 4.764-.839 6.632-2.376l32.55-27.389Zm-13.536-64.64.299.087c.097.047.178.116.265.175l.25.221a35.63 35.63 0 0 1 1.792 1.774c.406.434.802.88 1.182 1.341a19.32 19.32 0 0 1 1.347 1.83c.178.281.343.565.499.861.134.256.256.52.362.789.187.468.327.96.37 1.462l-.009.942a5.372 5.372 0 0 1-2.547 4.187 7.29 7.29 0 0 1-3.1 1.02l-1.162.034-.983-.087a7.477 7.477 0 0 1-1.35-.327 6.454 6.454 0 0 1-1.278-.599l-.767-.561a5.263 5.263 0 0 1-1.746-2.994 7.539 7.539 0 0 1-.09-.592l-.029-.898c.016-.243.053-.483.106-.723a7.53 7.53 0 0 1 .57-1.516c.315-.606.674-1.189 1.073-1.743a26.809 26.809 0 0 1 2.155-2.56 32.093 32.093 0 0 1 1.534-1.521l.377-.34c.262-.175.265-.175.565-.262h.315Zm-1.93-125.195.121-.01v104.981l-.262-.483a293.485 293.485 0 0 1-9.644-19.544 208.977 208.977 0 0 1-6.545-16.385 129.208 129.208 0 0 1-3.944-13.492c-.83-3.626-1.465-7.305-1.727-11.022a53.98 53.98 0 0 1-.09-4.764c.024-1.385.08-2.766.168-4.147a78 78 0 0 1 .676-6.492c.253-1.693.565-3.38.951-5.048a53.058 53.058 0 0 1 1.067-3.935 46.63 46.63 0 0 1 2.104-5.482c.3-.642.62-1.281.958-1.908 2.026-3.754 4.776-7.212 8.378-9.525a17.514 17.514 0 0 1 7.789-2.744Zm13.613.265 7.062 2.014c3.271 1.207 6.42 2.781 9.314 4.746a37.367 37.367 0 0 1 10.015 9.99 37.714 37.714 0 0 1 3.879 7.477 43.852 43.852 0 0 1 2.7 12.107c.094 1.085.147 2.173.168 3.262.025 1.01.02 2.023-.062 3.033-.2 2.261-.626 4.496-1.269 6.673a52.82 52.82 0 0 1-1.83 5.25 75.765 75.765 0 0 1-2.906 6.277c-2.354 4.547-5.064 8.896-7.964 13.102a204.078 204.078 0 0 1-11.483 14.986c-4.406 5.254-9.001 10.347-13.776 15.269a292.15 292.15 0 0 0 9.067-18.553 230.134 230.134 0 0 0 4.41-10.623c1.519-3.928 2.888-7.913 4.106-11.945a117.089 117.089 0 0 0 2.36-9.16 74.917 74.917 0 0 0 1.282-8.014c.23-2.245.314-4.502.258-6.754a96.056 96.056 0 0 0-.152-4.131c-.33-5.538-1.173-11.057-2.788-16.367a47.834 47.834 0 0 0-2.226-5.899c-2.067-4.502-4.952-8.712-8.855-11.783l-1.31-.957Z",
40
+ fill: "#FFF"
41
+ }
42
+ )
43
+ ]
44
+ }
45
+ );
46
+ export {
47
+ t as FlyIo,
48
+ t as default
49
+ };
@@ -49,6 +49,7 @@ export * from './exa';
49
49
  export * from './factorial';
50
50
  export * from './figma';
51
51
  export * from './firecrawl';
52
+ export * from './fly-io';
52
53
  export * from './forkable';
53
54
  export * from './freshdesk';
54
55
  export * from './freshservice';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../lib/components/ui/atoms/icons/index.tsx"],"names":[],"mappings":"AAAA,4FAA4F;AAC5F,cAAc,OAAO,CAAC;AACtB,cAAc,OAAO,CAAC;AACtB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,SAAS,CAAC;AACxB,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,wBAAwB,CAAC;AACvC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,OAAO,CAAC;AACtB,cAAc,QAAQ,CAAC;AACvB,cAAc,YAAY,CAAC;AAC3B,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,WAAW,CAAC;AAC1B,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,OAAO,CAAC;AACtB,cAAc,aAAa,CAAC;AAC5B,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AACvC,cAAc,mBAAmB,CAAC;AAClC,cAAc,kBAAkB,CAAC;AACjC,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC;AACvB,cAAc,UAAU,CAAC;AACzB,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,mBAAmB,CAAC;AAClC,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,KAAK,CAAC;AACpB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,QAAQ,CAAC"}
@@ -7,8 +7,8 @@ import { Arcade as n } from "./arcade.js";
7
7
  import { ArcadeLogo as g } from "./arcade-logo.js";
8
8
  import { Asana as d } from "./asana.js";
9
9
  import { Ashby as k } from "./ashby.js";
10
- import { Atlassian as C } from "./atlassian.js";
11
- import { Attio as b } from "./attio.js";
10
+ import { Atlassian as y } from "./atlassian.js";
11
+ import { Attio as M } from "./attio.js";
12
12
  import { Auth0 as S } from "./auth0.js";
13
13
  import { Azure as B } from "./azure.js";
14
14
  import { Bamboohr as D } from "./bamboohr.js";
@@ -16,7 +16,7 @@ import { Basecamp as P } from "./basecamp.js";
16
16
  import { Bill as O } from "./bill.js";
17
17
  import { Bitbucket as v } from "./bitbucket.js";
18
18
  import { Bluesky as E } from "./bluesky.js";
19
- import { Box as H } from "./box.js";
19
+ import { Box as Z } from "./box.js";
20
20
  import { Braze as q } from "./braze.js";
21
21
  import { Brex as R } from "./brex.js";
22
22
  import { Brightdata as z } from "./brightdata.js";
@@ -34,127 +34,128 @@ import { Confluence as no } from "./confluence.js";
34
34
  import { Cursor as go } from "./cursor.js";
35
35
  import { CursorInstallDark as ho } from "./cursor-install-dark.js";
36
36
  import { CursorInstallLight as Go } from "./cursor-install-light.js";
37
- import { CursorLogotype as Mo } from "./cursor-logotype.js";
38
- import { Customerio as yo } from "./customerio.js";
37
+ import { CursorLogotype as Co } from "./cursor-logotype.js";
38
+ import { Customerio as bo } from "./customerio.js";
39
39
  import { Datadog as Ao } from "./datadog.js";
40
40
  import { Daytona as Lo } from "./daytona.js";
41
41
  import { DigitalOcean as Fo } from "./digital-ocean.js";
42
42
  import { Discord as To } from "./discord.js";
43
43
  import { Dropbox as wo } from "./dropbox.js";
44
44
  import { E2b as Wo } from "./e2b.js";
45
- import { Ebay as Zo } from "./ebay.js";
46
- import { Evernote as Io } from "./evernote.js";
45
+ import { Ebay as Io } from "./ebay.js";
46
+ import { Evernote as Ho } from "./evernote.js";
47
47
  import { Exa as No } from "./exa.js";
48
48
  import { Factorial as Vo } from "./factorial.js";
49
49
  import { Figma as Jo } from "./figma.js";
50
50
  import { Firecrawl as Yo } from "./firecrawl.js";
51
- import { Forkable as jo } from "./forkable.js";
52
- import { Freshdesk as Uo } from "./freshdesk.js";
53
- import { Freshservice as $o } from "./freshservice.js";
54
- import { Gemini as rr } from "./gemini.js";
55
- import { Generic as tr } from "./generic.js";
56
- import { Github as fr } from "./github.js";
57
- import { Gitlab as xr } from "./gitlab.js";
58
- import { Gmail as ir } from "./gmail.js";
59
- import { Google as sr } from "./google.js";
60
- import { GoogleCalendar as cr } from "./google-calendar.js";
61
- import { GoogleContacts as ur } from "./google-contacts.js";
62
- import { GoogleDocs as hr } from "./google-docs.js";
63
- import { GoogleDrive as Gr } from "./google-drive.js";
64
- import { GoogleFinance as Mr } from "./google-finance.js";
65
- import { GoogleFlight as yr } from "./google-flight.js";
66
- import { GoogleFlights as Ar } from "./google-flights.js";
67
- import { GoogleHotels as Lr } from "./google-hotels.js";
68
- import { GoogleJobs as Fr } from "./google-jobs.js";
69
- import { GoogleMaps as Tr } from "./google-maps.js";
70
- import { GoogleNews as wr } from "./google-news.js";
71
- import { GoogleSheets as Wr } from "./google-sheets.js";
72
- import { GoogleShopping as Zr } from "./google-shopping.js";
73
- import { GoogleSlides as Ir } from "./google-slides.js";
74
- import { Goose as Nr } from "./goose.js";
75
- import { Granola as Vr } from "./granola.js";
76
- import { Heroku as Jr } from "./heroku.js";
77
- import { Hootsuite as Yr } from "./hootsuite.js";
78
- import { Hubspot as jr } from "./hubspot.js";
79
- import { Imgflip as Ur } from "./imgflip.js";
80
- import { Intercom as $r } from "./intercom.js";
81
- import { Jira as re } from "./jira.js";
82
- import { Langchain as te } from "./langchain.js";
83
- import { LangchainLogotype as fe } from "./langchain-logotype.js";
84
- import { Linear as xe } from "./linear.js";
85
- import { Linkedin as ie } from "./linkedin.js";
86
- import { Luma as se } from "./luma.js";
87
- import { Mailchimp as ce } from "./mailchimp.js";
88
- import { Mastra as ue } from "./mastra.js";
89
- import { MastraLogotype as he } from "./mastra-logotype.js";
90
- import { MathToolkit as Ge } from "./math-toolkit.js";
91
- import { Mcp as Me } from "./mcp.js";
92
- import { Microsoft as ye } from "./microsoft.js";
93
- import { MicrosoftDynamics as Ae } from "./microsoft-dynamics.js";
94
- import { MicrosoftExcel as Le } from "./microsoft-excel.js";
95
- import { MicrosoftOnedrive as Fe } from "./microsoft-onedrive.js";
96
- import { MicrosoftOutlookCalendar as Te } from "./microsoft-outlook-calendar.js";
97
- import { MicrosoftOutlookMail as we } from "./microsoft-outlook-mail.js";
98
- import { MicrosoftPowerpoint as We } from "./microsoft-powerpoint.js";
99
- import { MicrosoftSharepoint as Ze } from "./microsoft-sharepoint.js";
100
- import { MicrosoftTeams as Ie } from "./microsoft-teams.js";
101
- import { MicrosoftWord as Ne } from "./microsoft-word.js";
102
- import { Miro as Ve } from "./miro.js";
103
- import { Monday as Je } from "./monday.js";
104
- import { MongoDB as Ye } from "./mongodb.js";
105
- import { Netsuite as je } from "./netsuite.js";
106
- import { Notion as Ue } from "./notion.js";
107
- import { Oauth as $e } from "./oauth.js";
108
- import { Obsidian as rt } from "./obsidian.js";
109
- import { Okta as tt } from "./okta.js";
110
- import { Openai as ft } from "./openai.js";
111
- import { Pagerduty as xt } from "./pagerduty.js";
112
- import { Pinecone as it } from "./pinecone.js";
113
- import { Pinterest as st } from "./pinterest.js";
114
- import { Pipedrive as ct } from "./pipedrive.js";
115
- import { Plaid as ut } from "./plaid.js";
116
- import { Postgres as ht } from "./postgres.js";
117
- import { Posthog as Gt } from "./posthog.js";
118
- import { Pylon as Mt } from "./pylon.js";
119
- import { Quickbooks as yt } from "./quickbooks.js";
120
- import { Railway as At } from "./railway.js";
121
- import { Reddit as Lt } from "./reddit.js";
122
- import { Resend as Ft } from "./resend.js";
123
- import { Salesforce as Tt } from "./salesforce.js";
124
- import { Shopify as wt } from "./shopify.js";
125
- import { Singlestore as Wt } from "./singlestore.js";
126
- import { Slack as Zt } from "./slack.js";
127
- import { Snowflake as It } from "./snowflake.js";
128
- import { Splunk as Nt } from "./splunk.js";
129
- import { Spotify as Vt } from "./spotify.js";
130
- import { Square as Jt } from "./square.js";
131
- import { Squarespace as Yt } from "./squarespace.js";
132
- import { Squareup as jt } from "./squareup.js";
133
- import { Stripe as Ut } from "./stripe.js";
134
- import { Telegram as $t } from "./telegram.js";
135
- import { Tesla as rp } from "./tesla.js";
136
- import { Ticktick as tp } from "./ticktick.js";
137
- import { Tiktok as fp } from "./tiktok.js";
138
- import { Trello as xp } from "./trello.js";
139
- import { Twilio as ip } from "./twilio.js";
140
- import { Twitch as sp } from "./twitch.js";
141
- import { Vercel as cp } from "./vercel.js";
142
- import { VercelLogotype as up } from "./vercel-logotype.js";
143
- import { Vscode as hp } from "./vscode.js";
144
- import { Walmart as Gp } from "./walmart.js";
145
- import { Weaviate as Mp } from "./weaviate.js";
146
- import { Windsurf as yp } from "./windsurf.js";
147
- import { Workday as Ap } from "./workday.js";
148
- import { Wrike as Lp } from "./wrike.js";
149
- import { X as Fp } from "./x.js";
150
- import { Xero as Tp } from "./xero.js";
151
- import { Youtube as wp } from "./youtube.js";
152
- import { Yugabytedb as Wp } from "./yugabytedb.js";
153
- import { Zendesk as Zp } from "./zendesk.js";
154
- import { Zoho as Ip } from "./zoho.js";
155
- import { ZohoBooks as Np } from "./zoho-books.js";
156
- import { ZohoCreator as Vp } from "./zoho-creator.js";
157
- import { Zoom as Jp } from "./zoom.js";
51
+ import { FlyIo as jo } from "./fly-io.js";
52
+ import { Forkable as Uo } from "./forkable.js";
53
+ import { Freshdesk as $o } from "./freshdesk.js";
54
+ import { Freshservice as rr } from "./freshservice.js";
55
+ import { Gemini as tr } from "./gemini.js";
56
+ import { Generic as fr } from "./generic.js";
57
+ import { Github as xr } from "./github.js";
58
+ import { Gitlab as ir } from "./gitlab.js";
59
+ import { Gmail as sr } from "./gmail.js";
60
+ import { Google as cr } from "./google.js";
61
+ import { GoogleCalendar as ur } from "./google-calendar.js";
62
+ import { GoogleContacts as hr } from "./google-contacts.js";
63
+ import { GoogleDocs as Gr } from "./google-docs.js";
64
+ import { GoogleDrive as Cr } from "./google-drive.js";
65
+ import { GoogleFinance as br } from "./google-finance.js";
66
+ import { GoogleFlight as Ar } from "./google-flight.js";
67
+ import { GoogleFlights as Lr } from "./google-flights.js";
68
+ import { GoogleHotels as Fr } from "./google-hotels.js";
69
+ import { GoogleJobs as Tr } from "./google-jobs.js";
70
+ import { GoogleMaps as wr } from "./google-maps.js";
71
+ import { GoogleNews as Wr } from "./google-news.js";
72
+ import { GoogleSheets as Ir } from "./google-sheets.js";
73
+ import { GoogleShopping as Hr } from "./google-shopping.js";
74
+ import { GoogleSlides as Nr } from "./google-slides.js";
75
+ import { Goose as Vr } from "./goose.js";
76
+ import { Granola as Jr } from "./granola.js";
77
+ import { Heroku as Yr } from "./heroku.js";
78
+ import { Hootsuite as jr } from "./hootsuite.js";
79
+ import { Hubspot as Ur } from "./hubspot.js";
80
+ import { Imgflip as $r } from "./imgflip.js";
81
+ import { Intercom as re } from "./intercom.js";
82
+ import { Jira as te } from "./jira.js";
83
+ import { Langchain as fe } from "./langchain.js";
84
+ import { LangchainLogotype as xe } from "./langchain-logotype.js";
85
+ import { Linear as ie } from "./linear.js";
86
+ import { Linkedin as se } from "./linkedin.js";
87
+ import { Luma as ce } from "./luma.js";
88
+ import { Mailchimp as ue } from "./mailchimp.js";
89
+ import { Mastra as he } from "./mastra.js";
90
+ import { MastraLogotype as Ge } from "./mastra-logotype.js";
91
+ import { MathToolkit as Ce } from "./math-toolkit.js";
92
+ import { Mcp as be } from "./mcp.js";
93
+ import { Microsoft as Ae } from "./microsoft.js";
94
+ import { MicrosoftDynamics as Le } from "./microsoft-dynamics.js";
95
+ import { MicrosoftExcel as Fe } from "./microsoft-excel.js";
96
+ import { MicrosoftOnedrive as Te } from "./microsoft-onedrive.js";
97
+ import { MicrosoftOutlookCalendar as we } from "./microsoft-outlook-calendar.js";
98
+ import { MicrosoftOutlookMail as We } from "./microsoft-outlook-mail.js";
99
+ import { MicrosoftPowerpoint as Ie } from "./microsoft-powerpoint.js";
100
+ import { MicrosoftSharepoint as He } from "./microsoft-sharepoint.js";
101
+ import { MicrosoftTeams as Ne } from "./microsoft-teams.js";
102
+ import { MicrosoftWord as Ve } from "./microsoft-word.js";
103
+ import { Miro as Je } from "./miro.js";
104
+ import { Monday as Ye } from "./monday.js";
105
+ import { MongoDB as je } from "./mongodb.js";
106
+ import { Netsuite as Ue } from "./netsuite.js";
107
+ import { Notion as $e } from "./notion.js";
108
+ import { Oauth as rt } from "./oauth.js";
109
+ import { Obsidian as tt } from "./obsidian.js";
110
+ import { Okta as ft } from "./okta.js";
111
+ import { Openai as xt } from "./openai.js";
112
+ import { Pagerduty as it } from "./pagerduty.js";
113
+ import { Pinecone as st } from "./pinecone.js";
114
+ import { Pinterest as ct } from "./pinterest.js";
115
+ import { Pipedrive as ut } from "./pipedrive.js";
116
+ import { Plaid as ht } from "./plaid.js";
117
+ import { Postgres as Gt } from "./postgres.js";
118
+ import { Posthog as Ct } from "./posthog.js";
119
+ import { Pylon as bt } from "./pylon.js";
120
+ import { Quickbooks as At } from "./quickbooks.js";
121
+ import { Railway as Lt } from "./railway.js";
122
+ import { Reddit as Ft } from "./reddit.js";
123
+ import { Resend as Tt } from "./resend.js";
124
+ import { Salesforce as wt } from "./salesforce.js";
125
+ import { Shopify as Wt } from "./shopify.js";
126
+ import { Singlestore as It } from "./singlestore.js";
127
+ import { Slack as Ht } from "./slack.js";
128
+ import { Snowflake as Nt } from "./snowflake.js";
129
+ import { Splunk as Vt } from "./splunk.js";
130
+ import { Spotify as Jt } from "./spotify.js";
131
+ import { Square as Yt } from "./square.js";
132
+ import { Squarespace as jt } from "./squarespace.js";
133
+ import { Squareup as Ut } from "./squareup.js";
134
+ import { Stripe as $t } from "./stripe.js";
135
+ import { Telegram as rp } from "./telegram.js";
136
+ import { Tesla as tp } from "./tesla.js";
137
+ import { Ticktick as fp } from "./ticktick.js";
138
+ import { Tiktok as xp } from "./tiktok.js";
139
+ import { Trello as ip } from "./trello.js";
140
+ import { Twilio as sp } from "./twilio.js";
141
+ import { Twitch as cp } from "./twitch.js";
142
+ import { Vercel as up } from "./vercel.js";
143
+ import { VercelLogotype as hp } from "./vercel-logotype.js";
144
+ import { Vscode as Gp } from "./vscode.js";
145
+ import { Walmart as Cp } from "./walmart.js";
146
+ import { Weaviate as bp } from "./weaviate.js";
147
+ import { Windsurf as Ap } from "./windsurf.js";
148
+ import { Workday as Lp } from "./workday.js";
149
+ import { Wrike as Fp } from "./wrike.js";
150
+ import { X as Tp } from "./x.js";
151
+ import { Xero as wp } from "./xero.js";
152
+ import { Youtube as Wp } from "./youtube.js";
153
+ import { Yugabytedb as Ip } from "./yugabytedb.js";
154
+ import { Zendesk as Hp } from "./zendesk.js";
155
+ import { Zoho as Np } from "./zoho.js";
156
+ import { ZohoBooks as Vp } from "./zoho-books.js";
157
+ import { ZohoCreator as Jp } from "./zoho-creator.js";
158
+ import { Zoom as Yp } from "./zoom.js";
158
159
  export {
159
160
  e as Adp,
160
161
  p as Aha,
@@ -165,8 +166,8 @@ export {
165
166
  g as ArcadeLogo,
166
167
  d as Asana,
167
168
  k as Ashby,
168
- C as Atlassian,
169
- b as Attio,
169
+ y as Atlassian,
170
+ M as Attio,
170
171
  S as Auth0,
171
172
  B as Azure,
172
173
  D as Bamboohr,
@@ -174,7 +175,7 @@ export {
174
175
  O as Bill,
175
176
  v as Bitbucket,
176
177
  E as Bluesky,
177
- H as Box,
178
+ Z as Box,
178
179
  q as Braze,
179
180
  R as Brex,
180
181
  z as Brightdata,
@@ -192,125 +193,126 @@ export {
192
193
  go as Cursor,
193
194
  ho as CursorInstallDark,
194
195
  Go as CursorInstallLight,
195
- Mo as CursorLogotype,
196
- yo as Customerio,
196
+ Co as CursorLogotype,
197
+ bo as Customerio,
197
198
  Ao as Datadog,
198
199
  Lo as Daytona,
199
200
  Fo as DigitalOcean,
200
201
  To as Discord,
201
202
  wo as Dropbox,
202
203
  Wo as E2b,
203
- Zo as Ebay,
204
- Io as Evernote,
204
+ Io as Ebay,
205
+ Ho as Evernote,
205
206
  No as Exa,
206
207
  Vo as Factorial,
207
208
  Jo as Figma,
208
209
  Yo as Firecrawl,
209
- jo as Forkable,
210
- Uo as Freshdesk,
211
- $o as Freshservice,
212
- rr as Gemini,
213
- tr as Generic,
214
- fr as Github,
215
- xr as Gitlab,
216
- ir as Gmail,
217
- sr as Google,
218
- cr as GoogleCalendar,
219
- ur as GoogleContacts,
220
- hr as GoogleDocs,
221
- Gr as GoogleDrive,
222
- Mr as GoogleFinance,
223
- yr as GoogleFlight,
224
- Ar as GoogleFlights,
225
- Lr as GoogleHotels,
226
- Fr as GoogleJobs,
227
- Tr as GoogleMaps,
228
- wr as GoogleNews,
229
- Wr as GoogleSheets,
230
- Zr as GoogleShopping,
231
- Ir as GoogleSlides,
232
- Nr as Goose,
233
- Vr as Granola,
234
- Jr as Heroku,
235
- Yr as Hootsuite,
236
- jr as Hubspot,
237
- Ur as Imgflip,
238
- $r as Intercom,
239
- re as Jira,
240
- te as Langchain,
241
- fe as LangchainLogotype,
242
- xe as Linear,
243
- ie as Linkedin,
244
- se as Luma,
245
- ce as Mailchimp,
246
- ue as Mastra,
247
- he as MastraLogotype,
248
- Ge as MathToolkit,
249
- Me as Mcp,
250
- ye as Microsoft,
251
- Ae as MicrosoftDynamics,
252
- Le as MicrosoftExcel,
253
- Fe as MicrosoftOnedrive,
254
- Te as MicrosoftOutlookCalendar,
255
- we as MicrosoftOutlookMail,
256
- We as MicrosoftPowerpoint,
257
- Ze as MicrosoftSharepoint,
258
- Ie as MicrosoftTeams,
259
- Ne as MicrosoftWord,
260
- Ve as Miro,
261
- Je as Monday,
262
- Ye as MongoDB,
263
- je as Netsuite,
264
- Ue as Notion,
265
- $e as Oauth,
266
- rt as Obsidian,
267
- tt as Okta,
268
- ft as Openai,
269
- xt as Pagerduty,
270
- it as Pinecone,
271
- st as Pinterest,
272
- ct as Pipedrive,
273
- ut as Plaid,
274
- ht as Postgres,
275
- Gt as Posthog,
276
- Mt as Pylon,
277
- yt as Quickbooks,
278
- At as Railway,
279
- Lt as Reddit,
280
- Ft as Resend,
281
- Tt as Salesforce,
282
- wt as Shopify,
283
- Wt as Singlestore,
284
- Zt as Slack,
285
- It as Snowflake,
286
- Nt as Splunk,
287
- Vt as Spotify,
288
- Jt as Square,
289
- Yt as Squarespace,
290
- jt as Squareup,
291
- Ut as Stripe,
292
- $t as Telegram,
293
- rp as Tesla,
294
- tp as Ticktick,
295
- fp as Tiktok,
296
- xp as Trello,
297
- ip as Twilio,
298
- sp as Twitch,
299
- cp as Vercel,
300
- up as VercelLogotype,
301
- hp as Vscode,
302
- Gp as Walmart,
303
- Mp as Weaviate,
304
- yp as Windsurf,
305
- Ap as Workday,
306
- Lp as Wrike,
307
- Fp as X,
308
- Tp as Xero,
309
- wp as Youtube,
310
- Wp as Yugabytedb,
311
- Zp as Zendesk,
312
- Ip as Zoho,
313
- Np as ZohoBooks,
314
- Vp as ZohoCreator,
315
- Jp as Zoom
210
+ jo as FlyIo,
211
+ Uo as Forkable,
212
+ $o as Freshdesk,
213
+ rr as Freshservice,
214
+ tr as Gemini,
215
+ fr as Generic,
216
+ xr as Github,
217
+ ir as Gitlab,
218
+ sr as Gmail,
219
+ cr as Google,
220
+ ur as GoogleCalendar,
221
+ hr as GoogleContacts,
222
+ Gr as GoogleDocs,
223
+ Cr as GoogleDrive,
224
+ br as GoogleFinance,
225
+ Ar as GoogleFlight,
226
+ Lr as GoogleFlights,
227
+ Fr as GoogleHotels,
228
+ Tr as GoogleJobs,
229
+ wr as GoogleMaps,
230
+ Wr as GoogleNews,
231
+ Ir as GoogleSheets,
232
+ Hr as GoogleShopping,
233
+ Nr as GoogleSlides,
234
+ Vr as Goose,
235
+ Jr as Granola,
236
+ Yr as Heroku,
237
+ jr as Hootsuite,
238
+ Ur as Hubspot,
239
+ $r as Imgflip,
240
+ re as Intercom,
241
+ te as Jira,
242
+ fe as Langchain,
243
+ xe as LangchainLogotype,
244
+ ie as Linear,
245
+ se as Linkedin,
246
+ ce as Luma,
247
+ ue as Mailchimp,
248
+ he as Mastra,
249
+ Ge as MastraLogotype,
250
+ Ce as MathToolkit,
251
+ be as Mcp,
252
+ Ae as Microsoft,
253
+ Le as MicrosoftDynamics,
254
+ Fe as MicrosoftExcel,
255
+ Te as MicrosoftOnedrive,
256
+ we as MicrosoftOutlookCalendar,
257
+ We as MicrosoftOutlookMail,
258
+ Ie as MicrosoftPowerpoint,
259
+ He as MicrosoftSharepoint,
260
+ Ne as MicrosoftTeams,
261
+ Ve as MicrosoftWord,
262
+ Je as Miro,
263
+ Ye as Monday,
264
+ je as MongoDB,
265
+ Ue as Netsuite,
266
+ $e as Notion,
267
+ rt as Oauth,
268
+ tt as Obsidian,
269
+ ft as Okta,
270
+ xt as Openai,
271
+ it as Pagerduty,
272
+ st as Pinecone,
273
+ ct as Pinterest,
274
+ ut as Pipedrive,
275
+ ht as Plaid,
276
+ Gt as Postgres,
277
+ Ct as Posthog,
278
+ bt as Pylon,
279
+ At as Quickbooks,
280
+ Lt as Railway,
281
+ Ft as Reddit,
282
+ Tt as Resend,
283
+ wt as Salesforce,
284
+ Wt as Shopify,
285
+ It as Singlestore,
286
+ Ht as Slack,
287
+ Nt as Snowflake,
288
+ Vt as Splunk,
289
+ Jt as Spotify,
290
+ Yt as Square,
291
+ jt as Squarespace,
292
+ Ut as Squareup,
293
+ $t as Stripe,
294
+ rp as Telegram,
295
+ tp as Tesla,
296
+ fp as Ticktick,
297
+ xp as Tiktok,
298
+ ip as Trello,
299
+ sp as Twilio,
300
+ cp as Twitch,
301
+ up as Vercel,
302
+ hp as VercelLogotype,
303
+ Gp as Vscode,
304
+ Cp as Walmart,
305
+ bp as Weaviate,
306
+ Ap as Windsurf,
307
+ Lp as Workday,
308
+ Fp as Wrike,
309
+ Tp as X,
310
+ wp as Xero,
311
+ Wp as Youtube,
312
+ Ip as Yugabytedb,
313
+ Hp as Zendesk,
314
+ Np as Zoho,
315
+ Vp as ZohoBooks,
316
+ Jp as ZohoCreator,
317
+ Yp as Zoom
316
318
  };