@talismn/icons 0.0.0-pr1598-20241022072126 → 0.0.0-pr1598-20241202060020
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 +2 -0
- package/dist/talismn-icons.cjs.dev.js +458 -422
- package/dist/talismn-icons.cjs.prod.js +458 -422
- package/dist/talismn-icons.esm.js +167 -131
- package/package.json +9 -9
@@ -27,6 +27,8 @@ export { ReactComponent as PinIcon } from "./icons/pin.svg";
|
|
27
27
|
export { ReactComponent as PolkadotVaultIcon } from "./icons/polkadot-vault.svg";
|
28
28
|
export { ReactComponent as PopupIcon } from "./icons/popup.svg";
|
29
29
|
export { ReactComponent as QrIcon } from "./icons/qr.svg";
|
30
|
+
export { ReactComponent as QuestStarIcon } from "./icons/quest-star.svg";
|
31
|
+
export { ReactComponent as QuestStarCircleIcon } from "./icons/quest-star-circle.svg";
|
30
32
|
export { ReactComponent as RocketIcon } from "./icons/rocket.svg";
|
31
33
|
export { ReactComponent as SecretIcon } from "./icons/secret.svg";
|
32
34
|
export { ReactComponent as ShieldNotOkIcon } from "./icons/shield-nok.svg";
|