@iconify-vue/devicon-plain 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 +10 -0
- package/css/r/rw4syfer.css +4 -0
- package/iconify.json +2 -2
- package/package.json +5 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/r/rw4syfer.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":128,"height":128};
|
|
8
|
+
const content = `<path class="rw4syfer" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="devicon-plain:sfml" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rw4syfer {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M43.008 12.948c21.298-15.329 26.455-11.025 41.594 0l24.956 18.173c21.127 15.566 18.636 21.81 12.853 39.65l-9.533 29.404c-8.241 24.949-14.936 24.504-33.65 24.504H48.38c-26.22-.145-27.867-6.665-33.65-24.504L5.198 70.771c-7.963-25.04-2.286-28.624 12.854-39.65zM81.16 41.402l19.301 14.28c-.87 2.977-13.867 42.62-14.015 42.947c-.38.01-1.408.1-4.683.1H45.942c-3.04.09-4.526-.162-4.55-.166c-1.048-2.939-13.785-42.702-13.847-43.014c.248-.199 16.305-11.98 19.233-14.113l-4.348-16.73l-20.605 14.986c-3.439 2.504-7.153 4.575-9.298 9.789c-2.12 5.15-.912 10.19 1.037 15.69L24.569 99.1c1.313 4.052 6.421 11.9 6.421 11.9c4.227 3.606 9.376 3.978 15.187 3.822h35.59c4.25 0 8.486.508 13.279-2.447c4.726-2.913 6.716-7.693 8.362-13.276l10.971-33.928c1.313-4.052 3.129-7.928 1.806-13.41c-1.304-5.406-5.244-8.773-10.034-12.07L85.513 24.673h-.003zM63.17 12.845l.002-.001c-4.611.283-8.516 2.767-12.544 5.867c-.038.029-.065.07-.1.1l11.037 42.596h4.817l11.071-42.595l-.1-.1c-3.44-2.505-6.565-5.4-12.175-5.834a14 14 0 0 0-2.008-.033");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "devicon-plain",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Devicon Plain",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 726,
|
|
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": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1763621198
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/devicon-plain",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/devicon-plain/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -2430,6 +2430,10 @@
|
|
|
2430
2430
|
"types": "./types/dd0bq22g.d.ts",
|
|
2431
2431
|
"default": "./components/s/sequelize-wordmark.vue"
|
|
2432
2432
|
},
|
|
2433
|
+
"./sfml": {
|
|
2434
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2435
|
+
"default": "./components/s/sfml.vue"
|
|
2436
|
+
},
|
|
2433
2437
|
"./shotgrid": {
|
|
2434
2438
|
"types": "./types/dd0bq22g.d.ts",
|
|
2435
2439
|
"default": "./components/s/shotgrid.vue"
|