@instadapp/avocado-base 0.0.0-dev.25ba262 → 0.0.0-dev.25ca81f
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.
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M11.3112 1.14526L12.8087 5.19216L16.8556 6.68965L12.8087 8.18714L11.3112 12.234L9.8137 8.18714L5.76681 6.68965L9.8137 5.19216L11.3112 1.14526Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
3
|
+
<path d="M4.38071 10.3859L5.68884 12.312L7.61493 13.6201L5.68884 14.9283L4.38071 16.8544L3.07258 14.9283L1.14648 13.6201L3.07258 12.312L4.38071 10.3859Z" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
|
|
4
|
+
</svg>
|
|
@@ -4,6 +4,7 @@ import BridgeSVG from '../assets/images/icons/bridge.svg'
|
|
|
4
4
|
import CrossTransferSVG from '../assets/images/icons/cross-transfer.svg'
|
|
5
5
|
import TransferSVG from '../assets/images/icons/transfer.svg'
|
|
6
6
|
import PlusCircleSVG from '../assets/images/icons/plus-circle.svg'
|
|
7
|
+
import StarsSVG from '../assets/images/icons/stars.svg'
|
|
7
8
|
import Trash2SVG from '../assets/images/icons/trash-2.svg'
|
|
8
9
|
import ChangeThresholdSVG from '../assets/images/icons/change-threshold.svg'
|
|
9
10
|
import DappSVG from '../assets/images/icons/dapp.svg'
|
|
@@ -37,4 +38,5 @@ defineProps<{
|
|
|
37
38
|
<PermitSignSVG v-else-if="action === 'permit2'" />
|
|
38
39
|
<UpgradeSVG v-else-if="action === 'upgrade'" />
|
|
39
40
|
<HammerSVG v-else-if="action === 'tx-builder'" />
|
|
41
|
+
<StarsSVG v-else-if="action === 'mass'" />
|
|
40
42
|
</template>
|