@blockchain-com/icons
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,5 +6,7 @@ export { default as IconActivity } from "./IconActivity"; | ||
export { default as IconApple } from "./IconApple"; | ||
export { default as IconArrowDownLeft } from "./IconArrowDownLeft"; | ||
export { default as IconArrowDown } from "./IconArrowDown"; | ||
export { default as IconArrowLeft } from "./IconArrowLeft"; | ||
export { default as IconArrowRight } from "./IconArrowRight"; | ||
export { default as IconArrowUpRight } from "./IconArrowUpRight"; | ||
export { default as IconArrowUp } from "./IconArrowUp"; | ||
@@ -83,2 +85,3 @@ export { default as IconBackspaceAndroid } from "./IconBackspaceAndroid"; | ||
export { default as IconListBullets } from "./IconListBullets"; | ||
export { default as IconLoading } from "./IconLoading"; | ||
export { default as IconLockClosed } from "./IconLockClosed"; | ||
@@ -101,2 +104,3 @@ export { default as IconLockOpen } from "./IconLockOpen"; | ||
export { default as IconPeople } from "./IconPeople"; | ||
export { default as IconPercent } from "./IconPercent"; | ||
export { default as IconPhone } from "./IconPhone"; | ||
@@ -148,3 +152,4 @@ export { default as IconPin } from "./IconPin"; | ||
export { default as IconWallet } from "./IconWallet"; | ||
export { default as IconWarningTriangle } from "./IconWarningTriangle"; | ||
export { default as IconWithdraw } from "./IconWithdraw"; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,5 +6,7 @@ export { default as IconActivity } from "./IconActivity"; | ||
export { default as IconApple } from "./IconApple"; | ||
export { default as IconArrowDownLeft } from "./IconArrowDownLeft"; | ||
export { default as IconArrowDown } from "./IconArrowDown"; | ||
export { default as IconArrowLeft } from "./IconArrowLeft"; | ||
export { default as IconArrowRight } from "./IconArrowRight"; | ||
export { default as IconArrowUpRight } from "./IconArrowUpRight"; | ||
export { default as IconArrowUp } from "./IconArrowUp"; | ||
@@ -83,2 +85,3 @@ export { default as IconBackspaceAndroid } from "./IconBackspaceAndroid"; | ||
export { default as IconListBullets } from "./IconListBullets"; | ||
export { default as IconLoading } from "./IconLoading"; | ||
export { default as IconLockClosed } from "./IconLockClosed"; | ||
@@ -101,2 +104,3 @@ export { default as IconLockOpen } from "./IconLockOpen"; | ||
export { default as IconPeople } from "./IconPeople"; | ||
export { default as IconPercent } from "./IconPercent"; | ||
export { default as IconPhone } from "./IconPhone"; | ||
@@ -148,3 +152,4 @@ export { default as IconPin } from "./IconPin"; | ||
export { default as IconWallet } from "./IconWallet"; | ||
export { default as IconWarningTriangle } from "./IconWarningTriangle"; | ||
export { default as IconWithdraw } from "./IconWithdraw"; | ||
//# sourceMappingURL=index.d.ts.map |
import { SVGProps } from 'react'; | ||
interface SVGRProps$2g { | ||
interface SVGRProps$2l { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconActivity: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2g) => JSX.Element; | ||
declare const SvgIconActivity: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2l) => JSX.Element; | ||
//# sourceMappingURL=IconActivity.d.ts.map | ||
interface SVGRProps$2f { | ||
interface SVGRProps$2k { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconAirdrop: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2f) => JSX.Element; | ||
declare const SvgIconAirdrop: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2k) => JSX.Element; | ||
//# sourceMappingURL=IconAirdrop.d.ts.map | ||
interface SVGRProps$2e { | ||
interface SVGRProps$2j { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconAlert: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2e) => JSX.Element; | ||
declare const SvgIconAlert: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2j) => JSX.Element; | ||
//# sourceMappingURL=IconAlert.d.ts.map | ||
interface SVGRProps$2d { | ||
interface SVGRProps$2i { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2d) => JSX.Element; | ||
declare const SvgIconAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2i) => JSX.Element; | ||
//# sourceMappingURL=IconAndroid.d.ts.map | ||
interface SVGRProps$2c { | ||
interface SVGRProps$2h { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconApple: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2c) => JSX.Element; | ||
declare const SvgIconApple: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2h) => JSX.Element; | ||
//# sourceMappingURL=IconApple.d.ts.map | ||
interface SVGRProps$2b { | ||
interface SVGRProps$2g { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconArrowDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2b) => JSX.Element; | ||
declare const SvgIconArrowDownLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2g) => JSX.Element; | ||
//# sourceMappingURL=IconArrowDownLeft.d.ts.map | ||
interface SVGRProps$2f { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconArrowDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2f) => JSX.Element; | ||
//# sourceMappingURL=IconArrowDown.d.ts.map | ||
interface SVGRProps$2a { | ||
interface SVGRProps$2e { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconArrowLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2a) => JSX.Element; | ||
declare const SvgIconArrowLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2e) => JSX.Element; | ||
//# sourceMappingURL=IconArrowLeft.d.ts.map | ||
interface SVGRProps$29 { | ||
interface SVGRProps$2d { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconArrowRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$29) => JSX.Element; | ||
declare const SvgIconArrowRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2d) => JSX.Element; | ||
//# sourceMappingURL=IconArrowRight.d.ts.map | ||
interface SVGRProps$28 { | ||
interface SVGRProps$2c { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconArrowUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$28) => JSX.Element; | ||
declare const SvgIconArrowUpRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2c) => JSX.Element; | ||
//# sourceMappingURL=IconArrowUpRight.d.ts.map | ||
interface SVGRProps$2b { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconArrowUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2b) => JSX.Element; | ||
//# sourceMappingURL=IconArrowUp.d.ts.map | ||
interface SVGRProps$27 { | ||
interface SVGRProps$2a { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconBackspaceAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$27) => JSX.Element; | ||
declare const SvgIconBackspaceAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2a) => JSX.Element; | ||
//# sourceMappingURL=IconBackspaceAndroid.d.ts.map | ||
interface SVGRProps$26 { | ||
interface SVGRProps$29 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconBackup: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$26) => JSX.Element; | ||
declare const SvgIconBackup: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$29) => JSX.Element; | ||
//# sourceMappingURL=IconBackup.d.ts.map | ||
interface SVGRProps$25 { | ||
interface SVGRProps$28 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconBank: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$25) => JSX.Element; | ||
declare const SvgIconBank: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$28) => JSX.Element; | ||
//# sourceMappingURL=IconBank.d.ts.map | ||
interface SVGRProps$24 { | ||
interface SVGRProps$27 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconBlockchainCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$24) => JSX.Element; | ||
declare const SvgIconBlockchainCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$27) => JSX.Element; | ||
//# sourceMappingURL=IconBlockchainCircle.d.ts.map | ||
interface SVGRProps$23 { | ||
interface SVGRProps$26 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconBlockchain: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$23) => JSX.Element; | ||
declare const SvgIconBlockchain: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$26) => JSX.Element; | ||
//# sourceMappingURL=IconBlockchain.d.ts.map | ||
interface SVGRProps$22 { | ||
interface SVGRProps$25 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCalendar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$22) => JSX.Element; | ||
declare const SvgIconCalendar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$25) => JSX.Element; | ||
//# sourceMappingURL=IconCalendar.d.ts.map | ||
interface SVGRProps$21 { | ||
interface SVGRProps$24 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCall: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$21) => JSX.Element; | ||
declare const SvgIconCall: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$24) => JSX.Element; | ||
//# sourceMappingURL=IconCall.d.ts.map | ||
interface SVGRProps$20 { | ||
interface SVGRProps$23 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCamera: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$20) => JSX.Element; | ||
declare const SvgIconCamera: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$23) => JSX.Element; | ||
//# sourceMappingURL=IconCamera.d.ts.map | ||
interface SVGRProps$1$ { | ||
interface SVGRProps$22 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCart: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1$) => JSX.Element; | ||
declare const SvgIconCart: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$22) => JSX.Element; | ||
//# sourceMappingURL=IconCart.d.ts.map | ||
interface SVGRProps$1_ { | ||
interface SVGRProps$21 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChartBar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1_) => JSX.Element; | ||
declare const SvgIconChartBar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$21) => JSX.Element; | ||
//# sourceMappingURL=IconChartBar.d.ts.map | ||
interface SVGRProps$1Z { | ||
interface SVGRProps$20 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChartBubble: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Z) => JSX.Element; | ||
declare const SvgIconChartBubble: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$20) => JSX.Element; | ||
//# sourceMappingURL=IconChartBubble.d.ts.map | ||
interface SVGRProps$1Y { | ||
interface SVGRProps$1$ { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChartPie: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Y) => JSX.Element; | ||
declare const SvgIconChartPie: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1$) => JSX.Element; | ||
//# sourceMappingURL=IconChartPie.d.ts.map | ||
interface SVGRProps$1X { | ||
interface SVGRProps$1_ { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChat: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1X) => JSX.Element; | ||
declare const SvgIconChat: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1_) => JSX.Element; | ||
//# sourceMappingURL=IconChat.d.ts.map | ||
interface SVGRProps$1W { | ||
interface SVGRProps$1Z { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCheckCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1W) => JSX.Element; | ||
declare const SvgIconCheckCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Z) => JSX.Element; | ||
//# sourceMappingURL=IconCheckCircle.d.ts.map | ||
interface SVGRProps$1V { | ||
interface SVGRProps$1Y { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCheck: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1V) => JSX.Element; | ||
declare const SvgIconCheck: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Y) => JSX.Element; | ||
//# sourceMappingURL=IconCheck.d.ts.map | ||
interface SVGRProps$1U { | ||
interface SVGRProps$1X { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChevronDownV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1U) => JSX.Element; | ||
declare const SvgIconChevronDownV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1X) => JSX.Element; | ||
//# sourceMappingURL=IconChevronDownV2.d.ts.map | ||
interface SVGRProps$1T { | ||
interface SVGRProps$1W { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChevronDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1T) => JSX.Element; | ||
declare const SvgIconChevronDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1W) => JSX.Element; | ||
//# sourceMappingURL=IconChevronDown.d.ts.map | ||
interface SVGRProps$1S { | ||
interface SVGRProps$1V { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChevronLeftV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1S) => JSX.Element; | ||
declare const SvgIconChevronLeftV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1V) => JSX.Element; | ||
//# sourceMappingURL=IconChevronLeftV2.d.ts.map | ||
interface SVGRProps$1R { | ||
interface SVGRProps$1U { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChevronLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1R) => JSX.Element; | ||
declare const SvgIconChevronLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1U) => JSX.Element; | ||
//# sourceMappingURL=IconChevronLeft.d.ts.map | ||
interface SVGRProps$1Q { | ||
interface SVGRProps$1T { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChevronRightV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Q) => JSX.Element; | ||
declare const SvgIconChevronRightV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1T) => JSX.Element; | ||
//# sourceMappingURL=IconChevronRightV2.d.ts.map | ||
interface SVGRProps$1P { | ||
interface SVGRProps$1S { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChevronRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1P) => JSX.Element; | ||
declare const SvgIconChevronRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1S) => JSX.Element; | ||
//# sourceMappingURL=IconChevronRight.d.ts.map | ||
interface SVGRProps$1O { | ||
interface SVGRProps$1R { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChevronUpV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1O) => JSX.Element; | ||
declare const SvgIconChevronUpV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1R) => JSX.Element; | ||
//# sourceMappingURL=IconChevronUpV2.d.ts.map | ||
interface SVGRProps$1N { | ||
interface SVGRProps$1Q { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconChevronUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1N) => JSX.Element; | ||
declare const SvgIconChevronUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Q) => JSX.Element; | ||
//# sourceMappingURL=IconChevronUp.d.ts.map | ||
interface SVGRProps$1M { | ||
interface SVGRProps$1P { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconClipboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1M) => JSX.Element; | ||
declare const SvgIconClipboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1P) => JSX.Element; | ||
//# sourceMappingURL=IconClipboard.d.ts.map | ||
interface SVGRProps$1L { | ||
interface SVGRProps$1O { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCloseCircleV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1L) => JSX.Element; | ||
declare const SvgIconCloseCircleV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1O) => JSX.Element; | ||
//# sourceMappingURL=IconCloseCircleV2.d.ts.map | ||
interface SVGRProps$1K { | ||
interface SVGRProps$1N { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCloseCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1K) => JSX.Element; | ||
declare const SvgIconCloseCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1N) => JSX.Element; | ||
//# sourceMappingURL=IconCloseCircle.d.ts.map | ||
interface SVGRProps$1J { | ||
interface SVGRProps$1M { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCloseV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1J) => JSX.Element; | ||
declare const SvgIconCloseV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1M) => JSX.Element; | ||
//# sourceMappingURL=IconCloseV2.d.ts.map | ||
interface SVGRProps$1I { | ||
interface SVGRProps$1L { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconClose: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1I) => JSX.Element; | ||
declare const SvgIconClose: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1L) => JSX.Element; | ||
//# sourceMappingURL=IconClose.d.ts.map | ||
interface SVGRProps$1H { | ||
interface SVGRProps$1K { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCloudDone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1H) => JSX.Element; | ||
declare const SvgIconCloudDone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1K) => JSX.Element; | ||
//# sourceMappingURL=IconCloudDone.d.ts.map | ||
interface SVGRProps$1G { | ||
interface SVGRProps$1J { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCloudDownload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1G) => JSX.Element; | ||
declare const SvgIconCloudDownload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1J) => JSX.Element; | ||
//# sourceMappingURL=IconCloudDownload.d.ts.map | ||
interface SVGRProps$1F { | ||
interface SVGRProps$1I { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCloudUpload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1F) => JSX.Element; | ||
declare const SvgIconCloudUpload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1I) => JSX.Element; | ||
//# sourceMappingURL=IconCloudUpload.d.ts.map | ||
interface SVGRProps$1E { | ||
interface SVGRProps$1H { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCloud: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1E) => JSX.Element; | ||
declare const SvgIconCloud: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1H) => JSX.Element; | ||
//# sourceMappingURL=IconCloud.d.ts.map | ||
interface SVGRProps$1D { | ||
interface SVGRProps$1G { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconColorPicker: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1D) => JSX.Element; | ||
declare const SvgIconColorPicker: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1G) => JSX.Element; | ||
//# sourceMappingURL=IconColorPicker.d.ts.map | ||
interface SVGRProps$1C { | ||
interface SVGRProps$1F { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconComponents: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1C) => JSX.Element; | ||
declare const SvgIconComponents: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1F) => JSX.Element; | ||
//# sourceMappingURL=IconComponents.d.ts.map | ||
interface SVGRProps$1B { | ||
interface SVGRProps$1E { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconComputer: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1B) => JSX.Element; | ||
declare const SvgIconComputer: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1E) => JSX.Element; | ||
//# sourceMappingURL=IconComputer.d.ts.map | ||
interface SVGRProps$1A { | ||
interface SVGRProps$1D { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCopy: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1A) => JSX.Element; | ||
declare const SvgIconCopy: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1D) => JSX.Element; | ||
//# sourceMappingURL=IconCopy.d.ts.map | ||
interface SVGRProps$1z { | ||
interface SVGRProps$1C { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconCreditCard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1z) => JSX.Element; | ||
declare const SvgIconCreditCard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1C) => JSX.Element; | ||
//# sourceMappingURL=IconCreditCard.d.ts.map | ||
interface SVGRProps$1y { | ||
interface SVGRProps$1B { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconDelete: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1y) => JSX.Element; | ||
declare const SvgIconDelete: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1B) => JSX.Element; | ||
//# sourceMappingURL=IconDelete.d.ts.map | ||
interface SVGRProps$1x { | ||
interface SVGRProps$1A { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconDeposit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1x) => JSX.Element; | ||
declare const SvgIconDeposit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1A) => JSX.Element; | ||
//# sourceMappingURL=IconDeposit.d.ts.map | ||
interface SVGRProps$1w { | ||
interface SVGRProps$1z { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconDownload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1w) => JSX.Element; | ||
declare const SvgIconDownload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1z) => JSX.Element; | ||
//# sourceMappingURL=IconDownload.d.ts.map | ||
interface SVGRProps$1v { | ||
interface SVGRProps$1y { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconEdit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1v) => JSX.Element; | ||
declare const SvgIconEdit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1y) => JSX.Element; | ||
//# sourceMappingURL=IconEdit.d.ts.map | ||
interface SVGRProps$1u { | ||
interface SVGRProps$1x { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconEducation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1u) => JSX.Element; | ||
declare const SvgIconEducation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1x) => JSX.Element; | ||
//# sourceMappingURL=IconEducation.d.ts.map | ||
interface SVGRProps$1t { | ||
interface SVGRProps$1w { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconEmail: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1t) => JSX.Element; | ||
declare const SvgIconEmail: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1w) => JSX.Element; | ||
//# sourceMappingURL=IconEmail.d.ts.map | ||
interface SVGRProps$1s { | ||
interface SVGRProps$1v { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconError: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1s) => JSX.Element; | ||
declare const SvgIconError: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1v) => JSX.Element; | ||
//# sourceMappingURL=IconError.d.ts.map | ||
interface SVGRProps$1r { | ||
interface SVGRProps$1u { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconExchange: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1r) => JSX.Element; | ||
declare const SvgIconExchange: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1u) => JSX.Element; | ||
//# sourceMappingURL=IconExchange.d.ts.map | ||
interface SVGRProps$1q { | ||
interface SVGRProps$1t { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconExpandLess: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1q) => JSX.Element; | ||
declare const SvgIconExpandLess: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1t) => JSX.Element; | ||
//# sourceMappingURL=IconExpandLess.d.ts.map | ||
interface SVGRProps$1p { | ||
interface SVGRProps$1s { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconExpandMore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1p) => JSX.Element; | ||
declare const SvgIconExpandMore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1s) => JSX.Element; | ||
//# sourceMappingURL=IconExpandMore.d.ts.map | ||
interface SVGRProps$1o { | ||
interface SVGRProps$1r { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconExplore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1o) => JSX.Element; | ||
declare const SvgIconExplore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1r) => JSX.Element; | ||
//# sourceMappingURL=IconExplore.d.ts.map | ||
interface SVGRProps$1n { | ||
interface SVGRProps$1q { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFaceId: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1n) => JSX.Element; | ||
declare const SvgIconFaceId: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1q) => JSX.Element; | ||
//# sourceMappingURL=IconFaceId.d.ts.map | ||
interface SVGRProps$1m { | ||
interface SVGRProps$1p { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFavoriteFilled: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1m) => JSX.Element; | ||
declare const SvgIconFavoriteFilled: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1p) => JSX.Element; | ||
//# sourceMappingURL=IconFavoriteFilled.d.ts.map | ||
interface SVGRProps$1l { | ||
interface SVGRProps$1o { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFilter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1l) => JSX.Element; | ||
declare const SvgIconFilter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1o) => JSX.Element; | ||
//# sourceMappingURL=IconFilter.d.ts.map | ||
interface SVGRProps$1k { | ||
interface SVGRProps$1n { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFingerprint: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1k) => JSX.Element; | ||
declare const SvgIconFingerprint: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1n) => JSX.Element; | ||
//# sourceMappingURL=IconFingerprint.d.ts.map | ||
interface SVGRProps$1j { | ||
interface SVGRProps$1m { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFlag: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1j) => JSX.Element; | ||
declare const SvgIconFlag: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1m) => JSX.Element; | ||
//# sourceMappingURL=IconFlag.d.ts.map | ||
interface SVGRProps$1i { | ||
interface SVGRProps$1l { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFlashOff: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1i) => JSX.Element; | ||
declare const SvgIconFlashOff: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1l) => JSX.Element; | ||
//# sourceMappingURL=IconFlashOff.d.ts.map | ||
interface SVGRProps$1h { | ||
interface SVGRProps$1k { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFlashOn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1h) => JSX.Element; | ||
declare const SvgIconFlashOn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1k) => JSX.Element; | ||
//# sourceMappingURL=IconFlashOn.d.ts.map | ||
interface SVGRProps$1g { | ||
interface SVGRProps$1j { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFullscreenExit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1g) => JSX.Element; | ||
declare const SvgIconFullscreenExit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1j) => JSX.Element; | ||
//# sourceMappingURL=IconFullscreenExit.d.ts.map | ||
interface SVGRProps$1f { | ||
interface SVGRProps$1i { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconFullscreen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1f) => JSX.Element; | ||
declare const SvgIconFullscreen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1i) => JSX.Element; | ||
//# sourceMappingURL=IconFullscreen.d.ts.map | ||
interface SVGRProps$1e { | ||
interface SVGRProps$1h { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconGlobe: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1e) => JSX.Element; | ||
declare const SvgIconGlobe: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1h) => JSX.Element; | ||
//# sourceMappingURL=IconGlobe.d.ts.map | ||
interface SVGRProps$1d { | ||
interface SVGRProps$1g { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconGoogleTranslate: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1d) => JSX.Element; | ||
declare const SvgIconGoogleTranslate: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1g) => JSX.Element; | ||
//# sourceMappingURL=IconGoogleTranslate.d.ts.map | ||
interface SVGRProps$1c { | ||
interface SVGRProps$1f { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconHardware: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1c) => JSX.Element; | ||
declare const SvgIconHardware: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1f) => JSX.Element; | ||
//# sourceMappingURL=IconHardware.d.ts.map | ||
interface SVGRProps$1b { | ||
interface SVGRProps$1e { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconHistory: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1b) => JSX.Element; | ||
declare const SvgIconHistory: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1e) => JSX.Element; | ||
//# sourceMappingURL=IconHistory.d.ts.map | ||
interface SVGRProps$1a { | ||
interface SVGRProps$1d { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconHome: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1a) => JSX.Element; | ||
declare const SvgIconHome: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1d) => JSX.Element; | ||
//# sourceMappingURL=IconHome.d.ts.map | ||
interface SVGRProps$19 { | ||
interface SVGRProps$1c { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconIdentification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$19) => JSX.Element; | ||
declare const SvgIconIdentification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1c) => JSX.Element; | ||
//# sourceMappingURL=IconIdentification.d.ts.map | ||
interface SVGRProps$18 { | ||
interface SVGRProps$1b { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconImage: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$18) => JSX.Element; | ||
declare const SvgIconImage: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1b) => JSX.Element; | ||
//# sourceMappingURL=IconImage.d.ts.map | ||
interface SVGRProps$17 { | ||
interface SVGRProps$1a { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconInformation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$17) => JSX.Element; | ||
declare const SvgIconInformation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1a) => JSX.Element; | ||
//# sourceMappingURL=IconInformation.d.ts.map | ||
interface SVGRProps$16 { | ||
interface SVGRProps$19 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconKey: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$16) => JSX.Element; | ||
declare const SvgIconKey: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$19) => JSX.Element; | ||
//# sourceMappingURL=IconKey.d.ts.map | ||
interface SVGRProps$15 { | ||
interface SVGRProps$18 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconKeyboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$15) => JSX.Element; | ||
declare const SvgIconKeyboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$18) => JSX.Element; | ||
//# sourceMappingURL=IconKeyboard.d.ts.map | ||
interface SVGRProps$14 { | ||
interface SVGRProps$17 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconLaptop: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$14) => JSX.Element; | ||
declare const SvgIconLaptop: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$17) => JSX.Element; | ||
//# sourceMappingURL=IconLaptop.d.ts.map | ||
interface SVGRProps$13 { | ||
interface SVGRProps$16 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconLegal: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$13) => JSX.Element; | ||
declare const SvgIconLegal: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$16) => JSX.Element; | ||
//# sourceMappingURL=IconLegal.d.ts.map | ||
interface SVGRProps$12 { | ||
interface SVGRProps$15 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconLineChartUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$12) => JSX.Element; | ||
declare const SvgIconLineChartUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$15) => JSX.Element; | ||
//# sourceMappingURL=IconLineChartUp.d.ts.map | ||
interface SVGRProps$11 { | ||
interface SVGRProps$14 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconLink: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$11) => JSX.Element; | ||
declare const SvgIconLink: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$14) => JSX.Element; | ||
//# sourceMappingURL=IconLink.d.ts.map | ||
interface SVGRProps$10 { | ||
interface SVGRProps$13 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconListBullets: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$10) => JSX.Element; | ||
declare const SvgIconListBullets: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$13) => JSX.Element; | ||
//# sourceMappingURL=IconListBullets.d.ts.map | ||
interface SVGRProps$$ { | ||
interface SVGRProps$12 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconLockClosed: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$$) => JSX.Element; | ||
declare const SvgIconLoading: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$12) => JSX.Element; | ||
//# sourceMappingURL=IconLoading.d.ts.map | ||
interface SVGRProps$11 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconLockClosed: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$11) => JSX.Element; | ||
//# sourceMappingURL=IconLockClosed.d.ts.map | ||
interface SVGRProps$_ { | ||
interface SVGRProps$10 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconLockOpen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$_) => JSX.Element; | ||
declare const SvgIconLockOpen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$10) => JSX.Element; | ||
//# sourceMappingURL=IconLockOpen.d.ts.map | ||
interface SVGRProps$Z { | ||
interface SVGRProps$$ { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconLogout: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Z) => JSX.Element; | ||
declare const SvgIconLogout: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$$) => JSX.Element; | ||
//# sourceMappingURL=IconLogout.d.ts.map | ||
interface SVGRProps$Y { | ||
interface SVGRProps$_ { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconMarketUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Y) => JSX.Element; | ||
declare const SvgIconMarketUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$_) => JSX.Element; | ||
//# sourceMappingURL=IconMarketUp.d.ts.map | ||
interface SVGRProps$X { | ||
interface SVGRProps$Z { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconMenu: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$X) => JSX.Element; | ||
declare const SvgIconMenu: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Z) => JSX.Element; | ||
//# sourceMappingURL=IconMenu.d.ts.map | ||
interface SVGRProps$W { | ||
interface SVGRProps$Y { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconMicrophone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$W) => JSX.Element; | ||
declare const SvgIconMicrophone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Y) => JSX.Element; | ||
//# sourceMappingURL=IconMicrophone.d.ts.map | ||
interface SVGRProps$V { | ||
interface SVGRProps$X { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconMinusCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$V) => JSX.Element; | ||
declare const SvgIconMinusCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$X) => JSX.Element; | ||
//# sourceMappingURL=IconMinusCircle.d.ts.map | ||
interface SVGRProps$U { | ||
interface SVGRProps$W { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconMinus: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$U) => JSX.Element; | ||
declare const SvgIconMinus: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$W) => JSX.Element; | ||
//# sourceMappingURL=IconMinus.d.ts.map | ||
interface SVGRProps$T { | ||
interface SVGRProps$V { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconMoneyUsd: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$T) => JSX.Element; | ||
declare const SvgIconMoneyUsd: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$V) => JSX.Element; | ||
//# sourceMappingURL=IconMoneyUsd.d.ts.map | ||
interface SVGRProps$S { | ||
interface SVGRProps$U { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconMoreHorizontal: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$S) => JSX.Element; | ||
declare const SvgIconMoreHorizontal: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$U) => JSX.Element; | ||
//# sourceMappingURL=IconMoreHorizontal.d.ts.map | ||
interface SVGRProps$R { | ||
interface SVGRProps$T { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconMoreVertical: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$R) => JSX.Element; | ||
declare const SvgIconMoreVertical: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$T) => JSX.Element; | ||
//# sourceMappingURL=IconMoreVertical.d.ts.map | ||
interface SVGRProps$Q { | ||
interface SVGRProps$S { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconNewWindow: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Q) => JSX.Element; | ||
declare const SvgIconNewWindow: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$S) => JSX.Element; | ||
//# sourceMappingURL=IconNewWindow.d.ts.map | ||
interface SVGRProps$P { | ||
interface SVGRProps$R { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconNft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$P) => JSX.Element; | ||
declare const SvgIconNft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$R) => JSX.Element; | ||
//# sourceMappingURL=IconNft.d.ts.map | ||
interface SVGRProps$O { | ||
interface SVGRProps$Q { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconNotificationOff: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$O) => JSX.Element; | ||
declare const SvgIconNotificationOff: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Q) => JSX.Element; | ||
//# sourceMappingURL=IconNotificationOff.d.ts.map | ||
interface SVGRProps$N { | ||
interface SVGRProps$P { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconNotificationOn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$N) => JSX.Element; | ||
declare const SvgIconNotificationOn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$P) => JSX.Element; | ||
//# sourceMappingURL=IconNotificationOn.d.ts.map | ||
interface SVGRProps$M { | ||
interface SVGRProps$O { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPending: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$M) => JSX.Element; | ||
declare const SvgIconPending: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$O) => JSX.Element; | ||
//# sourceMappingURL=IconPending.d.ts.map | ||
interface SVGRProps$L { | ||
interface SVGRProps$N { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPeople: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$L) => JSX.Element; | ||
declare const SvgIconPeople: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$N) => JSX.Element; | ||
//# sourceMappingURL=IconPeople.d.ts.map | ||
interface SVGRProps$K { | ||
interface SVGRProps$M { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPhone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$K) => JSX.Element; | ||
declare const SvgIconPercent: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$M) => JSX.Element; | ||
//# sourceMappingURL=IconPercent.d.ts.map | ||
interface SVGRProps$L { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPhone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$L) => JSX.Element; | ||
//# sourceMappingURL=IconPhone.d.ts.map | ||
interface SVGRProps$J { | ||
interface SVGRProps$K { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPin: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$J) => JSX.Element; | ||
declare const SvgIconPin: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$K) => JSX.Element; | ||
//# sourceMappingURL=IconPin.d.ts.map | ||
interface SVGRProps$I { | ||
interface SVGRProps$J { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPlaceholder: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$I) => JSX.Element; | ||
declare const SvgIconPlaceholder: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$J) => JSX.Element; | ||
//# sourceMappingURL=IconPlaceholder.d.ts.map | ||
interface SVGRProps$H { | ||
interface SVGRProps$I { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPlayCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$H) => JSX.Element; | ||
declare const SvgIconPlayCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$I) => JSX.Element; | ||
//# sourceMappingURL=IconPlayCircle.d.ts.map | ||
interface SVGRProps$G { | ||
interface SVGRProps$H { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPlusCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$G) => JSX.Element; | ||
declare const SvgIconPlusCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$H) => JSX.Element; | ||
//# sourceMappingURL=IconPlusCircle.d.ts.map | ||
interface SVGRProps$F { | ||
interface SVGRProps$G { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPlus: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$F) => JSX.Element; | ||
declare const SvgIconPlus: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$G) => JSX.Element; | ||
//# sourceMappingURL=IconPlus.d.ts.map | ||
interface SVGRProps$E { | ||
interface SVGRProps$F { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPortfolio: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$E) => JSX.Element; | ||
declare const SvgIconPortfolio: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$F) => JSX.Element; | ||
//# sourceMappingURL=IconPortfolio.d.ts.map | ||
interface SVGRProps$D { | ||
interface SVGRProps$E { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPresent: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$D) => JSX.Element; | ||
declare const SvgIconPresent: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$E) => JSX.Element; | ||
//# sourceMappingURL=IconPresent.d.ts.map | ||
interface SVGRProps$C { | ||
interface SVGRProps$D { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPrint: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$C) => JSX.Element; | ||
declare const SvgIconPrint: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$D) => JSX.Element; | ||
//# sourceMappingURL=IconPrint.d.ts.map | ||
interface SVGRProps$B { | ||
interface SVGRProps$C { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconPrivate: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$B) => JSX.Element; | ||
declare const SvgIconPrivate: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$C) => JSX.Element; | ||
//# sourceMappingURL=IconPrivate.d.ts.map | ||
interface SVGRProps$A { | ||
interface SVGRProps$B { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconQrCode: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$A) => JSX.Element; | ||
declare const SvgIconQrCode: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$B) => JSX.Element; | ||
//# sourceMappingURL=IconQrCode.d.ts.map | ||
interface SVGRProps$z { | ||
interface SVGRProps$A { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconQuestionCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$z) => JSX.Element; | ||
declare const SvgIconQuestionCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$A) => JSX.Element; | ||
//# sourceMappingURL=IconQuestionCircle.d.ts.map | ||
interface SVGRProps$y { | ||
interface SVGRProps$z { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconQuestion: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$y) => JSX.Element; | ||
declare const SvgIconQuestion: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$z) => JSX.Element; | ||
//# sourceMappingURL=IconQuestion.d.ts.map | ||
interface SVGRProps$x { | ||
interface SVGRProps$y { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconReceiveV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$x) => JSX.Element; | ||
declare const SvgIconReceiveV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$y) => JSX.Element; | ||
//# sourceMappingURL=IconReceiveV2.d.ts.map | ||
interface SVGRProps$w { | ||
interface SVGRProps$x { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconReceive: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$w) => JSX.Element; | ||
declare const SvgIconReceive: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$x) => JSX.Element; | ||
//# sourceMappingURL=IconReceive.d.ts.map | ||
interface SVGRProps$v { | ||
interface SVGRProps$w { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconRefresh: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$v) => JSX.Element; | ||
declare const SvgIconRefresh: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$w) => JSX.Element; | ||
//# sourceMappingURL=IconRefresh.d.ts.map | ||
interface SVGRProps$u { | ||
interface SVGRProps$v { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconRepeat: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$u) => JSX.Element; | ||
declare const SvgIconRepeat: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$v) => JSX.Element; | ||
//# sourceMappingURL=IconRepeat.d.ts.map | ||
interface SVGRProps$t { | ||
interface SVGRProps$u { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconRewardsCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$t) => JSX.Element; | ||
declare const SvgIconRewardsCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$u) => JSX.Element; | ||
//# sourceMappingURL=IconRewardsCircle.d.ts.map | ||
interface SVGRProps$s { | ||
interface SVGRProps$t { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconRewards: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$s) => JSX.Element; | ||
declare const SvgIconRewards: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$t) => JSX.Element; | ||
//# sourceMappingURL=IconRewards.d.ts.map | ||
interface SVGRProps$r { | ||
interface SVGRProps$s { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSearch: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$r) => JSX.Element; | ||
declare const SvgIconSearch: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$s) => JSX.Element; | ||
//# sourceMappingURL=IconSearch.d.ts.map | ||
interface SVGRProps$q { | ||
interface SVGRProps$r { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSell: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$q) => JSX.Element; | ||
declare const SvgIconSell: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$r) => JSX.Element; | ||
//# sourceMappingURL=IconSell.d.ts.map | ||
interface SVGRProps$p { | ||
interface SVGRProps$q { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSendV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$p) => JSX.Element; | ||
declare const SvgIconSendV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$q) => JSX.Element; | ||
//# sourceMappingURL=IconSendV2.d.ts.map | ||
interface SVGRProps$o { | ||
interface SVGRProps$p { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSend: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$o) => JSX.Element; | ||
declare const SvgIconSend: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$p) => JSX.Element; | ||
//# sourceMappingURL=IconSend.d.ts.map | ||
interface SVGRProps$n { | ||
interface SVGRProps$o { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSettings: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$n) => JSX.Element; | ||
declare const SvgIconSettings: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$o) => JSX.Element; | ||
//# sourceMappingURL=IconSettings.d.ts.map | ||
interface SVGRProps$m { | ||
interface SVGRProps$n { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconShareAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$m) => JSX.Element; | ||
declare const SvgIconShareAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$n) => JSX.Element; | ||
//# sourceMappingURL=IconShareAndroid.d.ts.map | ||
interface SVGRProps$l { | ||
interface SVGRProps$m { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconShareIos: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$l) => JSX.Element; | ||
declare const SvgIconShareIos: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$m) => JSX.Element; | ||
//# sourceMappingURL=IconShareIos.d.ts.map | ||
interface SVGRProps$k { | ||
interface SVGRProps$l { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconShield: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$k) => JSX.Element; | ||
declare const SvgIconShield: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$l) => JSX.Element; | ||
//# sourceMappingURL=IconShield.d.ts.map | ||
interface SVGRProps$j { | ||
interface SVGRProps$k { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSignout: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$j) => JSX.Element; | ||
declare const SvgIconSignout: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$k) => JSX.Element; | ||
//# sourceMappingURL=IconSignout.d.ts.map | ||
interface SVGRProps$i { | ||
interface SVGRProps$j { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSubdirectory: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$i) => JSX.Element; | ||
declare const SvgIconSubdirectory: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$j) => JSX.Element; | ||
//# sourceMappingURL=IconSubdirectory.d.ts.map | ||
interface SVGRProps$h { | ||
interface SVGRProps$i { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSupport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$h) => JSX.Element; | ||
declare const SvgIconSupport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$i) => JSX.Element; | ||
//# sourceMappingURL=IconSupport.d.ts.map | ||
interface SVGRProps$g { | ||
interface SVGRProps$h { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSwap: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$g) => JSX.Element; | ||
declare const SvgIconSwap: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$h) => JSX.Element; | ||
//# sourceMappingURL=IconSwap.d.ts.map | ||
interface SVGRProps$f { | ||
interface SVGRProps$g { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconSync: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$f) => JSX.Element; | ||
declare const SvgIconSync: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$g) => JSX.Element; | ||
//# sourceMappingURL=IconSync.d.ts.map | ||
interface SVGRProps$e { | ||
interface SVGRProps$f { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconTag: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$e) => JSX.Element; | ||
declare const SvgIconTag: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$f) => JSX.Element; | ||
//# sourceMappingURL=IconTag.d.ts.map | ||
interface SVGRProps$d { | ||
interface SVGRProps$e { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconTimeout: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$d) => JSX.Element; | ||
declare const SvgIconTimeout: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$e) => JSX.Element; | ||
//# sourceMappingURL=IconTimeout.d.ts.map | ||
interface SVGRProps$c { | ||
interface SVGRProps$d { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconTor: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$c) => JSX.Element; | ||
declare const SvgIconTor: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$d) => JSX.Element; | ||
//# sourceMappingURL=IconTor.d.ts.map | ||
interface SVGRProps$b { | ||
interface SVGRProps$c { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconTrade: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$b) => JSX.Element; | ||
declare const SvgIconTrade: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$c) => JSX.Element; | ||
//# sourceMappingURL=IconTrade.d.ts.map | ||
interface SVGRProps$a { | ||
interface SVGRProps$b { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconTriangleDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$a) => JSX.Element; | ||
declare const SvgIconTriangleDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$b) => JSX.Element; | ||
//# sourceMappingURL=IconTriangleDown.d.ts.map | ||
interface SVGRProps$9 { | ||
interface SVGRProps$a { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconTriangleUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$9) => JSX.Element; | ||
declare const SvgIconTriangleUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$a) => JSX.Element; | ||
//# sourceMappingURL=IconTriangleUp.d.ts.map | ||
interface SVGRProps$8 { | ||
interface SVGRProps$9 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconUnfoldLess: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$8) => JSX.Element; | ||
declare const SvgIconUnfoldLess: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$9) => JSX.Element; | ||
//# sourceMappingURL=IconUnfoldLess.d.ts.map | ||
interface SVGRProps$7 { | ||
interface SVGRProps$8 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconUnfoldMore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$7) => JSX.Element; | ||
declare const SvgIconUnfoldMore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$8) => JSX.Element; | ||
//# sourceMappingURL=IconUnfoldMore.d.ts.map | ||
interface SVGRProps$6 { | ||
interface SVGRProps$7 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconUserAdd: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$6) => JSX.Element; | ||
declare const SvgIconUserAdd: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$7) => JSX.Element; | ||
//# sourceMappingURL=IconUserAdd.d.ts.map | ||
interface SVGRProps$5 { | ||
interface SVGRProps$6 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconUser: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$5) => JSX.Element; | ||
declare const SvgIconUser: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$6) => JSX.Element; | ||
//# sourceMappingURL=IconUser.d.ts.map | ||
interface SVGRProps$4 { | ||
interface SVGRProps$5 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconVerified: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$4) => JSX.Element; | ||
declare const SvgIconVerified: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$5) => JSX.Element; | ||
//# sourceMappingURL=IconVerified.d.ts.map | ||
interface SVGRProps$3 { | ||
interface SVGRProps$4 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconVisibilityOff: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$3) => JSX.Element; | ||
declare const SvgIconVisibilityOff: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$4) => JSX.Element; | ||
//# sourceMappingURL=IconVisibilityOff.d.ts.map | ||
interface SVGRProps$2 { | ||
interface SVGRProps$3 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconVisibilityOn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2) => JSX.Element; | ||
declare const SvgIconVisibilityOn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$3) => JSX.Element; | ||
//# sourceMappingURL=IconVisibilityOn.d.ts.map | ||
interface SVGRProps$1 { | ||
interface SVGRProps$2 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconWallet: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1) => JSX.Element; | ||
declare const SvgIconWallet: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2) => JSX.Element; | ||
//# sourceMappingURL=IconWallet.d.ts.map | ||
interface SVGRProps$1 { | ||
title?: string; | ||
titleId?: string; | ||
} | ||
declare const SvgIconWarningTriangle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1) => JSX.Element; | ||
//# sourceMappingURL=IconWarningTriangle.d.ts.map | ||
interface SVGRProps { | ||
@@ -1018,2 +1053,2 @@ title?: string; | ||
export { SvgIconActivity as IconActivity, SvgIconAirdrop as IconAirdrop, SvgIconAlert as IconAlert, SvgIconAndroid as IconAndroid, SvgIconApple as IconApple, SvgIconArrowDown as IconArrowDown, SvgIconArrowLeft as IconArrowLeft, SvgIconArrowRight as IconArrowRight, SvgIconArrowUp as IconArrowUp, SvgIconBackspaceAndroid as IconBackspaceAndroid, SvgIconBackup as IconBackup, SvgIconBank as IconBank, SvgIconBlockchain as IconBlockchain, SvgIconBlockchainCircle as IconBlockchainCircle, SvgIconCalendar as IconCalendar, SvgIconCall as IconCall, SvgIconCamera as IconCamera, SvgIconCart as IconCart, SvgIconChartBar as IconChartBar, SvgIconChartBubble as IconChartBubble, SvgIconChartPie as IconChartPie, SvgIconChat as IconChat, SvgIconCheck as IconCheck, SvgIconCheckCircle as IconCheckCircle, SvgIconChevronDown as IconChevronDown, SvgIconChevronDownV2 as IconChevronDownV2, SvgIconChevronLeft as IconChevronLeft, SvgIconChevronLeftV2 as IconChevronLeftV2, SvgIconChevronRight as IconChevronRight, SvgIconChevronRightV2 as IconChevronRightV2, SvgIconChevronUp as IconChevronUp, SvgIconChevronUpV2 as IconChevronUpV2, SvgIconClipboard as IconClipboard, SvgIconClose as IconClose, SvgIconCloseCircle as IconCloseCircle, SvgIconCloseCircleV2 as IconCloseCircleV2, SvgIconCloseV2 as IconCloseV2, SvgIconCloud as IconCloud, SvgIconCloudDone as IconCloudDone, SvgIconCloudDownload as IconCloudDownload, SvgIconCloudUpload as IconCloudUpload, SvgIconColorPicker as IconColorPicker, SvgIconComponents as IconComponents, SvgIconComputer as IconComputer, SvgIconCopy as IconCopy, SvgIconCreditCard as IconCreditCard, SvgIconDelete as IconDelete, SvgIconDeposit as IconDeposit, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEducation as IconEducation, SvgIconEmail as IconEmail, SvgIconError as IconError, SvgIconExchange as IconExchange, SvgIconExpandLess as IconExpandLess, SvgIconExpandMore as IconExpandMore, SvgIconExplore as IconExplore, SvgIconFaceId as IconFaceId, SvgIconFavoriteFilled as IconFavoriteFilled, SvgIconFilter as IconFilter, SvgIconFingerprint as IconFingerprint, SvgIconFlag as IconFlag, SvgIconFlashOff as IconFlashOff, SvgIconFlashOn as IconFlashOn, SvgIconFullscreen as IconFullscreen, SvgIconFullscreenExit as IconFullscreenExit, SvgIconGlobe as IconGlobe, SvgIconGoogleTranslate as IconGoogleTranslate, SvgIconHardware as IconHardware, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIdentification as IconIdentification, SvgIconImage as IconImage, SvgIconInformation as IconInformation, SvgIconKey as IconKey, SvgIconKeyboard as IconKeyboard, SvgIconLaptop as IconLaptop, SvgIconLegal as IconLegal, SvgIconLineChartUp as IconLineChartUp, SvgIconLink as IconLink, SvgIconListBullets as IconListBullets, SvgIconLockClosed as IconLockClosed, SvgIconLockOpen as IconLockOpen, SvgIconLogout as IconLogout, SvgIconMarketUp as IconMarketUp, SvgIconMenu as IconMenu, SvgIconMicrophone as IconMicrophone, SvgIconMinus as IconMinus, SvgIconMinusCircle as IconMinusCircle, SvgIconMoneyUsd as IconMoneyUsd, SvgIconMoreHorizontal as IconMoreHorizontal, SvgIconMoreVertical as IconMoreVertical, SvgIconNewWindow as IconNewWindow, SvgIconNft as IconNft, SvgIconNotificationOff as IconNotificationOff, SvgIconNotificationOn as IconNotificationOn, SvgIconPending as IconPending, SvgIconPeople as IconPeople, SvgIconPhone as IconPhone, SvgIconPin as IconPin, SvgIconPlaceholder as IconPlaceholder, SvgIconPlayCircle as IconPlayCircle, SvgIconPlus as IconPlus, SvgIconPlusCircle as IconPlusCircle, SvgIconPortfolio as IconPortfolio, SvgIconPresent as IconPresent, SvgIconPrint as IconPrint, SvgIconPrivate as IconPrivate, SvgIconQrCode as IconQrCode, SvgIconQuestion as IconQuestion, SvgIconQuestionCircle as IconQuestionCircle, SvgIconReceive as IconReceive, SvgIconReceiveV2 as IconReceiveV2, SvgIconRefresh as IconRefresh, SvgIconRepeat as IconRepeat, SvgIconRewards as IconRewards, SvgIconRewardsCircle as IconRewardsCircle, SvgIconSearch as IconSearch, SvgIconSell as IconSell, SvgIconSend as IconSend, SvgIconSendV2 as IconSendV2, SvgIconSettings as IconSettings, SvgIconShareAndroid as IconShareAndroid, SvgIconShareIos as IconShareIos, SvgIconShield as IconShield, SvgIconSignout as IconSignout, SvgIconSubdirectory as IconSubdirectory, SvgIconSupport as IconSupport, SvgIconSwap as IconSwap, SvgIconSync as IconSync, SvgIconTag as IconTag, SvgIconTimeout as IconTimeout, SvgIconTor as IconTor, SvgIconTrade as IconTrade, SvgIconTriangleDown as IconTriangleDown, SvgIconTriangleUp as IconTriangleUp, SvgIconUnfoldLess as IconUnfoldLess, SvgIconUnfoldMore as IconUnfoldMore, SvgIconUser as IconUser, SvgIconUserAdd as IconUserAdd, SvgIconVerified as IconVerified, SvgIconVisibilityOff as IconVisibilityOff, SvgIconVisibilityOn as IconVisibilityOn, SvgIconWallet as IconWallet, SvgIconWithdraw as IconWithdraw }; | ||
export { SvgIconActivity as IconActivity, SvgIconAirdrop as IconAirdrop, SvgIconAlert as IconAlert, SvgIconAndroid as IconAndroid, SvgIconApple as IconApple, SvgIconArrowDown as IconArrowDown, SvgIconArrowDownLeft as IconArrowDownLeft, SvgIconArrowLeft as IconArrowLeft, SvgIconArrowRight as IconArrowRight, SvgIconArrowUp as IconArrowUp, SvgIconArrowUpRight as IconArrowUpRight, SvgIconBackspaceAndroid as IconBackspaceAndroid, SvgIconBackup as IconBackup, SvgIconBank as IconBank, SvgIconBlockchain as IconBlockchain, SvgIconBlockchainCircle as IconBlockchainCircle, SvgIconCalendar as IconCalendar, SvgIconCall as IconCall, SvgIconCamera as IconCamera, SvgIconCart as IconCart, SvgIconChartBar as IconChartBar, SvgIconChartBubble as IconChartBubble, SvgIconChartPie as IconChartPie, SvgIconChat as IconChat, SvgIconCheck as IconCheck, SvgIconCheckCircle as IconCheckCircle, SvgIconChevronDown as IconChevronDown, SvgIconChevronDownV2 as IconChevronDownV2, SvgIconChevronLeft as IconChevronLeft, SvgIconChevronLeftV2 as IconChevronLeftV2, SvgIconChevronRight as IconChevronRight, SvgIconChevronRightV2 as IconChevronRightV2, SvgIconChevronUp as IconChevronUp, SvgIconChevronUpV2 as IconChevronUpV2, SvgIconClipboard as IconClipboard, SvgIconClose as IconClose, SvgIconCloseCircle as IconCloseCircle, SvgIconCloseCircleV2 as IconCloseCircleV2, SvgIconCloseV2 as IconCloseV2, SvgIconCloud as IconCloud, SvgIconCloudDone as IconCloudDone, SvgIconCloudDownload as IconCloudDownload, SvgIconCloudUpload as IconCloudUpload, SvgIconColorPicker as IconColorPicker, SvgIconComponents as IconComponents, SvgIconComputer as IconComputer, SvgIconCopy as IconCopy, SvgIconCreditCard as IconCreditCard, SvgIconDelete as IconDelete, SvgIconDeposit as IconDeposit, SvgIconDownload as IconDownload, SvgIconEdit as IconEdit, SvgIconEducation as IconEducation, SvgIconEmail as IconEmail, SvgIconError as IconError, SvgIconExchange as IconExchange, SvgIconExpandLess as IconExpandLess, SvgIconExpandMore as IconExpandMore, SvgIconExplore as IconExplore, SvgIconFaceId as IconFaceId, SvgIconFavoriteFilled as IconFavoriteFilled, SvgIconFilter as IconFilter, SvgIconFingerprint as IconFingerprint, SvgIconFlag as IconFlag, SvgIconFlashOff as IconFlashOff, SvgIconFlashOn as IconFlashOn, SvgIconFullscreen as IconFullscreen, SvgIconFullscreenExit as IconFullscreenExit, SvgIconGlobe as IconGlobe, SvgIconGoogleTranslate as IconGoogleTranslate, SvgIconHardware as IconHardware, SvgIconHistory as IconHistory, SvgIconHome as IconHome, SvgIconIdentification as IconIdentification, SvgIconImage as IconImage, SvgIconInformation as IconInformation, SvgIconKey as IconKey, SvgIconKeyboard as IconKeyboard, SvgIconLaptop as IconLaptop, SvgIconLegal as IconLegal, SvgIconLineChartUp as IconLineChartUp, SvgIconLink as IconLink, SvgIconListBullets as IconListBullets, SvgIconLoading as IconLoading, SvgIconLockClosed as IconLockClosed, SvgIconLockOpen as IconLockOpen, SvgIconLogout as IconLogout, SvgIconMarketUp as IconMarketUp, SvgIconMenu as IconMenu, SvgIconMicrophone as IconMicrophone, SvgIconMinus as IconMinus, SvgIconMinusCircle as IconMinusCircle, SvgIconMoneyUsd as IconMoneyUsd, SvgIconMoreHorizontal as IconMoreHorizontal, SvgIconMoreVertical as IconMoreVertical, SvgIconNewWindow as IconNewWindow, SvgIconNft as IconNft, SvgIconNotificationOff as IconNotificationOff, SvgIconNotificationOn as IconNotificationOn, SvgIconPending as IconPending, SvgIconPeople as IconPeople, SvgIconPercent as IconPercent, SvgIconPhone as IconPhone, SvgIconPin as IconPin, SvgIconPlaceholder as IconPlaceholder, SvgIconPlayCircle as IconPlayCircle, SvgIconPlus as IconPlus, SvgIconPlusCircle as IconPlusCircle, SvgIconPortfolio as IconPortfolio, SvgIconPresent as IconPresent, SvgIconPrint as IconPrint, SvgIconPrivate as IconPrivate, SvgIconQrCode as IconQrCode, SvgIconQuestion as IconQuestion, SvgIconQuestionCircle as IconQuestionCircle, SvgIconReceive as IconReceive, SvgIconReceiveV2 as IconReceiveV2, SvgIconRefresh as IconRefresh, SvgIconRepeat as IconRepeat, SvgIconRewards as IconRewards, SvgIconRewardsCircle as IconRewardsCircle, SvgIconSearch as IconSearch, SvgIconSell as IconSell, SvgIconSend as IconSend, SvgIconSendV2 as IconSendV2, SvgIconSettings as IconSettings, SvgIconShareAndroid as IconShareAndroid, SvgIconShareIos as IconShareIos, SvgIconShield as IconShield, SvgIconSignout as IconSignout, SvgIconSubdirectory as IconSubdirectory, SvgIconSupport as IconSupport, SvgIconSwap as IconSwap, SvgIconSync as IconSync, SvgIconTag as IconTag, SvgIconTimeout as IconTimeout, SvgIconTor as IconTor, SvgIconTrade as IconTrade, SvgIconTriangleDown as IconTriangleDown, SvgIconTriangleUp as IconTriangleUp, SvgIconUnfoldLess as IconUnfoldLess, SvgIconUnfoldMore as IconUnfoldMore, SvgIconUser as IconUser, SvgIconUserAdd as IconUserAdd, SvgIconVerified as IconVerified, SvgIconVisibilityOff as IconVisibilityOff, SvgIconVisibilityOn as IconVisibilityOn, SvgIconWallet as IconWallet, SvgIconWarningTriangle as IconWarningTriangle, SvgIconWithdraw as IconWithdraw }; |
{ | ||
"name": "@blockchain-com/icons", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"packageManager": "yarn@3.1.1", | ||
@@ -39,2 +39,2 @@ "main": "dist/cjs/index.js", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1014916
611
5732
1