@talismn/icons 0.0.0-pr1632-20241004081617 → 0.0.0-pr1633-20241006213510
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/declarations/src/index.d.ts +3 -1
- package/dist/talismn-icons.cjs.dev.js +205 -155
- package/dist/talismn-icons.cjs.prod.js +205 -155
- package/dist/talismn-icons.esm.js +203 -155
- package/package.json +2 -2
@@ -1,6 +1,7 @@
|
|
1
1
|
export { ReactComponent as BraveIcon } from "./icons/brave.svg";
|
2
2
|
export { ReactComponent as CapsLockIcon } from "./icons/caps-lock.svg";
|
3
3
|
export { ReactComponent as ChainIcon } from "./icons/chain.svg";
|
4
|
+
export { ReactComponent as CloseIcon } from "./icons/close.svg";
|
4
5
|
export { ReactComponent as CoinsIcon } from "./icons/coins.svg";
|
5
6
|
export { ReactComponent as CommentIcon } from "./icons/comment.svg";
|
6
7
|
export { ReactComponent as CursorClickIcon } from "./icons/cursor-click.svg";
|
@@ -9,6 +10,7 @@ export { ReactComponent as DcentIcon } from "./icons/dcent.svg";
|
|
9
10
|
export { ReactComponent as DepositIcon } from "./icons/deposit.svg";
|
10
11
|
export { ReactComponent as DownloadAlertIcon } from "./icons/download-alert.svg";
|
11
12
|
export { ReactComponent as DragIcon } from "./icons/drag.svg";
|
13
|
+
export { ReactComponent as ExpandIcon } from "./icons/expand.svg";
|
12
14
|
export { ReactComponent as ExtensionButtonIcon } from "./icons/extension-button.svg";
|
13
15
|
export { ReactComponent as EyePlusIcon } from "./icons/eye-plus.svg";
|
14
16
|
export { ReactComponent as FileCheckIcon } from "./icons/file-check.svg";
|
@@ -16,6 +18,7 @@ export { ReactComponent as FileSearchIcon } from "./icons/file-search.svg";
|
|
16
18
|
export { ReactComponent as FileXIcon } from "./icons/file-x.svg";
|
17
19
|
export { ReactComponent as HamburgerMenuIcon } from "./icons/hamburger-menu.svg";
|
18
20
|
export { ReactComponent as HistoryIcon } from "./icons/history.svg";
|
21
|
+
export { ReactComponent as PopoutIcon } from "./icons/popout.svg";
|
19
22
|
export { ReactComponent as NetworkUsageDecreasingIcon } from "./icons/network-usage-decreasing.svg";
|
20
23
|
export { ReactComponent as NetworkUsageHighIcon } from "./icons/network-usage-high.svg";
|
21
24
|
export { ReactComponent as NetworkUsageIdleIcon } from "./icons/network-usage-idle.svg";
|
@@ -24,7 +27,6 @@ export { ReactComponent as PinIcon } from "./icons/pin.svg";
|
|
24
27
|
export { ReactComponent as PolkadotVaultIcon } from "./icons/polkadot-vault.svg";
|
25
28
|
export { ReactComponent as PopupIcon } from "./icons/popup.svg";
|
26
29
|
export { ReactComponent as QrIcon } from "./icons/qr.svg";
|
27
|
-
export { ReactComponent as QuestStarIcon } from "./icons/quest-star.svg";
|
28
30
|
export { ReactComponent as RocketIcon } from "./icons/rocket.svg";
|
29
31
|
export { ReactComponent as SecretIcon } from "./icons/secret.svg";
|
30
32
|
export { ReactComponent as ShieldNotOkIcon } from "./icons/shield-nok.svg";
|