@envive-ai/react-icons 0.3.0 → 0.3.1
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/AiSearch.d.cts +2 -2
- package/dist/AiSearch.d.ts +2 -2
- package/dist/AiSearchBold.d.cts +2 -2
- package/dist/AiSearchBold.d.ts +2 -2
- package/dist/AiSearchThin.d.cts +2 -2
- package/dist/AiSearchThin.d.ts +2 -2
- package/dist/AiSearchVariant.d.cts +2 -2
- package/dist/AiSearchVariant.d.ts +2 -2
- package/dist/Alert.d.cts +2 -2
- package/dist/Alert.d.ts +2 -2
- package/dist/ArrowUp.d.cts +2 -2
- package/dist/ArrowUp.d.ts +2 -2
- package/dist/BagAddWhite.d.cts +2 -2
- package/dist/BagAddWhite.d.ts +2 -2
- package/dist/BagWhite.d.cts +2 -2
- package/dist/BagWhite.d.ts +2 -2
- package/dist/BlackLightbulb.d.cts +2 -2
- package/dist/BlackLightbulb.d.ts +2 -2
- package/dist/ChevronDown.d.cts +2 -2
- package/dist/ChevronDown.d.ts +2 -2
- package/dist/ChevronLeft.d.cts +2 -2
- package/dist/ChevronLeft.d.ts +2 -2
- package/dist/CoterieLogo.d.ts +2 -2
- package/dist/CustomerChat.d.cts +2 -2
- package/dist/CustomerChat.d.ts +2 -2
- package/dist/Document.d.cts +2 -2
- package/dist/Document.d.ts +2 -2
- package/dist/DotsHorizontal.d.cts +2 -2
- package/dist/DotsHorizontal.d.ts +2 -2
- package/dist/EnviveWatermark.d.cts +2 -2
- package/dist/EnviveWatermark.d.ts +2 -2
- package/dist/FourPointStar.d.cts +2 -2
- package/dist/FourPointStar.d.ts +2 -2
- package/dist/IconClose.d.cts +2 -2
- package/dist/IconClose.d.ts +2 -2
- package/dist/IconCloseVariant.d.cts +2 -2
- package/dist/IconCloseVariant.d.ts +2 -2
- package/dist/Lightbulb.d.cts +2 -2
- package/dist/Lightbulb.d.ts +2 -2
- package/dist/MagnifyingGlass.d.cts +2 -2
- package/dist/MagnifyingGlass.d.ts +2 -2
- package/dist/MagnifyingGlassStar.d.cts +2 -2
- package/dist/MagnifyingGlassStar.d.ts +2 -2
- package/dist/MagnifyingGlassStarVariant.d.cts +2 -2
- package/dist/MagnifyingGlassStarVariant.d.ts +2 -2
- package/dist/OutlinedStar.d.cts +2 -2
- package/dist/OutlinedStar.d.ts +2 -2
- package/dist/Paperclip.d.cts +2 -2
- package/dist/Paperclip.d.ts +2 -2
- package/dist/Send.d.cts +2 -2
- package/dist/Send.d.ts +2 -2
- package/dist/SendArrow.d.cts +2 -2
- package/dist/SendArrow.d.ts +2 -2
- package/dist/Settings.d.cts +2 -2
- package/dist/Settings.d.ts +2 -2
- package/dist/SettingsVariant.d.cts +2 -2
- package/dist/SettingsVariant.d.ts +2 -2
- package/dist/ShapewearOutline.d.ts +2 -2
- package/dist/SpanxLogo.d.cts +2 -2
- package/dist/SpanxLogo.d.ts +2 -2
- package/dist/Sparkles.d.cts +2 -2
- package/dist/Sparkles.d.ts +2 -2
- package/dist/SpiffyBwLogo.d.cts +2 -2
- package/dist/SpiffyBwLogo.d.ts +2 -2
- package/dist/Star.d.cts +2 -2
- package/dist/Star.d.ts +2 -2
- package/dist/VectorUpRight.d.cts +2 -2
- package/dist/VectorUpRight.d.ts +2 -2
- package/package.json +2 -2
package/dist/AiSearch.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/AiSearch.d.ts
|
|
5
|
-
declare const SvgAiSearch: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAiSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
|
|
6
6
|
export = SvgAiSearch;
|
package/dist/AiSearch.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/AiSearch.d.ts
|
|
5
|
-
declare const SvgAiSearch: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAiSearch: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime4.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgAiSearch as default };
|
package/dist/AiSearchBold.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime10 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/AiSearchBold.d.ts
|
|
5
|
-
declare const SvgAiSearchBold: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAiSearchBold: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime10.JSX.Element;
|
|
6
6
|
export = SvgAiSearchBold;
|
package/dist/AiSearchBold.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/AiSearchBold.d.ts
|
|
5
|
-
declare const SvgAiSearchBold: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAiSearchBold: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgAiSearchBold as default };
|
package/dist/AiSearchThin.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/AiSearchThin.d.ts
|
|
5
|
-
declare const SvgAiSearchThin: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAiSearchThin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime6.JSX.Element;
|
|
6
6
|
export = SvgAiSearchThin;
|
package/dist/AiSearchThin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime9 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/AiSearchThin.d.ts
|
|
5
|
-
declare const SvgAiSearchThin: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAiSearchThin: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime9.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgAiSearchThin as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/AiSearchVariant.d.ts
|
|
5
|
-
declare const SvgAiSearchVariant: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAiSearchVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime2.JSX.Element;
|
|
6
6
|
export = SvgAiSearchVariant;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/AiSearchVariant.d.ts
|
|
5
|
-
declare const SvgAiSearchVariant: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAiSearchVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgAiSearchVariant as default };
|
package/dist/Alert.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Alert.d.ts
|
|
5
|
-
declare const SvgAlert: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAlert: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime1.JSX.Element;
|
|
6
6
|
export = SvgAlert;
|
package/dist/Alert.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime14 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Alert.d.ts
|
|
5
|
-
declare const SvgAlert: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgAlert: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime14.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgAlert as default };
|
package/dist/ArrowUp.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/ArrowUp.d.ts
|
|
5
|
-
declare const SvgArrowUp: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgArrowUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime13.JSX.Element;
|
|
6
6
|
export = SvgArrowUp;
|
package/dist/ArrowUp.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime1 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/ArrowUp.d.ts
|
|
5
|
-
declare const SvgArrowUp: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgArrowUp: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime1.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgArrowUp as default };
|
package/dist/BagAddWhite.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/BagAddWhite.d.ts
|
|
5
|
-
declare const SvgBagAddWhite: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgBagAddWhite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime3.JSX.Element;
|
|
6
6
|
export = SvgBagAddWhite;
|
package/dist/BagAddWhite.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/BagAddWhite.d.ts
|
|
5
|
-
declare const SvgBagAddWhite: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgBagAddWhite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime15.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgBagAddWhite as default };
|
package/dist/BagWhite.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/BagWhite.d.ts
|
|
5
|
-
declare const SvgBagWhite: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgBagWhite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime0.JSX.Element;
|
|
6
6
|
export = SvgBagWhite;
|
package/dist/BagWhite.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime2 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/BagWhite.d.ts
|
|
5
|
-
declare const SvgBagWhite: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgBagWhite: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime2.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgBagWhite as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/BlackLightbulb.d.ts
|
|
5
|
-
declare const SvgBlackLightbulb: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgBlackLightbulb: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime5.JSX.Element;
|
|
6
6
|
export = SvgBlackLightbulb;
|
package/dist/BlackLightbulb.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/BlackLightbulb.d.ts
|
|
5
|
-
declare const SvgBlackLightbulb: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgBlackLightbulb: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime8.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgBlackLightbulb as default };
|
package/dist/ChevronDown.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/ChevronDown.d.ts
|
|
5
|
-
declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime7.JSX.Element;
|
|
6
6
|
export = SvgChevronDown;
|
package/dist/ChevronDown.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime5 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/ChevronDown.d.ts
|
|
5
|
-
declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgChevronDown: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime5.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgChevronDown as default };
|
package/dist/ChevronLeft.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime8 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/ChevronLeft.d.ts
|
|
5
|
-
declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime8.JSX.Element;
|
|
6
6
|
export = SvgChevronLeft;
|
package/dist/ChevronLeft.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime7 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/ChevronLeft.d.ts
|
|
5
|
-
declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgChevronLeft: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime7.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgChevronLeft as default };
|
package/dist/CoterieLogo.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime30 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/CoterieLogo.d.ts
|
|
5
|
-
declare const SvgCoterieLogo: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgCoterieLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime30.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgCoterieLogo as default };
|
package/dist/CustomerChat.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/CustomerChat.d.ts
|
|
5
|
-
declare const SvgCustomerChat: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgCustomerChat: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime29.JSX.Element;
|
|
6
6
|
export = SvgCustomerChat;
|
package/dist/CustomerChat.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime11 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/CustomerChat.d.ts
|
|
5
|
-
declare const SvgCustomerChat: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgCustomerChat: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime11.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgCustomerChat as default };
|
package/dist/Document.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime4 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Document.d.ts
|
|
5
|
-
declare const SvgDocument: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgDocument: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime4.JSX.Element;
|
|
6
6
|
export = SvgDocument;
|
package/dist/Document.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime3 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Document.d.ts
|
|
5
|
-
declare const SvgDocument: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgDocument: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime3.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgDocument as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime24 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/DotsHorizontal.d.ts
|
|
5
|
-
declare const SvgDotsHorizontal: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgDotsHorizontal: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime24.JSX.Element;
|
|
6
6
|
export = SvgDotsHorizontal;
|
package/dist/DotsHorizontal.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/DotsHorizontal.d.ts
|
|
5
|
-
declare const SvgDotsHorizontal: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgDotsHorizontal: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime20.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgDotsHorizontal as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime32 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/EnviveWatermark.d.ts
|
|
5
|
-
declare const SvgEnviveWatermark: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgEnviveWatermark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime32.JSX.Element;
|
|
6
6
|
export = SvgEnviveWatermark;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime16 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/EnviveWatermark.d.ts
|
|
5
|
-
declare const SvgEnviveWatermark: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgEnviveWatermark: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime16.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgEnviveWatermark as default };
|
package/dist/FourPointStar.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/FourPointStar.d.ts
|
|
5
|
-
declare const SvgFourPointStar: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgFourPointStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime22.JSX.Element;
|
|
6
6
|
export = SvgFourPointStar;
|
package/dist/FourPointStar.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime6 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/FourPointStar.d.ts
|
|
5
|
-
declare const SvgFourPointStar: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgFourPointStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime6.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgFourPointStar as default };
|
package/dist/IconClose.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/IconClose.d.ts
|
|
5
|
-
declare const SvgIconClose: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgIconClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime27.JSX.Element;
|
|
6
6
|
export = SvgIconClose;
|
package/dist/IconClose.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime13 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/IconClose.d.ts
|
|
5
|
-
declare const SvgIconClose: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgIconClose: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime13.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgIconClose as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/IconCloseVariant.d.ts
|
|
5
|
-
declare const SvgIconCloseVariant: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgIconCloseVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime25.JSX.Element;
|
|
6
6
|
export = SvgIconCloseVariant;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime10 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/IconCloseVariant.d.ts
|
|
5
|
-
declare const SvgIconCloseVariant: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgIconCloseVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime10.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgIconCloseVariant as default };
|
package/dist/Lightbulb.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime26 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Lightbulb.d.ts
|
|
5
|
-
declare const SvgLightbulb: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgLightbulb: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime26.JSX.Element;
|
|
6
6
|
export = SvgLightbulb;
|
package/dist/Lightbulb.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Lightbulb.d.ts
|
|
5
|
-
declare const SvgLightbulb: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgLightbulb: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgLightbulb as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/MagnifyingGlass.d.ts
|
|
5
|
-
declare const SvgMagnifyingGlass: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgMagnifyingGlass: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime31.JSX.Element;
|
|
6
6
|
export = SvgMagnifyingGlass;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime17 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/MagnifyingGlass.d.ts
|
|
5
|
-
declare const SvgMagnifyingGlass: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgMagnifyingGlass: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime17.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgMagnifyingGlass as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime15 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/MagnifyingGlassStar.d.ts
|
|
5
|
-
declare const SvgMagnifyingGlassStar: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgMagnifyingGlassStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime15.JSX.Element;
|
|
6
6
|
export = SvgMagnifyingGlassStar;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime27 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/MagnifyingGlassStar.d.ts
|
|
5
|
-
declare const SvgMagnifyingGlassStar: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgMagnifyingGlassStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime27.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgMagnifyingGlassStar as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime14 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/MagnifyingGlassStarVariant.d.ts
|
|
5
|
-
declare const SvgMagnifyingGlassStarVariant: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgMagnifyingGlassStarVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime14.JSX.Element;
|
|
6
6
|
export = SvgMagnifyingGlassStarVariant;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/MagnifyingGlassStarVariant.d.ts
|
|
5
|
-
declare const SvgMagnifyingGlassStarVariant: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgMagnifyingGlassStarVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime28.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgMagnifyingGlassStarVariant as default };
|
package/dist/OutlinedStar.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime16 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/OutlinedStar.d.ts
|
|
5
|
-
declare const SvgOutlinedStar: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgOutlinedStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime16.JSX.Element;
|
|
6
6
|
export = SvgOutlinedStar;
|
package/dist/OutlinedStar.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/OutlinedStar.d.ts
|
|
5
|
-
declare const SvgOutlinedStar: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgOutlinedStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime18.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgOutlinedStar as default };
|
package/dist/Paperclip.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime20 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Paperclip.d.ts
|
|
5
|
-
declare const SvgPaperclip: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgPaperclip: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime20.JSX.Element;
|
|
6
6
|
export = SvgPaperclip;
|
package/dist/Paperclip.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime22 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Paperclip.d.ts
|
|
5
|
-
declare const SvgPaperclip: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgPaperclip: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime22.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgPaperclip as default };
|
package/dist/Send.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime28 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Send.d.ts
|
|
5
|
-
declare const SvgSend: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSend: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime28.JSX.Element;
|
|
6
6
|
export = SvgSend;
|
package/dist/Send.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime25 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Send.d.ts
|
|
5
|
-
declare const SvgSend: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSend: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime25.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgSend as default };
|
package/dist/SendArrow.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/SendArrow.d.ts
|
|
5
|
-
declare const SvgSendArrow: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSendArrow: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime33.JSX.Element;
|
|
6
6
|
export = SvgSendArrow;
|
package/dist/SendArrow.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime31 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/SendArrow.d.ts
|
|
5
|
-
declare const SvgSendArrow: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSendArrow: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime31.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgSendArrow as default };
|
package/dist/Settings.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime11 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Settings.d.ts
|
|
5
|
-
declare const SvgSettings: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime11.JSX.Element;
|
|
6
6
|
export = SvgSettings;
|
package/dist/Settings.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Settings.d.ts
|
|
5
|
-
declare const SvgSettings: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSettings: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime21.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgSettings as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime12 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/SettingsVariant.d.ts
|
|
5
|
-
declare const SvgSettingsVariant: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSettingsVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime12.JSX.Element;
|
|
6
6
|
export = SvgSettingsVariant;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/SettingsVariant.d.ts
|
|
5
|
-
declare const SvgSettingsVariant: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSettingsVariant: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime19.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgSettingsVariant as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime26 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/ShapewearOutline.d.ts
|
|
5
|
-
declare const SvgShapewearOutline: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgShapewearOutline: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime26.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgShapewearOutline as default };
|
package/dist/SpanxLogo.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime19 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/SpanxLogo.d.ts
|
|
5
|
-
declare const SvgSpanxLogo: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSpanxLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime19.JSX.Element;
|
|
6
6
|
export = SvgSpanxLogo;
|
package/dist/SpanxLogo.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime33 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/SpanxLogo.d.ts
|
|
5
|
-
declare const SvgSpanxLogo: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSpanxLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime33.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgSpanxLogo as default };
|
package/dist/Sparkles.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime18 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Sparkles.d.ts
|
|
5
|
-
declare const SvgSparkles: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSparkles: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime18.JSX.Element;
|
|
6
6
|
export = SvgSparkles;
|
package/dist/Sparkles.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Sparkles.d.ts
|
|
5
|
-
declare const SvgSparkles: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSparkles: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime23.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgSparkles as default };
|
package/dist/SpiffyBwLogo.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime21 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/SpiffyBwLogo.d.ts
|
|
5
|
-
declare const SvgSpiffyBwLogo: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSpiffyBwLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime21.JSX.Element;
|
|
6
6
|
export = SvgSpiffyBwLogo;
|
package/dist/SpiffyBwLogo.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime24 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/SpiffyBwLogo.d.ts
|
|
5
|
-
declare const SvgSpiffyBwLogo: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgSpiffyBwLogo: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime24.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgSpiffyBwLogo as default };
|
package/dist/Star.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime23 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Star.d.ts
|
|
5
|
-
declare const SvgStar: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime23.JSX.Element;
|
|
6
6
|
export = SvgStar;
|
package/dist/Star.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime29 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/Star.d.ts
|
|
5
|
-
declare const SvgStar: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgStar: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime29.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgStar as default };
|
package/dist/VectorUpRight.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime30 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/VectorUpRight.d.ts
|
|
5
|
-
declare const SvgVectorUpRight: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgVectorUpRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime30.JSX.Element;
|
|
6
6
|
export = SvgVectorUpRight;
|
package/dist/VectorUpRight.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react_jsx_runtime32 from "react/jsx-runtime";
|
|
2
2
|
import { SVGProps } from "react";
|
|
3
3
|
|
|
4
4
|
//#region src/VectorUpRight.d.ts
|
|
5
|
-
declare const SvgVectorUpRight: (props: SVGProps<SVGSVGElement>) =>
|
|
5
|
+
declare const SvgVectorUpRight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime32.JSX.Element;
|
|
6
6
|
//#endregion
|
|
7
7
|
export { SvgVectorUpRight as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@envive-ai/react-icons",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "Icon library for Envive services using SVGR-generated React components.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -327,4 +327,4 @@
|
|
|
327
327
|
},
|
|
328
328
|
"./*": "./*"
|
|
329
329
|
}
|
|
330
|
-
}
|
|
330
|
+
}
|