@iconify-vue/roentgen 1.0.13 → 1.0.14
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/components/s/spray-can-spraying.vue +10 -0
- package/components/s/spray-can.vue +10 -0
- package/css/e/e56w4s-k.css +4 -0
- package/css/k/kqd95lbv.css +4 -0
- package/iconify.json +2 -2
- package/package.json +9 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/k/kqd95lbv.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="kqd95lbv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:spray-can-spraying" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/e/e56w4s-k.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":16,"height":16};
|
|
8
|
+
const content = `<path class="e56w4s-k"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="roentgen:spray-can" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.e56w4s-k {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.5 1a.5.5 0 0 0-.5.5V3h-.5a.5.5 0 0 0-.484.379L5.859 4h4.282l-.157-.621A.5.5 0 0 0 9.5 3H9V1.5a.5.5 0 0 0-.5-.5zM5 5a.5.5 0 0 0 0 1v8a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1V6a.5.5 0 0 0 0-1zm1.5 2.5A.5.5 0 0 1 7 8v4.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5V8a.5.5 0 0 1 .5-.5");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kqd95lbv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.527 1a.5.5 0 0 0-.203.031l-4 1.5a.5.5 0 0 0 0 .938l4 1.5A.5.5 0 0 0 13 4.5v-3a.5.5 0 0 0-.473-.5M5.5 2a.5.5 0 0 0-.5.5V4h-.5a.5.5 0 0 0-.484.379L3.859 5h4.282l-.157-.621A.5.5 0 0 0 7.5 4H7V2.5a.5.5 0 0 0-.5-.5zM3 6a.5.5 0 0 0 0 1v7a.5.5 0 0 0 0 1h6a.5.5 0 0 0 0-1V7a.5.5 0 0 0 0-1zm1.5 2a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-1 0v-4a.5.5 0 0 1 .5-.5");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "roentgen",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Röntgen",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 550,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Sergey Vartanov",
|
|
8
8
|
"url": "https://github.com/enzet/Roentgen"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1775538124
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/roentgen",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.14",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/roentgen/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC-BY-4.0",
|
|
@@ -1686,6 +1686,14 @@
|
|
|
1686
1686
|
"types": "./types/dd0bq22g.d.ts",
|
|
1687
1687
|
"default": "./components/s/sos-phone.vue"
|
|
1688
1688
|
},
|
|
1689
|
+
"./spray-can": {
|
|
1690
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1691
|
+
"default": "./components/s/spray-can.vue"
|
|
1692
|
+
},
|
|
1693
|
+
"./spray-can-spraying": {
|
|
1694
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1695
|
+
"default": "./components/s/spray-can-spraying.vue"
|
|
1696
|
+
},
|
|
1689
1697
|
"./spring": {
|
|
1690
1698
|
"types": "./types/dd0bq22g.d.ts",
|
|
1691
1699
|
"default": "./components/s/spring.vue"
|