@talismn/icons 0.0.0-pr1166-20231201070109 → 0.0.0-pr1166-20231206005727
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/CHANGELOG.md +1 -1
- package/dist/declarations/src/index.d.ts +2 -0
- package/dist/talismn-icons.cjs.dev.js +256 -70
- package/dist/talismn-icons.cjs.prod.js +256 -70
- package/dist/talismn-icons.esm.js +255 -71
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -5,6 +5,7 @@ export { ReactComponent as CommentIcon } from "./icons/comment.svg";
|
|
5
5
|
export { ReactComponent as CursorClickIcon } from "./icons/cursor-click.svg";
|
6
6
|
export { ReactComponent as CustomTokenGenericIcon } from "./icons/custom-token-generic.svg";
|
7
7
|
export { ReactComponent as DcentIcon } from "./icons/dcent.svg";
|
8
|
+
export { ReactComponent as DepositIcon } from "./icons/deposit.svg";
|
8
9
|
export { ReactComponent as DownloadAlertIcon } from "./icons/download-alert.svg";
|
9
10
|
export { ReactComponent as DragIcon } from "./icons/drag.svg";
|
10
11
|
export { ReactComponent as ExtensionButtonIcon } from "./icons/extension-button.svg";
|
@@ -26,6 +27,7 @@ export { ReactComponent as StarsIcon } from "./icons/stars.svg";
|
|
26
27
|
export { ReactComponent as SwapIcon } from "./icons/swap.svg";
|
27
28
|
export { ReactComponent as TableIcon } from "./icons/table.svg";
|
28
29
|
export { ReactComponent as TalismanHandIcon } from "./icons/talisman-hand.svg";
|
30
|
+
export { ReactComponent as TryItIcon } from "./icons/try-it.svg";
|
29
31
|
export { ReactComponent as UsbIcon } from "./icons/usb.svg";
|
30
32
|
export { ReactComponent as UserRightIcon } from "./icons/user-right.svg";
|
31
33
|
export { ReactComponent as VoteIcon } from "./icons/vote.svg";
|