@ledgerhq/lumen-ui-react 0.1.7 → 0.1.9
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.js +164 -151
- package/dist/lib/Components/AmountDisplay/AmountDisplay.js +13 -13
- package/dist/lib/Components/AmountInput/AmountInput.js +5 -5
- package/dist/lib/Components/Banner/Banner.js +2 -2
- package/dist/lib/Components/BaseInput/BaseInput.js +5 -5
- package/dist/lib/Components/Button/BaseButton.d.ts +7 -0
- package/dist/lib/Components/Button/BaseButton.d.ts.map +1 -1
- package/dist/lib/Components/Button/BaseButton.js +21 -20
- package/dist/lib/Components/Button/Button.js +24 -24
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts +33 -0
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts.map +1 -0
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.js +73 -0
- package/dist/lib/Components/ButtonTrigger/index.d.ts +3 -0
- package/dist/lib/Components/ButtonTrigger/index.d.ts.map +1 -0
- package/dist/lib/Components/ButtonTrigger/types.d.ts +33 -0
- package/dist/lib/Components/ButtonTrigger/types.d.ts.map +1 -0
- package/dist/lib/Components/Card/Card.d.ts +101 -0
- package/dist/lib/Components/Card/Card.d.ts.map +1 -0
- package/dist/lib/Components/Card/Card.js +349 -0
- package/dist/lib/Components/Card/index.d.ts +3 -0
- package/dist/lib/Components/Card/index.d.ts.map +1 -0
- package/dist/lib/Components/Card/types.d.ts +134 -0
- package/dist/lib/Components/Card/types.d.ts.map +1 -0
- package/dist/lib/Components/DataTable/DataTable.js +8 -8
- package/dist/lib/Components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/lib/Components/Dialog/Dialog.js +21 -20
- package/dist/lib/Components/Divider/Divider.js +9 -9
- package/dist/lib/Components/Icon/Icon.js +4 -4
- package/dist/lib/Components/Icon/createIcon.d.ts +1 -1
- package/dist/lib/Components/Icon/createIcon.d.ts.map +1 -1
- package/dist/lib/Components/Icon/createIcon.js +24 -17
- package/dist/lib/Components/Icon/types.d.ts +5 -0
- package/dist/lib/Components/Icon/types.d.ts.map +1 -1
- package/dist/lib/Components/Link/Link.js +9 -9
- package/dist/lib/Components/NavBar/CoinCapsule.js +6 -6
- package/dist/lib/Components/NavBar/NavBar.js +18 -18
- package/dist/lib/Components/SideBar/SideBar.js +17 -17
- package/dist/lib/Components/Spot/Spot.d.ts.map +1 -1
- package/dist/lib/Components/Spot/Spot.js +45 -28
- package/dist/lib/Components/Subheader/Subheader.js +28 -28
- package/dist/lib/Components/Switch/Switch.js +5 -5
- package/dist/lib/Components/Table/Table.js +22 -22
- package/dist/lib/Components/Table/utils/useThrottledScrollBottom.js +4 -4
- package/dist/lib/Components/index.d.ts +3 -1
- package/dist/lib/Components/index.d.ts.map +1 -1
- package/dist/lib/Symbols/Icons/Airplane.d.ts +1 -1
- package/dist/lib/Symbols/Icons/AlarmClock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Android.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Apex.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Apple.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Apps.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Ar.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Ar.js +2 -2
- package/dist/lib/Symbols/Icons/ArrowDown.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowDownRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowLeft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowUp.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowUpRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Asterisk.d.ts +1 -1
- package/dist/lib/Symbols/Icons/At.d.ts +1 -1
- package/dist/lib/Symbols/Icons/AutoLock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bank.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BasketPutIn.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bell.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BellFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BellNotification.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BitcoinComputer.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BitcoinVoucher.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bluetooth.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BluetoothCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bolt.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BookOpen.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bug.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bundle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Calendar.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Cart.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Charon.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart1.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart3.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart4.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart5.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart5Fill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChartPie.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Check.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CheckmarkCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CheckmarkCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronAscending.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronBigBottom.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronBigLeft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronBigRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronBigTop.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronDescending.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronDown.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronLeft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronUp.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronUpDown.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Circles.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Clear.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Clip.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Clock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ClockFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Close.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CloudDownload.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CloudUpload.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Code.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinAlert.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinPercent.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Coins.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsAddPlus.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsCheck.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsCross.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsCrypto.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsEye.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ColorPalette.d.ts +29 -0
- package/dist/lib/Symbols/Icons/ColorPalette.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/ColorPalette.js +28 -0
- package/dist/lib/Symbols/Icons/Compass.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ComputerMobile.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Copy.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CreditCard.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CreditCardFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CryptoBitcoinCoin.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Csv.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CursorTouch.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CurveDown.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CurveUp.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DatabaseLock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Delete.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DeleteCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DeleteCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DeleteStop.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Desktop.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Devices.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Discord.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DocumentCode.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Dollar.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DollarConvert.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Download.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Duplicate.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Exchange.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExchangeFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExitLogout.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Expand.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExpandLeft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExpandRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Experiment.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Experiment2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExternalLink.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Eye.d.ts +1 -1
- package/dist/lib/Symbols/Icons/EyeCross.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Facebook.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Feather.d.ts +29 -0
- package/dist/lib/Symbols/Icons/Feather.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/Feather.js +28 -0
- package/dist/lib/Symbols/Icons/FileDownload.d.ts +1 -1
- package/dist/lib/Symbols/Icons/FilterSort.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Flex.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Folder.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Gift.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Github.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Globe.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Grid.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Grid2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/GroupUsers.d.ts +1 -1
- package/dist/lib/Symbols/Icons/GroupUsersAdd.d.ts +1 -1
- package/dist/lib/Symbols/Icons/HandCard.d.ts +1 -1
- package/dist/lib/Symbols/Icons/HandCoins.d.ts +1 -1
- package/dist/lib/Symbols/Icons/HandKey.d.ts +29 -0
- package/dist/lib/Symbols/Icons/HandKey.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/HandKey.js +28 -0
- package/dist/lib/Symbols/Icons/HatSchool.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Heart.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Home.d.ts +1 -1
- package/dist/lib/Symbols/Icons/HomeFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/IdCard.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Incognito.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Infinite.d.ts +1 -1
- package/dist/lib/Symbols/Icons/InfiniteFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Information.d.ts +1 -1
- package/dist/lib/Symbols/Icons/InformationFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Instagram.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Invoice.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Ios.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Label.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Language.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LedgerDevices.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LedgerLogo.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Legal.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LifeRing.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LifeRingFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Link.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Linkedin.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Linux.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ListEye.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Lock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LockCheckSuccess.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Macos.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Magnet.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Mail.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Mailbox.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Maths.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Medal1.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Medal2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MenuBurger.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MessageChat.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Minus.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MinusCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MinusCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Mobile.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MobileArrow.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MonitorPassword.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Moon.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MoreHorizontal.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MoreVertical.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Nano.d.ts +1 -1
- package/dist/lib/Symbols/Icons/NetworkWarning.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Nfc.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Nft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/NftHide.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Note.d.ts +1 -1
- package/dist/lib/Symbols/Icons/P2p.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Parachute.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Paste.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Pause.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PenEdit.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PenEditWriting.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Percentage.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PictureImage.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PiggyBank.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PinLocation.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Placeholder.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PlaceholderCicleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Planet.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Plus.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PlusCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PlusCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Printer.d.ts +1 -1
- package/dist/lib/Symbols/Icons/QrCode.d.ts +1 -1
- package/dist/lib/Symbols/Icons/QrCodeScanner.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Question.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Range.d.ts +1 -1
- package/dist/lib/Symbols/Icons/RecoveryKey.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Reddit.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Reduce.d.ts +29 -0
- package/dist/lib/Symbols/Icons/Reduce.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/Reduce.js +28 -0
- package/dist/lib/Symbols/Icons/Refresh.d.ts +1 -1
- package/dist/lib/Symbols/Icons/RefreshBack.d.ts +1 -1
- package/dist/lib/Symbols/Icons/RefreshBack.js +1 -1
- package/dist/lib/Symbols/Icons/Repair.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Screens.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Search.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ServerDatabaseFail.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Settings.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SettingsAlt.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SettingsAlt2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Shapes.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Share.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Share2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ShieldCheck.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ShieldCheckNotification.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ShieldLock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ShieldMore.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Signature.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Slideshow.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Snow.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SoftRepair.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Spacerocket.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SparksFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SpeedFast.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SpeedLow.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SpeedMedium.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Star.d.ts +1 -1
- package/dist/lib/Symbols/Icons/StarFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/StarHalf.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Stax.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Sun.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Support.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Switch.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Switch2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Tablet.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Target.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Telegram.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Theme.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ThemeFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Threads.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Tiktok.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Tools.d.ts +1 -1
- package/dist/lib/Symbols/Icons/TransferHorizontal.d.ts +1 -1
- package/dist/lib/Symbols/Icons/TransferVertical.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Trash.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Truck.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Twitter.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Unlink.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Unlock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Usb.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Usb.js +1 -1
- package/dist/lib/Symbols/Icons/UsbC.d.ts +1 -1
- package/dist/lib/Symbols/Icons/User.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserAdd.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserArrowRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserCheck.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserDelete.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserLock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserShield.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Wallet.d.ts +1 -1
- package/dist/lib/Symbols/Icons/WalletInput.d.ts +1 -1
- package/dist/lib/Symbols/Icons/WalletInput.js +1 -1
- package/dist/lib/Symbols/Icons/WalletSearch.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Warning.d.ts +1 -1
- package/dist/lib/Symbols/Icons/WarningFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Whatsapp.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Windows.d.ts +1 -1
- package/dist/lib/Symbols/Icons/WirelessCharging.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Youtube.d.ts +1 -1
- package/dist/lib/Symbols/index.d.ts +4 -0
- package/dist/lib/Symbols/index.d.ts.map +1 -1
- package/dist/lib/Symbols/index.js +390 -382
- package/dist/libs/utils-shared/dist/index.js +150 -121
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Gift size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Gift: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Gift.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Github size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Github: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Github.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Globe size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Globe: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Globe.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Grid size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Grid: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Grid.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Grid2 size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Grid2: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Grid2.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <GroupUsers size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const GroupUsers: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=GroupUsers.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <GroupUsersAdd size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const GroupUsersAdd: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=GroupUsersAdd.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <HandCard size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const HandCard: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=HandCard.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <HandCoins size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const HandCoins: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=HandCoins.d.ts.map
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* HandKey icon component.
|
|
3
|
+
*
|
|
4
|
+
* This icon component is automatically generated from SVG files and uses the createIcon utility
|
|
5
|
+
* to create a consistent icon interface. It supports all standard SVG props and additional
|
|
6
|
+
* size variants defined in the Icon component.
|
|
7
|
+
*
|
|
8
|
+
* @see {@link https://ldls.vercel.app/?path=/story/symbols-interface-icons--icon&args=name:HandKey Storybook}
|
|
9
|
+
*
|
|
10
|
+
* @component
|
|
11
|
+
* @param {16 | 20 | 24 | 40 | 48 | 56} [size=24] - The size of the icon in pixels.
|
|
12
|
+
* @param {string} [className] - Additional CSS classes to apply to the icon.
|
|
13
|
+
* @param {React.SVGProps<SVGSVGElement>} [...props] - All standard SVG element props.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* // Basic usage with default size (24px)
|
|
17
|
+
* import { HandKey } from '@ledgerhq/lumen-ui-react/symbols';
|
|
18
|
+
*
|
|
19
|
+
* <HandKey />
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* // With custom size and className
|
|
23
|
+
* <HandKey size={40} className="text-warning" />
|
|
24
|
+
*/
|
|
25
|
+
export declare const HandKey: {
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
|
+
displayName: string;
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=HandKey.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HandKey.d.ts","sourceRoot":"","sources":["../../../../src/lib/Symbols/Icons/HandKey.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,OAAO;;;CAiBnB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import r from "../../Components/Icon/createIcon.js";
|
|
3
|
+
const c = r(
|
|
4
|
+
"HandKey",
|
|
5
|
+
/* @__PURE__ */ o(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
children: /* @__PURE__ */ o(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round",
|
|
19
|
+
strokeWidth: 1.3,
|
|
20
|
+
d: "M4.647 13.307h1.008c.214 0 .434.026.647.08l1.767.446c.386.1.78.107 1.173.034l1.953-.387c.52-.107.994-.36 1.367-.727l1.387-1.38a1.01 1.01 0 0 0-1.32-1.52l-1.607 1.214a1.34 1.34 0 0 1-.8.266H8.667h.986c.554 0 1.007-.453 1.007-1.013v-.207c0-.466-.32-.873-.767-.98l-1.528-.386a3.152 3.152 0 0 0-2.5.427l-1.213.806m4.308-7.2H5.877a.66.66 0 0 0-.474.193l-.553.547a.663.663 0 0 0 0 .94l.547.547c.12.12.293.193.466.193l3.08-.007h.007a2.66 2.66 0 0 0 2.353 1.449 2.68 2.68 0 0 0 2.66-2.672 2.658 2.658 0 0 0-5.026-1.211m2.398 1.414c.093 0 .173-.08.173-.18s-.08-.18-.18-.18a.174.174 0 1 0-.007.347M4 14H2.667A.67.67 0 0 1 2 13.333v-4a.66.66 0 0 1 .667-.666H4c.367 0 .667.293.667.666v4c0 .367-.3.667-.667.667"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
c as HandKey
|
|
28
|
+
};
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <HatSchool size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const HatSchool: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=HatSchool.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Heart size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Heart: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Heart.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Home size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Home: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Home.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <HomeFill size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const HomeFill: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=HomeFill.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <IdCard size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const IdCard: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=IdCard.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Incognito size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Incognito: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Incognito.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Infinite size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Infinite: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Infinite.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <InfiniteFill size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const InfiniteFill: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=InfiniteFill.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Information size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Information: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Information.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <InformationFill size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const InformationFill: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=InformationFill.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Instagram size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Instagram: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Instagram.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Invoice size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Invoice: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Invoice.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Ios size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Ios: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Ios.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Label size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Label: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Label.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Language size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Language: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Language.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <LedgerDevices size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const LedgerDevices: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=LedgerDevices.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <LedgerLogo size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const LedgerLogo: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=LedgerLogo.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Legal size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Legal: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Legal.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <LifeRing size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const LifeRing: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=LifeRing.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <LifeRingFill size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const LifeRingFill: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=LifeRingFill.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Link size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Link: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Link.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Linkedin size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Linkedin: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Linkedin.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Linux size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Linux: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Linux.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <ListEye size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const ListEye: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ListEye.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Lock size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Lock: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Lock.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <LockCheckSuccess size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const LockCheckSuccess: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=LockCheckSuccess.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Macos size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Macos: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Macos.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Magnet size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Magnet: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Magnet.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Mail size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Mail: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Mail.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Mailbox size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Mailbox: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Mailbox.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Maths size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Maths: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Maths.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Medal1 size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Medal1: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Medal1.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Medal2 size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Medal2: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Medal2.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <MenuBurger size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const MenuBurger: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=MenuBurger.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <MessageChat size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const MessageChat: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=MessageChat.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Minus size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Minus: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Minus.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <MinusCircle size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const MinusCircle: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=MinusCircle.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <MinusCircleFill size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const MinusCircleFill: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=MinusCircleFill.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Mobile size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Mobile: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Mobile.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <MobileArrow size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const MobileArrow: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=MobileArrow.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <MonitorPassword size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const MonitorPassword: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=MonitorPassword.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Moon size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Moon: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Moon.d.ts.map
|