@catalystsoftware/icons 1.0.40 → 1.0.42
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/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +109 -84
- package/dist/index.mjs +109 -84
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1605,7 +1605,7 @@ declare const Microsoft1: Icon$1;
|
|
|
1605
1605
|
|
|
1606
1606
|
declare const Mintlify: Icon$1;
|
|
1607
1607
|
|
|
1608
|
-
declare const Mistralai:
|
|
1608
|
+
declare const Mistralai: () => React$1.JSX.Element;
|
|
1609
1609
|
|
|
1610
1610
|
declare const Mocha: Icon$1;
|
|
1611
1611
|
|
|
@@ -1717,7 +1717,7 @@ declare const Tailwindcss: Icon$1;
|
|
|
1717
1717
|
|
|
1718
1718
|
declare const TogetherAi: Icon$1;
|
|
1719
1719
|
|
|
1720
|
-
declare const Vercel:
|
|
1720
|
+
declare const Vercel: () => React$1.JSX.Element;
|
|
1721
1721
|
|
|
1722
1722
|
declare const Vertex: () => React$1.JSX.Element;
|
|
1723
1723
|
|
package/dist/index.d.ts
CHANGED
|
@@ -1605,7 +1605,7 @@ declare const Microsoft1: Icon$1;
|
|
|
1605
1605
|
|
|
1606
1606
|
declare const Mintlify: Icon$1;
|
|
1607
1607
|
|
|
1608
|
-
declare const Mistralai:
|
|
1608
|
+
declare const Mistralai: () => React$1.JSX.Element;
|
|
1609
1609
|
|
|
1610
1610
|
declare const Mocha: Icon$1;
|
|
1611
1611
|
|
|
@@ -1717,7 +1717,7 @@ declare const Tailwindcss: Icon$1;
|
|
|
1717
1717
|
|
|
1718
1718
|
declare const TogetherAi: Icon$1;
|
|
1719
1719
|
|
|
1720
|
-
declare const Vercel:
|
|
1720
|
+
declare const Vercel: () => React$1.JSX.Element;
|
|
1721
1721
|
|
|
1722
1722
|
declare const Vertex: () => React$1.JSX.Element;
|
|
1723
1723
|
|