@mozaic-ds/icons-vue 2.0.0 → 2.1.0
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/README.md +1 -1
- package/dist/index.d.ts +28566 -0
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ After the installation, you can start importing the icon component needed:
|
|
|
64
64
|
</template>
|
|
65
65
|
|
|
66
66
|
<script setup>
|
|
67
|
-
import
|
|
67
|
+
import A11y20 from '@mozaic-ds/icons-vue/src/components/A11y20/A11y20.vue';
|
|
68
68
|
</script>
|
|
69
69
|
```
|
|
70
70
|
|