@iconify-vue/devicon 1.0.5 → 1.0.6
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/sfml.vue +13 -0
- package/css/f/f7n0uxd.css +4 -0
- package/css/f/fm3a0cb.css +4 -0
- package/css/q/qtsdtymm.css +4 -0
- package/css/t/t9h70ixo.css +4 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/q/qtsdtymm.css';
|
|
4
|
+
import '../../css/f/fm3a0cb.css';
|
|
5
|
+
import '../../css/t/t9h70ixo.css';
|
|
6
|
+
import '../../css/f/f7n0uxd.css';
|
|
7
|
+
|
|
8
|
+
const props = defineProps(["width","height"]);
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":128,"height":128};
|
|
11
|
+
const content = `<path class="qtsdtymm" /><path class="fm3a0cb" /><path class="t9h70ixo" /><path class="f7n0uxd" />`;
|
|
12
|
+
</script>
|
|
13
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="devicon:sfml" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.qtsdtymm {
|
|
2
|
+
fill: #8CC445;
|
|
3
|
+
d: path("M109.558 31.121L84.601 12.948c-15.139-11.025-20.295-15.33-41.593 0L18.05 31.121C2.912 42.147-2.764 45.731 5.2 70.771l9.532 29.404c5.783 17.839 7.43 24.359 33.65 24.504h30.847c18.714 0 25.409.445 33.65-24.504l9.533-29.405c5.783-17.84 8.274-24.083-12.853-39.649");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.t9h70ixo {
|
|
2
|
+
fill: #fff;
|
|
3
|
+
d: path("m81.162 41.401l4.348-16.729h.003l20.638 15.02c4.79 3.296 8.73 6.663 10.034 12.069c1.323 5.482-.493 9.358-1.806 13.41l-10.971 33.928c-1.646 5.583-3.636 10.363-8.362 13.276c-4.793 2.955-9.028 2.447-13.279 2.447h-35.59c-5.812.156-10.96-.216-15.187-3.822c0 0-5.108-7.849-6.422-11.902L13.564 65.171c-1.948-5.5-3.156-10.54-1.037-15.69c2.145-5.214 5.86-7.285 9.299-9.79L42.43 24.707l4.348 16.73A7061 7061 0 0 0 27.545 55.55c.062.312 12.799 40.075 13.847 43.013c0 0 1.486.258 4.55.168h35.822c3.275 0 4.302-.091 4.683-.1c.138-.298 13.144-39.97 14.015-42.947z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "devicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Devicon",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 995,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "konpa",
|
|
8
8
|
"url": "https://github.com/devicons/devicon/tree/master"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Programming",
|
|
26
26
|
"palette": true
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1763621205
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/devicon",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/devicon/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -3138,6 +3138,10 @@
|
|
|
3138
3138
|
"types": "./types/dd0bq22g.d.ts",
|
|
3139
3139
|
"default": "./components/s/sequelize-wordmark.vue"
|
|
3140
3140
|
},
|
|
3141
|
+
"./sfml": {
|
|
3142
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
3143
|
+
"default": "./components/s/sfml.vue"
|
|
3144
|
+
},
|
|
3141
3145
|
"./shopware": {
|
|
3142
3146
|
"types": "./types/dd0bq22g.d.ts",
|
|
3143
3147
|
"default": "./components/s/shopware.vue"
|