Socket
Socket
Sign inDemoInstall

@blockchain-com/icons

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blockchain-com/icons - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/cjs/types/IconMinus.d.ts

1

dist/cjs/types/index.d.ts

@@ -89,2 +89,3 @@ export { default as IconActivity } from "./IconActivity";

export { default as IconMinusCircle } from "./IconMinusCircle";
export { default as IconMinus } from "./IconMinus";
export { default as IconMoneyUsd } from "./IconMoneyUsd";

@@ -91,0 +92,0 @@ export { default as IconMoreHorizontal } from "./IconMoreHorizontal";

@@ -89,2 +89,3 @@ export { default as IconActivity } from "./IconActivity";

export { default as IconMinusCircle } from "./IconMinusCircle";
export { default as IconMinus } from "./IconMinus";
export { default as IconMoneyUsd } from "./IconMoneyUsd";

@@ -91,0 +92,0 @@ export { default as IconMoreHorizontal } from "./IconMoreHorizontal";

361

dist/index.d.ts
import { SVGProps } from 'react';
interface SVGRProps$2f {
interface SVGRProps$2g {
title?: string;
titleId?: string;
}
declare const SvgIconActivity: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2f) => JSX.Element;
declare const SvgIconActivity: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2g) => JSX.Element;
//# sourceMappingURL=IconActivity.d.ts.map
interface SVGRProps$2e {
interface SVGRProps$2f {
title?: string;
titleId?: string;
}
declare const SvgIconAirdrop: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2e) => JSX.Element;
declare const SvgIconAirdrop: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2f) => JSX.Element;
//# sourceMappingURL=IconAirdrop.d.ts.map
interface SVGRProps$2d {
interface SVGRProps$2e {
title?: string;
titleId?: string;
}
declare const SvgIconAlert: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2d) => JSX.Element;
declare const SvgIconAlert: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2e) => JSX.Element;
//# sourceMappingURL=IconAlert.d.ts.map
interface SVGRProps$2c {
interface SVGRProps$2d {
title?: string;
titleId?: string;
}
declare const SvgIconAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2c) => JSX.Element;
declare const SvgIconAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2d) => JSX.Element;
//# sourceMappingURL=IconAndroid.d.ts.map
interface SVGRProps$2b {
interface SVGRProps$2c {
title?: string;
titleId?: string;
}
declare const SvgIconApple: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2b) => JSX.Element;
declare const SvgIconApple: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2c) => JSX.Element;
//# sourceMappingURL=IconApple.d.ts.map
interface SVGRProps$2a {
interface SVGRProps$2b {
title?: string;
titleId?: string;
}
declare const SvgIconArrowDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2a) => JSX.Element;
declare const SvgIconArrowDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2b) => JSX.Element;
//# sourceMappingURL=IconArrowDown.d.ts.map
interface SVGRProps$29 {
interface SVGRProps$2a {
title?: string;
titleId?: string;
}
declare const SvgIconArrowLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$29) => JSX.Element;
declare const SvgIconArrowLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$2a) => JSX.Element;
//# sourceMappingURL=IconArrowLeft.d.ts.map
interface SVGRProps$28 {
interface SVGRProps$29 {
title?: string;
titleId?: string;
}
declare const SvgIconArrowRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$28) => JSX.Element;
declare const SvgIconArrowRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$29) => JSX.Element;
//# sourceMappingURL=IconArrowRight.d.ts.map
interface SVGRProps$27 {
interface SVGRProps$28 {
title?: string;
titleId?: string;
}
declare const SvgIconArrowUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$27) => JSX.Element;
declare const SvgIconArrowUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$28) => JSX.Element;
//# sourceMappingURL=IconArrowUp.d.ts.map
interface SVGRProps$26 {
interface SVGRProps$27 {
title?: string;
titleId?: string;
}
declare const SvgIconBackspaceAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$26) => JSX.Element;
declare const SvgIconBackspaceAndroid: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$27) => JSX.Element;
//# sourceMappingURL=IconBackspaceAndroid.d.ts.map
interface SVGRProps$25 {
interface SVGRProps$26 {
title?: string;
titleId?: string;
}
declare const SvgIconBackup: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$25) => JSX.Element;
declare const SvgIconBackup: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$26) => JSX.Element;
//# sourceMappingURL=IconBackup.d.ts.map
interface SVGRProps$24 {
interface SVGRProps$25 {
title?: string;
titleId?: string;
}
declare const SvgIconBank: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$24) => JSX.Element;
declare const SvgIconBank: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$25) => JSX.Element;
//# sourceMappingURL=IconBank.d.ts.map
interface SVGRProps$23 {
interface SVGRProps$24 {
title?: string;
titleId?: string;
}
declare const SvgIconBlockchainCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$23) => JSX.Element;
declare const SvgIconBlockchainCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$24) => JSX.Element;
//# sourceMappingURL=IconBlockchainCircle.d.ts.map
interface SVGRProps$22 {
interface SVGRProps$23 {
title?: string;
titleId?: string;
}
declare const SvgIconBlockchain: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$22) => JSX.Element;
declare const SvgIconBlockchain: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$23) => JSX.Element;
//# sourceMappingURL=IconBlockchain.d.ts.map
interface SVGRProps$21 {
interface SVGRProps$22 {
title?: string;
titleId?: string;
}
declare const SvgIconCalendar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$21) => JSX.Element;
declare const SvgIconCalendar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$22) => JSX.Element;
//# sourceMappingURL=IconCalendar.d.ts.map
interface SVGRProps$20 {
interface SVGRProps$21 {
title?: string;
titleId?: string;
}
declare const SvgIconCall: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$20) => JSX.Element;
declare const SvgIconCall: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$21) => JSX.Element;
//# sourceMappingURL=IconCall.d.ts.map
interface SVGRProps$1$ {
interface SVGRProps$20 {
title?: string;
titleId?: string;
}
declare const SvgIconCamera: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1$) => JSX.Element;
declare const SvgIconCamera: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$20) => JSX.Element;
//# sourceMappingURL=IconCamera.d.ts.map
interface SVGRProps$1_ {
interface SVGRProps$1$ {
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$1$) => JSX.Element;
//# sourceMappingURL=IconCart.d.ts.map
interface SVGRProps$1Z {
interface SVGRProps$1_ {
title?: string;
titleId?: string;
}
declare const SvgIconChartBar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Z) => JSX.Element;
declare const SvgIconChartBar: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1_) => JSX.Element;
//# sourceMappingURL=IconChartBar.d.ts.map
interface SVGRProps$1Y {
interface SVGRProps$1Z {
title?: string;
titleId?: string;
}
declare const SvgIconChartBubble: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Y) => JSX.Element;
declare const SvgIconChartBubble: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Z) => JSX.Element;
//# sourceMappingURL=IconChartBubble.d.ts.map
interface SVGRProps$1X {
interface SVGRProps$1Y {
title?: string;
titleId?: string;
}
declare const SvgIconChartPie: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1X) => JSX.Element;
declare const SvgIconChartPie: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Y) => JSX.Element;
//# sourceMappingURL=IconChartPie.d.ts.map
interface SVGRProps$1W {
interface SVGRProps$1X {
title?: string;
titleId?: string;
}
declare const SvgIconChat: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1W) => JSX.Element;
declare const SvgIconChat: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1X) => JSX.Element;
//# sourceMappingURL=IconChat.d.ts.map
interface SVGRProps$1V {
interface SVGRProps$1W {
title?: string;
titleId?: string;
}
declare const SvgIconCheckCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1V) => JSX.Element;
declare const SvgIconCheckCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1W) => JSX.Element;
//# sourceMappingURL=IconCheckCircle.d.ts.map
interface SVGRProps$1U {
interface SVGRProps$1V {
title?: string;
titleId?: string;
}
declare const SvgIconCheck: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1U) => JSX.Element;
declare const SvgIconCheck: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1V) => JSX.Element;
//# sourceMappingURL=IconCheck.d.ts.map
interface SVGRProps$1T {
interface SVGRProps$1U {
title?: string;
titleId?: string;
}
declare const SvgIconChevronDownV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1T) => JSX.Element;
declare const SvgIconChevronDownV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1U) => JSX.Element;
//# sourceMappingURL=IconChevronDownV2.d.ts.map
interface SVGRProps$1S {
interface SVGRProps$1T {
title?: string;
titleId?: string;
}
declare const SvgIconChevronDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1S) => JSX.Element;
declare const SvgIconChevronDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1T) => JSX.Element;
//# sourceMappingURL=IconChevronDown.d.ts.map
interface SVGRProps$1R {
interface SVGRProps$1S {
title?: string;
titleId?: string;
}
declare const SvgIconChevronLeftV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1R) => JSX.Element;
declare const SvgIconChevronLeftV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1S) => JSX.Element;
//# sourceMappingURL=IconChevronLeftV2.d.ts.map
interface SVGRProps$1Q {
interface SVGRProps$1R {
title?: string;
titleId?: string;
}
declare const SvgIconChevronLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Q) => JSX.Element;
declare const SvgIconChevronLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1R) => JSX.Element;
//# sourceMappingURL=IconChevronLeft.d.ts.map
interface SVGRProps$1P {
interface SVGRProps$1Q {
title?: string;
titleId?: string;
}
declare const SvgIconChevronRightV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1P) => JSX.Element;
declare const SvgIconChevronRightV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1Q) => JSX.Element;
//# sourceMappingURL=IconChevronRightV2.d.ts.map
interface SVGRProps$1O {
interface SVGRProps$1P {
title?: string;
titleId?: string;
}
declare const SvgIconChevronRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1O) => JSX.Element;
declare const SvgIconChevronRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1P) => JSX.Element;
//# sourceMappingURL=IconChevronRight.d.ts.map
interface SVGRProps$1N {
interface SVGRProps$1O {
title?: string;
titleId?: string;
}
declare const SvgIconChevronUpV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1N) => JSX.Element;
declare const SvgIconChevronUpV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1O) => JSX.Element;
//# sourceMappingURL=IconChevronUpV2.d.ts.map
interface SVGRProps$1M {
interface SVGRProps$1N {
title?: string;
titleId?: string;
}
declare const SvgIconChevronUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1M) => JSX.Element;
declare const SvgIconChevronUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1N) => JSX.Element;
//# sourceMappingURL=IconChevronUp.d.ts.map
interface SVGRProps$1L {
interface SVGRProps$1M {
title?: string;
titleId?: string;
}
declare const SvgIconClipboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1L) => JSX.Element;
declare const SvgIconClipboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1M) => JSX.Element;
//# sourceMappingURL=IconClipboard.d.ts.map
interface SVGRProps$1K {
interface SVGRProps$1L {
title?: string;
titleId?: string;
}
declare const SvgIconCloseCircleV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1K) => JSX.Element;
declare const SvgIconCloseCircleV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1L) => JSX.Element;
//# sourceMappingURL=IconCloseCircleV2.d.ts.map
interface SVGRProps$1J {
interface SVGRProps$1K {
title?: string;
titleId?: string;
}
declare const SvgIconCloseCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1J) => JSX.Element;
declare const SvgIconCloseCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1K) => JSX.Element;
//# sourceMappingURL=IconCloseCircle.d.ts.map
interface SVGRProps$1I {
interface SVGRProps$1J {
title?: string;
titleId?: string;
}
declare const SvgIconCloseV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1I) => JSX.Element;
declare const SvgIconCloseV2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1J) => JSX.Element;
//# sourceMappingURL=IconCloseV2.d.ts.map
interface SVGRProps$1H {
interface SVGRProps$1I {
title?: string;
titleId?: string;
}
declare const SvgIconClose: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1H) => JSX.Element;
declare const SvgIconClose: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1I) => JSX.Element;
//# sourceMappingURL=IconClose.d.ts.map
interface SVGRProps$1G {
interface SVGRProps$1H {
title?: string;
titleId?: string;
}
declare const SvgIconCloudDone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1G) => JSX.Element;
declare const SvgIconCloudDone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1H) => JSX.Element;
//# sourceMappingURL=IconCloudDone.d.ts.map
interface SVGRProps$1F {
interface SVGRProps$1G {
title?: string;
titleId?: string;
}
declare const SvgIconCloudDownload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1F) => JSX.Element;
declare const SvgIconCloudDownload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1G) => JSX.Element;
//# sourceMappingURL=IconCloudDownload.d.ts.map
interface SVGRProps$1E {
interface SVGRProps$1F {
title?: string;
titleId?: string;
}
declare const SvgIconCloudUpload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1E) => JSX.Element;
declare const SvgIconCloudUpload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1F) => JSX.Element;
//# sourceMappingURL=IconCloudUpload.d.ts.map
interface SVGRProps$1D {
interface SVGRProps$1E {
title?: string;
titleId?: string;
}
declare const SvgIconCloud: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1D) => JSX.Element;
declare const SvgIconCloud: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1E) => JSX.Element;
//# sourceMappingURL=IconCloud.d.ts.map
interface SVGRProps$1C {
interface SVGRProps$1D {
title?: string;
titleId?: string;
}
declare const SvgIconColorPicker: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1C) => JSX.Element;
declare const SvgIconColorPicker: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1D) => JSX.Element;
//# sourceMappingURL=IconColorPicker.d.ts.map
interface SVGRProps$1B {
interface SVGRProps$1C {
title?: string;
titleId?: string;
}
declare const SvgIconComponents: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1B) => JSX.Element;
declare const SvgIconComponents: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1C) => JSX.Element;
//# sourceMappingURL=IconComponents.d.ts.map
interface SVGRProps$1A {
interface SVGRProps$1B {
title?: string;
titleId?: string;
}
declare const SvgIconComputer: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1A) => JSX.Element;
declare const SvgIconComputer: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1B) => JSX.Element;
//# sourceMappingURL=IconComputer.d.ts.map
interface SVGRProps$1z {
interface SVGRProps$1A {
title?: string;
titleId?: string;
}
declare const SvgIconCopy: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1z) => JSX.Element;
declare const SvgIconCopy: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1A) => JSX.Element;
//# sourceMappingURL=IconCopy.d.ts.map
interface SVGRProps$1y {
interface SVGRProps$1z {
title?: string;
titleId?: string;
}
declare const SvgIconCreditCard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1y) => JSX.Element;
declare const SvgIconCreditCard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1z) => JSX.Element;
//# sourceMappingURL=IconCreditCard.d.ts.map
interface SVGRProps$1x {
interface SVGRProps$1y {
title?: string;
titleId?: string;
}
declare const SvgIconDelete: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1x) => JSX.Element;
declare const SvgIconDelete: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1y) => JSX.Element;
//# sourceMappingURL=IconDelete.d.ts.map
interface SVGRProps$1w {
interface SVGRProps$1x {
title?: string;
titleId?: string;
}
declare const SvgIconDeposit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1w) => JSX.Element;
declare const SvgIconDeposit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1x) => JSX.Element;
//# sourceMappingURL=IconDeposit.d.ts.map
interface SVGRProps$1v {
interface SVGRProps$1w {
title?: string;
titleId?: string;
}
declare const SvgIconDownload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1v) => JSX.Element;
declare const SvgIconDownload: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1w) => JSX.Element;
//# sourceMappingURL=IconDownload.d.ts.map
interface SVGRProps$1u {
interface SVGRProps$1v {
title?: string;
titleId?: string;
}
declare const SvgIconEdit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1u) => JSX.Element;
declare const SvgIconEdit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1v) => JSX.Element;
//# sourceMappingURL=IconEdit.d.ts.map
interface SVGRProps$1t {
interface SVGRProps$1u {
title?: string;
titleId?: string;
}
declare const SvgIconEducation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1t) => JSX.Element;
declare const SvgIconEducation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1u) => JSX.Element;
//# sourceMappingURL=IconEducation.d.ts.map
interface SVGRProps$1s {
interface SVGRProps$1t {
title?: string;
titleId?: string;
}
declare const SvgIconEmail: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1s) => JSX.Element;
declare const SvgIconEmail: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1t) => JSX.Element;
//# sourceMappingURL=IconEmail.d.ts.map
interface SVGRProps$1r {
interface SVGRProps$1s {
title?: string;
titleId?: string;
}
declare const SvgIconError: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1r) => JSX.Element;
declare const SvgIconError: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1s) => JSX.Element;
//# sourceMappingURL=IconError.d.ts.map
interface SVGRProps$1q {
interface SVGRProps$1r {
title?: string;
titleId?: string;
}
declare const SvgIconExchange: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1q) => JSX.Element;
declare const SvgIconExchange: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1r) => JSX.Element;
//# sourceMappingURL=IconExchange.d.ts.map
interface SVGRProps$1p {
interface SVGRProps$1q {
title?: string;
titleId?: string;
}
declare const SvgIconExpandLess: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1p) => JSX.Element;
declare const SvgIconExpandLess: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1q) => JSX.Element;
//# sourceMappingURL=IconExpandLess.d.ts.map
interface SVGRProps$1o {
interface SVGRProps$1p {
title?: string;
titleId?: string;
}
declare const SvgIconExpandMore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1o) => JSX.Element;
declare const SvgIconExpandMore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1p) => JSX.Element;
//# sourceMappingURL=IconExpandMore.d.ts.map
interface SVGRProps$1n {
interface SVGRProps$1o {
title?: string;
titleId?: string;
}
declare const SvgIconExplore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1n) => JSX.Element;
declare const SvgIconExplore: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1o) => JSX.Element;
//# sourceMappingURL=IconExplore.d.ts.map
interface SVGRProps$1m {
interface SVGRProps$1n {
title?: string;
titleId?: string;
}
declare const SvgIconFaceId: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1m) => JSX.Element;
declare const SvgIconFaceId: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1n) => JSX.Element;
//# sourceMappingURL=IconFaceId.d.ts.map
interface SVGRProps$1l {
interface SVGRProps$1m {
title?: string;
titleId?: string;
}
declare const SvgIconFavoriteFilled: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1l) => JSX.Element;
declare const SvgIconFavoriteFilled: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1m) => JSX.Element;
//# sourceMappingURL=IconFavoriteFilled.d.ts.map
interface SVGRProps$1k {
interface SVGRProps$1l {
title?: string;
titleId?: string;
}
declare const SvgIconFilter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1k) => JSX.Element;
declare const SvgIconFilter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1l) => JSX.Element;
//# sourceMappingURL=IconFilter.d.ts.map
interface SVGRProps$1j {
interface SVGRProps$1k {
title?: string;
titleId?: string;
}
declare const SvgIconFingerprint: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1j) => JSX.Element;
declare const SvgIconFingerprint: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1k) => JSX.Element;
//# sourceMappingURL=IconFingerprint.d.ts.map
interface SVGRProps$1i {
interface SVGRProps$1j {
title?: string;
titleId?: string;
}
declare const SvgIconFlag: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1i) => JSX.Element;
declare const SvgIconFlag: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1j) => JSX.Element;
//# sourceMappingURL=IconFlag.d.ts.map
interface SVGRProps$1h {
interface SVGRProps$1i {
title?: string;
titleId?: string;
}
declare const SvgIconFlashOff: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1h) => JSX.Element;
declare const SvgIconFlashOff: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1i) => JSX.Element;
//# sourceMappingURL=IconFlashOff.d.ts.map
interface SVGRProps$1g {
interface SVGRProps$1h {
title?: string;
titleId?: string;
}
declare const SvgIconFlashOn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1g) => JSX.Element;
declare const SvgIconFlashOn: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1h) => JSX.Element;
//# sourceMappingURL=IconFlashOn.d.ts.map
interface SVGRProps$1f {
interface SVGRProps$1g {
title?: string;
titleId?: string;
}
declare const SvgIconFullscreenExit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1f) => JSX.Element;
declare const SvgIconFullscreenExit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1g) => JSX.Element;
//# sourceMappingURL=IconFullscreenExit.d.ts.map
interface SVGRProps$1e {
interface SVGRProps$1f {
title?: string;
titleId?: string;
}
declare const SvgIconFullscreen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1e) => JSX.Element;
declare const SvgIconFullscreen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1f) => JSX.Element;
//# sourceMappingURL=IconFullscreen.d.ts.map
interface SVGRProps$1d {
interface SVGRProps$1e {
title?: string;
titleId?: string;
}
declare const SvgIconGlobe: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1d) => JSX.Element;
declare const SvgIconGlobe: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1e) => JSX.Element;
//# sourceMappingURL=IconGlobe.d.ts.map
interface SVGRProps$1c {
interface SVGRProps$1d {
title?: string;
titleId?: string;
}
declare const SvgIconGoogleTranslate: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1c) => JSX.Element;
declare const SvgIconGoogleTranslate: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1d) => JSX.Element;
//# sourceMappingURL=IconGoogleTranslate.d.ts.map
interface SVGRProps$1b {
interface SVGRProps$1c {
title?: string;
titleId?: string;
}
declare const SvgIconHardware: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1b) => JSX.Element;
declare const SvgIconHardware: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1c) => JSX.Element;
//# sourceMappingURL=IconHardware.d.ts.map
interface SVGRProps$1a {
interface SVGRProps$1b {
title?: string;
titleId?: string;
}
declare const SvgIconHistory: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1a) => JSX.Element;
declare const SvgIconHistory: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1b) => JSX.Element;
//# sourceMappingURL=IconHistory.d.ts.map
interface SVGRProps$19 {
interface SVGRProps$1a {
title?: string;
titleId?: string;
}
declare const SvgIconHome: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$19) => JSX.Element;
declare const SvgIconHome: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$1a) => JSX.Element;
//# sourceMappingURL=IconHome.d.ts.map
interface SVGRProps$18 {
interface SVGRProps$19 {
title?: string;
titleId?: string;
}
declare const SvgIconIdentification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$18) => JSX.Element;
declare const SvgIconIdentification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$19) => JSX.Element;
//# sourceMappingURL=IconIdentification.d.ts.map
interface SVGRProps$17 {
interface SVGRProps$18 {
title?: string;
titleId?: string;
}
declare const SvgIconImage: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$17) => JSX.Element;
declare const SvgIconImage: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$18) => JSX.Element;
//# sourceMappingURL=IconImage.d.ts.map
interface SVGRProps$16 {
interface SVGRProps$17 {
title?: string;
titleId?: string;
}
declare const SvgIconInformation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$16) => JSX.Element;
declare const SvgIconInformation: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$17) => JSX.Element;
//# sourceMappingURL=IconInformation.d.ts.map
interface SVGRProps$15 {
interface SVGRProps$16 {
title?: string;
titleId?: string;
}
declare const SvgIconKey: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$15) => JSX.Element;
declare const SvgIconKey: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$16) => JSX.Element;
//# sourceMappingURL=IconKey.d.ts.map
interface SVGRProps$14 {
interface SVGRProps$15 {
title?: string;
titleId?: string;
}
declare const SvgIconKeyboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$14) => JSX.Element;
declare const SvgIconKeyboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$15) => JSX.Element;
//# sourceMappingURL=IconKeyboard.d.ts.map
interface SVGRProps$13 {
interface SVGRProps$14 {
title?: string;
titleId?: string;
}
declare const SvgIconLaptop: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$13) => JSX.Element;
declare const SvgIconLaptop: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$14) => JSX.Element;
//# sourceMappingURL=IconLaptop.d.ts.map
interface SVGRProps$12 {
interface SVGRProps$13 {
title?: string;
titleId?: string;
}
declare const SvgIconLegal: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$12) => JSX.Element;
declare const SvgIconLegal: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$13) => JSX.Element;
//# sourceMappingURL=IconLegal.d.ts.map
interface SVGRProps$11 {
interface SVGRProps$12 {
title?: string;
titleId?: string;
}
declare const SvgIconLineChartUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$11) => JSX.Element;
declare const SvgIconLineChartUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$12) => JSX.Element;
//# sourceMappingURL=IconLineChartUp.d.ts.map
interface SVGRProps$10 {
interface SVGRProps$11 {
title?: string;
titleId?: string;
}
declare const SvgIconLink: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$10) => JSX.Element;
declare const SvgIconLink: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$11) => JSX.Element;
//# sourceMappingURL=IconLink.d.ts.map
interface SVGRProps$$ {
interface SVGRProps$10 {
title?: string;
titleId?: string;
}
declare const SvgIconListBullets: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$$) => JSX.Element;
declare const SvgIconListBullets: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$10) => JSX.Element;
//# sourceMappingURL=IconListBullets.d.ts.map
interface SVGRProps$_ {
interface SVGRProps$$ {
title?: string;
titleId?: string;
}
declare const SvgIconLockClosed: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$_) => JSX.Element;
declare const SvgIconLockClosed: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$$) => JSX.Element;
//# sourceMappingURL=IconLockClosed.d.ts.map
interface SVGRProps$Z {
interface SVGRProps$_ {
title?: string;
titleId?: string;
}
declare const SvgIconLockOpen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Z) => JSX.Element;
declare const SvgIconLockOpen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$_) => JSX.Element;
//# sourceMappingURL=IconLockOpen.d.ts.map
interface SVGRProps$Y {
interface SVGRProps$Z {
title?: string;
titleId?: string;
}
declare const SvgIconLogout: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Y) => JSX.Element;
declare const SvgIconLogout: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Z) => JSX.Element;
//# sourceMappingURL=IconLogout.d.ts.map
interface SVGRProps$X {
interface SVGRProps$Y {
title?: string;
titleId?: string;
}
declare const SvgIconMarketUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$X) => JSX.Element;
declare const SvgIconMarketUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$Y) => JSX.Element;
//# sourceMappingURL=IconMarketUp.d.ts.map
interface SVGRProps$W {
interface SVGRProps$X {
title?: string;
titleId?: string;
}
declare const SvgIconMenu: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$W) => JSX.Element;
declare const SvgIconMenu: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$X) => JSX.Element;
//# sourceMappingURL=IconMenu.d.ts.map
interface SVGRProps$V {
interface SVGRProps$W {
title?: string;
titleId?: string;
}
declare const SvgIconMicrophone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$V) => JSX.Element;
declare const SvgIconMicrophone: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$W) => JSX.Element;
//# sourceMappingURL=IconMicrophone.d.ts.map
interface SVGRProps$U {
interface SVGRProps$V {
title?: string;
titleId?: string;
}
declare const SvgIconMinusCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$U) => JSX.Element;
declare const SvgIconMinusCircle: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$V) => JSX.Element;
//# sourceMappingURL=IconMinusCircle.d.ts.map
interface SVGRProps$U {
title?: string;
titleId?: string;
}
declare const SvgIconMinus: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps$U) => JSX.Element;
//# sourceMappingURL=IconMinus.d.ts.map
interface SVGRProps$T {

@@ -1011,2 +1018,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, 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, 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 };
{
"name": "@blockchain-com/icons",
"version": "0.0.3",
"version": "0.0.4",
"packageManager": "yarn@3.1.1",

@@ -23,18 +23,18 @@ "main": "dist/cjs/index.js",

"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.17.8",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-typescript": "^8.3.1",
"@svgr/cli": "^6.2.1",
"rimraf": "^3.0.2",
"rollup": "^2.70.1",
"rollup-plugin-dts": "^4.2.0",
"rollup-plugin-filesize": "^9.1.2",
"svgo": "^2.8.0",
"tslib": "^2.3.1",
"typescript": "^4.6.3"
"@babel/core": "7.17.8",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/runtime": "7.17.8",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-typescript": "8.3.1",
"@svgr/cli": "6.2.1",
"rimraf": "3.0.2",
"rollup": "2.70.1",
"rollup-plugin-dts": "4.2.0",
"rollup-plugin-filesize": "9.1.2",
"svgo": "2.8.0",
"tslib": "2.3.1",
"typescript": "4.6.3"
}
}

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 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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc