@iconify-vue/devicon-plain 1.0.4 → 1.0.5
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/b/burpsuite-wordmark.vue +10 -0
- package/components/b/burpsuite.vue +10 -0
- package/components/h/helix.vue +10 -0
- package/components/p/positron.vue +10 -0
- package/css/c/c6zjh8ba.css +5 -0
- package/css/f/fduf--z.css +4 -0
- package/css/o/oa0jhhyz.css +4 -0
- package/css/w/wblly4cg.css +4 -0
- package/iconify.json +2 -2
- package/package.json +17 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/wblly4cg.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":128,"height":128};
|
|
8
|
+
const content = `<path class="wblly4cg" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="devicon-plain:burpsuite-wordmark" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/f/fduf--z.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":128,"height":128};
|
|
8
|
+
const content = `<path class="fduf--z" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="devicon-plain:burpsuite" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/c6zjh8ba.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":128,"height":128};
|
|
8
|
+
const content = `<path class="c6zjh8ba" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="devicon-plain:helix" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/o/oa0jhhyz.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":128,"height":128};
|
|
8
|
+
const content = `<path class="oa0jhhyz" />`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="devicon-plain:positron" /></template>
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
.c6zjh8ba {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
fill-rule: evenodd;
|
|
4
|
+
d: path("M23.258 0v18.936a6.69 6.69 0 0 0 3.346 5.794l27.274 15.749l-27.245 15.728a6.75 6.75 0 0 0-2.46 2.479l-.01-.006a7 7 0 0 0-.464.99a7 7 0 0 0-.092.266q-.098.297-.17.605a7 7 0 0 0-.052.232a7 7 0 0 0-.113.858a7 7 0 0 0-.014.422v15.006a6.8 6.8 0 0 0 .23 1.746v.002a7 7 0 0 0 .283.834v.002a6.75 6.75 0 0 0 2.862 3.261l7.998 4.618l-7.998 4.617a6.75 6.75 0 0 0-3.375 5.845v15.004a6.75 6.75 0 0 0 3.375 5.846l4.084 2.358c-2.342-1.394-3.137-4.454-1.77-6.82a4.97 4.97 0 0 1 1.826-1.825L54.374 98.92L104.742 128v-18.936a6.69 6.69 0 0 0-3.345-5.794L74.118 87.52l23.109-13.341l-.057.037l4.196-2.422a6.75 6.75 0 0 0 3.2-4.332l.04-.201a6 6 0 0 0 .08-.492l.02-.155q.035-.33.036-.668V50.943a6.75 6.75 0 0 0-3.375-5.845l-4.076-2.354l-3.924-2.265l3.86-2.229l-.057.037l4.196-2.424a6.75 6.75 0 0 0 3.376-5.845V15.014a6.75 6.75 0 0 0-3.375-5.846l-4.082-2.357c2.34 1.393 3.134 4.452 1.768 6.818a4.95 4.95 0 0 1-1.791 1.807l-.035.02L73.626 29.08zM73.62 51.879l11.374 6.566l-30.62 17.678l-11.375-6.566z");
|
|
5
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.oa0jhhyz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M31.691 0C14.134 0 0 14.134 0 31.691V96.31C0 113.866 14.134 128 31.691 128H96.31c17.556 0 31.69-14.134 31.69-31.691V31.69C128 14.134 113.866 0 96.309 0H31.69zm34.246 12.092c27.785 0 44.34 21.447 44.34 43.416c0 37.723-35.877 44.031-35.877 44.031s2.215-3.54 2.215-9.078c0-5.539-2.46-8.615-2.46-8.615s18.46-4.924 18.46-26.77S76.308 29.54 66.155 29.54c-17.54 0-27.17 14.922-27.17 25.938v55.968c0 7.97-5.385 7.356-5.385 7.356h-5.91s-5.66 0-5.66-7.508V56.309c0-19.385 16.122-44.217 43.907-44.217m-6.583 63.785a14.77 14.77 0 0 1 14.769 14.77a14.77 14.77 0 0 1-14.77 14.769a14.77 14.77 0 0 1-14.769-14.77a14.77 14.77 0 0 1 14.77-14.769");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wblly4cg {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M84.462 51.797c-3.933 0-6.299 2.211-6.299 5.496c0 1.566.461 2.761 1.383 3.62c.799.8 1.997 1.261 3.533 1.507l2.213.306c.953.123 1.598.368 2.059.797c.522.46.736 1.106.736 1.965c0 1.873-1.382 2.916-3.871 2.916c-1.905 0-3.441-.429-4.824-1.81l-1.873 1.873c1.843 1.81 3.84 2.486 6.668 2.486c3.963 0 6.757-2.088 6.757-5.557c0-1.657-.521-2.946-1.535-3.867c-.83-.767-1.781-1.136-3.502-1.412l-2.244-.338c-1.014-.184-1.597-.43-2.058-.86a2.3 2.3 0 0 1-.522-.786a2.3 2.3 0 0 1-.154-.932c0-1.688 1.198-2.918 3.41-2.918c1.628 0 2.98.338 4.148 1.443l1.813-1.779c-1.598-1.504-3.319-2.15-5.838-2.15m20.892.123v2.824l2.858.031V51.92zm-80.376.062V70.8h7.59c3.349 0 5.684-1.873 5.684-5.31c0-2.395-1.382-3.777-2.827-4.36a4.26 4.26 0 0 0 1.881-1.608a4.26 4.26 0 0 0 .67-2.382c0-3.193-2.213-5.157-5.685-5.157zm85.816 1.596v3.807h-1.537v2.056h1.537v7.645c0 1.934 1.168 3.713 3.687 3.713h1.598v-2.301h-1.107c-1.014 0-1.475-.584-1.475-1.566v-7.46h2.582v-2.056h-2.582v-3.838zm-82.958.982h4.209c1.843 0 3.103.92 3.103 2.67s-1.26 2.702-3.072 2.702h-4.24zm94.48 2.641c-3.442 0-5.684 2.487-5.684 6.846c0 5.096 2.672 6.875 6.021 6.875c2.335 0 3.625-.707 5.008-2.088l-1.72-1.596c-.953.952-1.751 1.381-3.257 1.381c-2.212 0-3.41-1.411-3.41-3.744l8.725-.063v-1.134c0-3.9-2.089-6.477-5.684-6.477m-52.94.03c-1.413 0-2.52.37-3.533 1.597v-1.412H63.2v18.787h2.703v-6.785c.952 1.197 2.09 1.535 3.504 1.535a4.54 4.54 0 0 0 3.255-1.197c1.29-1.32 1.506-3.5 1.506-5.68s-.215-4.328-1.506-5.648c-.737-.737-1.873-1.198-3.287-1.198m-9.918.025a4 4 0 0 0-.22.006c-1.506 0-2.89.644-3.565 1.595v-1.441H53.03v13.383h2.703v-8.135c0-1.842 1.23-3.008 2.674-3.008c.921 0 1.38.277 1.996.89l2.029-2.026a4.15 4.15 0 0 0-1.461-.975a4.2 4.2 0 0 0-1.514-.29zm-19.546.16v8.533c0 1.504.307 2.762 1.351 3.775a5.03 5.03 0 0 0 3.496 1.225a5.03 5.03 0 0 0 3.387-1.5v1.35h2.64V57.416h-2.702v8.164c0 2.057-1.26 2.978-2.766 2.978s-2.703-.89-2.703-2.978v-8.164zm52.415 0v8.533c0 1.504.338 2.762 1.352 3.775a5.03 5.03 0 0 0 6.882-.275v1.35h2.643V57.416H100.5v8.164c0 2.057-1.26 2.978-2.766 2.978c-1.505 0-2.703-.89-2.703-2.978v-8.164zm13.121 0v13.383h2.703V57.416Zm16.69 2.088a2.9 2.9 0 0 1 1.132.172a2.9 2.9 0 0 1 .979.593c.284.26.514.573.677.922a4.45 4.45 0 0 1 .37 1.81h-6.022a4.1 4.1 0 0 1 .338-1.81a3 3 0 0 1 1.412-1.412a2.9 2.9 0 0 1 1.113-.275m-53.438.152c2.428 0 2.766 2.056 2.766 4.42s-.307 4.451-2.765 4.451s-2.797-2.087-2.797-4.451s.338-4.42 2.797-4.42M27.836 62.48h4.486c1.966 0 3.103 1.198 3.103 2.856s-1.137 2.884-3.103 2.884h-4.486zM0 51.889V70.86h18.986V51.89zm8.787 2.64h1.475v2.18l-1.998 2.455h1.998v2.979h3.594l-3.594 4.45v1.659H8.787v-2.211l1.965-2.426H8.787V60.64H5.16l3.627-4.452z");
|
|
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": 725,
|
|
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": 1763361432
|
|
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.5",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/devicon-plain/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -306,6 +306,14 @@
|
|
|
306
306
|
"types": "./types/dd0bq22g.d.ts",
|
|
307
307
|
"default": "./components/b/bun.vue"
|
|
308
308
|
},
|
|
309
|
+
"./burpsuite": {
|
|
310
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
311
|
+
"default": "./components/b/burpsuite.vue"
|
|
312
|
+
},
|
|
313
|
+
"./burpsuite-wordmark": {
|
|
314
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
315
|
+
"default": "./components/b/burpsuite-wordmark.vue"
|
|
316
|
+
},
|
|
309
317
|
"./c": {
|
|
310
318
|
"types": "./types/dd0bq22g.d.ts",
|
|
311
319
|
"default": "./components/c/c.vue"
|
|
@@ -1106,6 +1114,10 @@
|
|
|
1106
1114
|
"types": "./types/dd0bq22g.d.ts",
|
|
1107
1115
|
"default": "./components/h/haxe.vue"
|
|
1108
1116
|
},
|
|
1117
|
+
"./helix": {
|
|
1118
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1119
|
+
"default": "./components/h/helix.vue"
|
|
1120
|
+
},
|
|
1109
1121
|
"./heroku": {
|
|
1110
1122
|
"types": "./types/dd0bq22g.d.ts",
|
|
1111
1123
|
"default": "./components/h/heroku.vue"
|
|
@@ -2038,6 +2050,10 @@
|
|
|
2038
2050
|
"types": "./types/dd0bq22g.d.ts",
|
|
2039
2051
|
"default": "./components/p/polygon-wordmark.vue"
|
|
2040
2052
|
},
|
|
2053
|
+
"./positron": {
|
|
2054
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
2055
|
+
"default": "./components/p/positron.vue"
|
|
2056
|
+
},
|
|
2041
2057
|
"./postcss": {
|
|
2042
2058
|
"types": "./types/dd0bq22g.d.ts",
|
|
2043
2059
|
"default": "./components/p/postcss.vue"
|