@eturnity/eturnity_reusable_components 1.2.62 → 1.2.63

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eturnity/eturnity_reusable_components",
3
- "version": "1.2.62",
3
+ "version": "1.2.63",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
package/src/App.vue CHANGED
@@ -71,7 +71,7 @@
71
71
 
72
72
  {{ filteredOptionList }}
73
73
 
74
- <iconCollection />
74
+ <iconCollection color="red" />
75
75
  </page-container>
76
76
  </ThemeProvider>
77
77
  </template>
@@ -1,4 +1,17 @@
1
- <svg fill="none" height="14" viewbox="13 13 14 14" width="14" xmlns="http://www.w3.org/2000/svg">
2
- <circle cx="20" cy="20" r="6.125" stroke="#263238" stroke-width="1.75"></circle>
3
- <path d="M20 17V20.5L22 22" stroke="#263238" stroke-linecap="square" stroke-width="1.75"></path>
1
+ <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+ <svg
3
+ fill="none"
4
+ height="14"
5
+ viewbox="13 13 14 14"
6
+ width="14"
7
+ version="1.1"
8
+ id="svg55"
9
+ xmlns="http://www.w3.org/2000/svg"
10
+ xmlns:svg="http://www.w3.org/2000/svg">
11
+ <path
12
+ d="m 20,13 c -3.855624,0 -7,3.144373 -7,7 0,3.855627 3.144376,7 7,7 3.855624,0 7,-3.144373 7,-7 0,-3.855627 -3.144376,-7 -7,-7 z m 0,1.75 c 2.909857,0 5.25,2.340141 5.25,5.25 0,2.909859 -2.340143,5.25 -5.25,5.25 -2.909857,0 -5.25,-2.340141 -5.25,-5.25 0,-2.909859 2.340143,-5.25 5.25,-5.25 z"
13
+ id="path51" />
14
+ <path
15
+ d="M 19.125,16.125 V 17 20.9375 l 2.349609,1.761719 0.701172,0.52539 1.048828,-1.40039 L 22.525391,21.300781 20.875,20.0625 V 17 16.125 Z"
16
+ id="path53" />
4
17
  </svg>