moment-assets 2.3.0 → 2.5.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.
- package/dist/components/ActiveRadio.d.ts +4 -4
- package/dist/components/AddFill.d.ts +4 -4
- package/dist/components/ArrowLongLeft.d.ts +4 -4
- package/dist/components/ArrowLongRight.d.ts +4 -4
- package/dist/components/Assets.d.ts +4 -4
- package/dist/components/Ball.d.ts +4 -4
- package/dist/components/BallHome.d.ts +4 -4
- package/dist/components/Bell.d.ts +4 -4
- package/dist/components/Calendar.d.ts +4 -4
- package/dist/components/Camera.d.ts +4 -4
- package/dist/components/Check.d.ts +4 -4
- package/dist/components/CheckCircle.d.ts +4 -4
- package/dist/components/ChevronDown.d.ts +4 -4
- package/dist/components/ChevronLeft.d.ts +4 -4
- package/dist/components/ChevronRight.d.ts +4 -4
- package/dist/components/ChevronUp.d.ts +4 -4
- package/dist/components/Close.d.ts +4 -4
- package/dist/components/Club.d.ts +4 -4
- package/dist/components/Cog.d.ts +4 -4
- package/dist/components/Copy.d.ts +4 -4
- package/dist/components/CrossFill.d.ts +4 -4
- package/dist/components/Edit.d.ts +4 -4
- package/dist/components/ExclamationCircle.d.ts +4 -4
- package/dist/components/FansDesktop.d.ts +4 -0
- package/dist/components/FansMobile.d.ts +4 -0
- package/dist/components/Filter.d.ts +4 -4
- package/dist/components/Frame.d.ts +4 -4
- package/dist/components/FullScreen.d.ts +4 -4
- package/dist/components/Gift.d.ts +4 -4
- package/dist/components/GiftBox.d.ts +4 -4
- package/dist/components/Headphone.d.ts +4 -4
- package/dist/components/Heart.d.ts +4 -4
- package/dist/components/Home.d.ts +4 -4
- package/dist/components/InactiveRadio.d.ts +4 -4
- package/dist/components/Info.d.ts +4 -4
- package/dist/components/Instagram.d.ts +4 -4
- package/dist/components/InstagramColored.d.ts +4 -4
- package/dist/components/LinkedIn.d.ts +4 -4
- package/dist/components/LinkedinOutline.d.ts +4 -4
- package/dist/components/LogoMobile.d.ts +4 -4
- package/dist/components/LogoTypography.d.ts +4 -0
- package/dist/components/LogoTypographyMobile.d.ts +4 -4
- package/dist/components/Menu.d.ts +4 -4
- package/dist/components/MinusFill.d.ts +4 -4
- package/dist/components/MinusLinear.d.ts +4 -4
- package/dist/components/Nft.d.ts +4 -4
- package/dist/components/Notification.d.ts +4 -4
- package/dist/components/Pencil.d.ts +4 -4
- package/dist/components/Play.d.ts +4 -4
- package/dist/components/Player.d.ts +4 -4
- package/dist/components/Plus.d.ts +4 -4
- package/dist/components/Prize.d.ts +4 -4
- package/dist/components/QuestionCircle.d.ts +4 -4
- package/dist/components/Receipt.d.ts +4 -4
- package/dist/components/Rubika.d.ts +4 -4
- package/dist/components/RubikaColored.d.ts +4 -4
- package/dist/components/Share.d.ts +4 -4
- package/dist/components/Shirt.d.ts +4 -4
- package/dist/components/SignIn.d.ts +4 -4
- package/dist/components/Smartphone.d.ts +4 -4
- package/dist/components/SortAscending.d.ts +4 -4
- package/dist/components/SortDescending.d.ts +4 -4
- package/dist/components/Star.d.ts +4 -4
- package/dist/components/Telegram.d.ts +4 -4
- package/dist/components/TelegramOutline.d.ts +4 -4
- package/dist/components/TickFill.d.ts +4 -4
- package/dist/components/Ticket.d.ts +4 -4
- package/dist/components/Ticket2.d.ts +4 -4
- package/dist/components/TicketHome.d.ts +4 -4
- package/dist/components/Trophy.d.ts +4 -4
- package/dist/components/TrophyHome.d.ts +4 -4
- package/dist/components/Twitter.d.ts +4 -4
- package/dist/components/TwitterAlt.d.ts +4 -4
- package/dist/components/User.d.ts +4 -4
- package/dist/components/UserAvatar.d.ts +4 -4
- package/dist/components/UserCircle.d.ts +4 -4
- package/dist/components/Users.d.ts +4 -4
- package/dist/components/VideoCamera.d.ts +4 -4
- package/dist/components/Wallet.d.ts +4 -4
- package/dist/components/Whatsapp.d.ts +4 -4
- package/dist/index.d.ts +77 -77
- package/dist/index.js +214 -214
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const ActiveRadio: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default ActiveRadio;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const ActiveRadio: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default ActiveRadio;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const AddFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default AddFill;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const AddFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default AddFill;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const ArrowLongLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default ArrowLongLeft;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const ArrowLongLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default ArrowLongLeft;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const ArrowLongRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default ArrowLongRight;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const ArrowLongRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default ArrowLongRight;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Assets: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Assets;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Assets: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Assets;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Ball: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Ball;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Ball: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Ball;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const BallHome: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default BallHome;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const BallHome: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default BallHome;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Bell: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Bell;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Bell: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Bell;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Calendar: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Calendar;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Calendar: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Calendar;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Camera: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Camera;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Camera: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Camera;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Check: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Check;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Check: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Check;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const CheckCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default CheckCircle;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const CheckCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default CheckCircle;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const ChevronDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default ChevronDown;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const ChevronDown: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default ChevronDown;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const ChevronLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default ChevronLeft;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const ChevronLeft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default ChevronLeft;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const ChevronRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default ChevronRight;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const ChevronRight: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default ChevronRight;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const ChevronUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default ChevronUp;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const ChevronUp: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default ChevronUp;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Close: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Close;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Close: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Close;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Club: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Club;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Club: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Club;
|
package/dist/components/Cog.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Cog: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Cog;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Cog: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Cog;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Copy: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Copy;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Copy: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Copy;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const CrossFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default CrossFill;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const CrossFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default CrossFill;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Edit: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Edit;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Edit: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Edit;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const ExclamationCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default ExclamationCircle;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const ExclamationCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default ExclamationCircle;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Filter: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Filter;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Filter: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Filter;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Frame: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Frame;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Frame: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Frame;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const FullScreen: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default FullScreen;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const FullScreen: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default FullScreen;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Gift: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Gift;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Gift: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Gift;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const GiftBox: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default GiftBox;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const GiftBox: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default GiftBox;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Headphone: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Headphone;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Headphone: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Headphone;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Heart: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Heart;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Heart: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Heart;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Home: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Home;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Home: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Home;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const InactiveRadio: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default InactiveRadio;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const InactiveRadio: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default InactiveRadio;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Info: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Info;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Info: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Info;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Instagram: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Instagram;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Instagram: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Instagram;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const InstagramColored: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default InstagramColored;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const InstagramColored: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default InstagramColored;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const LinkedIn: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default LinkedIn;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const LinkedIn: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default LinkedIn;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const LinkedinOutline: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default LinkedinOutline;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const LinkedinOutline: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default LinkedinOutline;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const LogoMobile: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default LogoMobile;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const LogoMobile: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default LogoMobile;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const LogoTypographyMobile: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default LogoTypographyMobile;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const LogoTypographyMobile: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default LogoTypographyMobile;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Menu: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Menu;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Menu: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Menu;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const MinusFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default MinusFill;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const MinusFill: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default MinusFill;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const MinusLinear: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default MinusLinear;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const MinusLinear: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default MinusLinear;
|
package/dist/components/Nft.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Nft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Nft;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Nft: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Nft;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Notification: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Notification;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Notification: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Notification;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Pencil: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Pencil;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Pencil: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Pencil;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Play: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Play;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Play: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Play;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Player: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Player;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Player: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Player;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Plus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Plus;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Plus: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Plus;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Prize: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Prize;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Prize: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Prize;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const QuestionCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default QuestionCircle;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const QuestionCircle: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default QuestionCircle;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Receipt: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Receipt;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Receipt: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Receipt;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Rubika: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Rubika;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Rubika: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Rubika;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const RubikaColored: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default RubikaColored;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const RubikaColored: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default RubikaColored;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Share: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Share;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Share: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Share;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Shirt: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Shirt;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Shirt: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Shirt;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const SignIn: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default SignIn;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const SignIn: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default SignIn;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const Smartphone: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default Smartphone;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const Smartphone: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default Smartphone;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import * as React from "react";
|
2
|
-
import { SVGProps } from "react";
|
3
|
-
declare const SortAscending: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
-
export default SortAscending;
|
1
|
+
import * as React from "react";
|
2
|
+
import { SVGProps } from "react";
|
3
|
+
declare const SortAscending: (props: SVGProps<SVGSVGElement>) => React.JSX.Element;
|
4
|
+
export default SortAscending;
|