@iconify-vue/simple-icons 1.0.10 → 1.0.12
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/bioconductor.vue +10 -0
- package/components/f/fillout.vue +10 -0
- package/components/g/googlejules.vue +10 -0
- package/components/h/hackmd.vue +10 -0
- package/components/j/just.vue +10 -0
- package/components/o/opencage.vue +10 -0
- package/components/p/plane.vue +10 -0
- package/components/p/pomerium.vue +10 -0
- package/css/c/c2qkqacy.css +4 -0
- package/css/e/e3vwt_bn.css +4 -0
- package/css/f/f-ulpdbv.css +4 -0
- package/css/g/g1dpyjiz.css +4 -0
- package/css/l/lx9va6bp.css +4 -0
- package/css/r/rgv4vrcx.css +4 -0
- package/css/w/w_zzucce.css +4 -0
- package/css/w/wq7cim7r.css +4 -0
- package/iconify.json +3 -3
- package/package.json +33 -1
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/f/f-ulpdbv.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="f-ulpdbv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:bioconductor" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/wq7cim7r.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="wq7cim7r"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:fillout" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/e/e3vwt_bn.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="e3vwt_bn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:googlejules" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lx9va6bp.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lx9va6bp"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:hackmd" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/c2qkqacy.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="c2qkqacy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:just" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/w_zzucce.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="w_zzucce"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:opencage" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/r/rgv4vrcx.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="rgv4vrcx"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:plane" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/g/g1dpyjiz.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="g1dpyjiz"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="simple-icons:pomerium" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.c2qkqacy {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0A12 12 0 0 0 0 12a12 12 0 0 0 12 12a12 12 0 0 0 12-12A12 12 0 0 0 12 0m0 2.35a3.25 3.35 0 0 1 3.25 3.35A3.25 3.35 0 0 1 12 9.05A3.25 3.35 0 0 1 8.75 5.7A3.25 3.35 0 0 1 12 2.35m0 12.6a3.25 3.35 0 0 1 3.25 3.35A3.25 3.35 0 0 1 12 21.65a3.25 3.35 0 0 1-3.25-3.35A3.25 3.35 0 0 1 12 14.95");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.e3vwt_bn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M4.2 24q-1.26 0-2.13-.87T1.2 21v-.6q0-.51.345-.855T2.4 19.2t.855.345t.345.855v.6q0 .24.18.42t.42.18t.42-.18t.18-.42V7.2q0-3 2.1-5.1T12 0t5.1 2.1t2.1 5.1V21q0 .24.18.42t.42.18t.42-.18t.18-.42v-.6q0-.51.345-.855t.855-.345t.855.345t.345.855v.6q0 1.26-.87 2.13T19.8 24t-2.13-.87T16.8 21v-5.4h-1.62v4.8q0 .51-.345.855t-.855.345t-.855-.345t-.345-.855v-4.8h-1.59v4.8q0 .51-.345.855t-.855.345t-.855-.345t-.345-.855v-4.8H7.2V21q0 1.26-.87 2.13T4.2 24m4.2-11.4q.54 0 .87-.45t.33-1.05t-.33-1.05t-.87-.45t-.87.45t-.33 1.05t.33 1.05t.87.45m7.2 0q.54 0 .87-.45t.33-1.05t-.33-1.05t-.87-.45t-.87.45t-.33 1.05t.33 1.05t.87.45");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.f-ulpdbv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15.103 0a.649.649 0 1 0 .001 1.298a.649.649 0 0 0 0-1.298m7.473.031a.69.69 0 1 0 .001 1.38a.69.69 0 0 0 0-1.38M7.757.727a.663.663 0 1 0 .001 1.325a.663.663 0 0 0 0-1.325m5.87.053a.495.495 0 1 0 0 .99a.495.495 0 0 0 0-.99m3.256.07a.663.663 0 1 0 0 1.325a.662.662 0 0 0 0-1.324m-7.275.596a.755.755 0 0 0-.756.758a.755.755 0 1 0 1.51 0a.755.755 0 0 0-.754-.758m-3.373.395a.59.59 0 0 0-.596.588c0 .325.267.59.596.59c.33 0 .597-.265.596-.59a.59.59 0 0 0-.596-.588m6.397.1a.347.347 0 1 0-.002.693a.347.347 0 0 0 .002-.694m8.941.034a.455.455 0 1 0 0 .91a.455.455 0 0 0 0-.91m-3.065.108a.808.808 0 1 0-.002 1.615a.808.808 0 0 0 .002-1.615m-7.183.607a.935.935 0 1 0 0 1.87a.935.935 0 0 0 0-1.87m-5.978.541a.39.39 0 1 0 0 .78a.39.39 0 0 0 0-.78m15.203.217a.865.865 0 1 0 .003 1.73a.865.865 0 0 0-.003-1.73m-7.52.857a.736.736 0 1 0 .004 1.472a.736.736 0 0 0-.003-1.472m-3.63.12a.579.579 0 1 0 .002 1.158a.579.579 0 0 0-.002-1.158M22 4.762a.499.499 0 1 0 .002.998a.499.499 0 0 0-.002-.998m-17.05.094c-.01 4.734.082 13.81-.009 14.286c-.39-.202-1.113-.406-2.135-.012c-1.13.435-2.007 1.386-2.216 2.404a4 4 0 0 0-.004 1.24c.13.688.554 1.116 1.193 1.204a3.8 3.8 0 0 0 1.182-.059c1.006-.262 1.94-1.01 2.38-1.91c.291-.597.266.227.264-8.703L5.604 5.37c-.22-.167-.435-.342-.652-.514m2.477.137a.792.792 0 1 0 .001 1.583a.792.792 0 0 0 0-1.583m11.858.06a.295.295 0 1 0 .001.59a.295.295 0 0 0 0-.59m-4.245.516a.639.639 0 1 0 0 1.277a.639.639 0 0 0 0-1.277m8.068.078a.347.347 0 1 0 0 .694a.347.347 0 0 0 0-.694m-4.82.08a.387.387 0 1 0 0 .774a.387.387 0 0 0 0-.774m-1.294.58a.488.488 0 1 0 0 .975a.488.488 0 0 0 0-.976");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g1dpyjiz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 6.768v2.338l.038-.005A2.832 2.832 0 0 1 3.2 11.913v7.998h2.318v-9.023A2.687 2.687 0 0 1 7.95 8.213c1.288-.123 2.345.873 2.345 2.167v9.53h2.317v-9.265c0-1.685 1.271-3.1 2.948-3.281c1.565-.169 2.922 1.085 2.922 2.66v9.886H20.8v-9.875A3.635 3.635 0 0 1 24 6.422V4.089z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.lx9va6bp {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23.93 12.987c.006-.954-.289-1.489-1.035-1.86l-4.559-2.275q-.271-.135-.551-.239l-.03-3.085c-.02-.907-.293-1.485-1.039-1.857l-4.56-2.274a5.49 5.49 0 0 0-5.025.06l-5.86 3.1c-.648.343-.983.98-.998 1.626l-.272 4.67c-.012.441.157.914.576 1.166l4.878 2.924q.436.26.9.434l-.149 2.95c-.018.468.13.895.55 1.147l4.878 2.924a5.49 5.49 0 0 0 5.583.044l6.213-3.593c.43-.248.57-.68.57-1.152l-.071-4.71zM6.21 9.07c-1.035-.478-3.854-1.977-4.07-2.098c-.487-.273-.51-.562-.484-.91a.96.96 0 0 1 .531-.793l5.579-2.838a4.26 4.26 0 0 1 3.819-.01c.994.496 2.984 1.488 3.978 1.986l.01.005a.96.96 0 0 1 .513 1.036a.92.92 0 0 1-.495.678c-.077.042-4.35 2.346-5.202 2.804a4.67 4.67 0 0 1-4.178.14zm16.038 3.965c-.042.29-.204.567-.492.738l-5.313 3.159a4.34 4.34 0 0 1-4.31.076L8.235 14.87c-.708-.388-.712-1.418-.008-1.813l5.275-2.947a4.34 4.34 0 0 1 3.967-.14l4.201 1.976c.359.17.556.503.585.85q.01.12-.007.24z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.rgv4vrcx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M0 5.358a.854.854 0 0 1 1.235-.767L6.134 7.05v5.768c0 .81.456 1.553 1.179 1.915l4.42 2.218v1.692a.853.853 0 0 1-1.235.766L1.18 14.732A2.14 2.14 0 0 1 0 12.817zm6.134 0a.853.853 0 0 1 1.235-.766l4.898 2.458v5.768c0 .81.457 1.552 1.18 1.915l4.42 2.218v1.692a.853.853 0 0 1-1.235.765l-4.899-2.457v-5.769a2.14 2.14 0 0 0-1.179-1.914L6.134 7.05zm6.133 0a.853.853 0 0 1 1.235-.766l9.319 4.676A2.14 2.14 0 0 1 24 11.182v7.46a.853.853 0 0 1-1.235.766l-4.899-2.457v-5.769a2.14 2.14 0 0 0-1.179-1.914l-4.42-2.218z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.w_zzucce {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12 0C6.178.001 1.444 3.559 1.444 7.93V24h1.06L2.51 7.93c0-2.847 2.408-5.295 5.831-6.333a6 6 0 0 0-.254.258a7 7 0 0 0-.363.415c-.17.21-.201.251-.439.591c-.185.27-.375.596-.49.813q-.196.366-.36.746c-.237.541-.39 1.044-.418 1.134a12.4 12.4 0 0 0-.534 3.634L5.485 24h1.066V9.188c0-.322.016-1.068.14-1.828c.07-.457.186-.996.342-1.505c.144-.487.42-1.209.762-1.82q.238-.428.51-.803a6.5 6.5 0 0 1 .874-.981a5 5 0 0 1 .83-.617a4 4 0 0 1 .565-.28c-.846 1.92-1.108 5.46-1.108 7.834V24h1.065V9.188c0-4.959.94-7.865 1.463-8.112c.39.205 1.283 2.392 1.429 6.954l1.048.014c-.03-.941-.166-4.671-1.05-6.687c2.05.844 3.653 3.45 3.965 6.687h1.116l-.012-.117h.002c-.255-2.648-1.271-4.88-2.721-6.295c3.36 1.059 5.719 3.486 5.719 6.299l-.007.113l1.073-.009C22.556 3.68 17.839.017 12.042 0zm1.5 20.024V24h1.061l.005-3.976zm3.987 0L17.492 24h1.06v-3.976zm4.003 0V24h1.066v-3.976z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.wq7cim7r {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M13.12 10.254c1.439 0 2.166.775 2.166 2.325c0 .735-.224 1.438-.584 1.846c-.359.407-.942.623-1.669.623c-.704 0-1.223-.192-1.559-.567c-.375-.416-.599-1.119-.599-1.91c0-1.534.759-2.317 2.245-2.317m-.016 1.414c-.567 0-.863.368-.863 1.063c0 .751.304 1.174.839 1.174c.536 0 .847-.447.847-1.214c0-.679-.271-1.023-.823-1.023m6.956-1.254v4.474h-1.438v-.471c0-.152.008-.192.048-.48h-.048c-.136.392-.231.56-.415.736c-.248.247-.592.375-.975.375c-.471 0-.887-.192-1.119-.519c-.128-.184-.231-.496-.263-.839a21 21 0 0 1-.016-1.095v-2.181h1.502v2.141c0 .719.008.783.096.935c.096.152.263.24.471.24c.28 0 .504-.16.591-.416c.056-.176.064-.255.064-.759v-2.141zM8.813 14.898V8.952H10.3v5.946zm-2.265 0V8.952H8.07v5.946zM0 9.589h3.61v1.334H1.411v.878H3.61v1.238H1.411v1.859H0zm4.303 5.3v-4.427c.272.104.448.136.727.136c.272 0 .488-.04.775-.136v4.427zm.734-4.687q-.867 0-.869-.606c0-.192.09-.375.234-.482s.379-.162.671-.162q.423 0 .625.148a.6.6 0 0 1 .241.498c0 .4-.305.604-.902.604m16.597-.625c0 1.134-.399 1.339-1.142 1.339v.88h.743c-.032.471-.04.759-.04 1.215c0 .807.072 1.214.264 1.518c.216.335.639.519 1.199.519c.575 0 .95-.152 1.342-.543v-1.039c-.24.304-.495.439-.807.439c-.192 0-.36-.079-.439-.207c-.088-.136-.12-.344-.12-.711c0-.512-.024-1.191-.024-1.191H24V10.41h-1.39v-.833z");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "simple-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Simple Icons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "16.
|
|
5
|
+
"total": 3364,
|
|
6
|
+
"version": "16.3.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Simple Icons Collaborators",
|
|
9
9
|
"url": "https://github.com/simple-icons/simple-icons"
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"category": "Logos",
|
|
26
26
|
"palette": false
|
|
27
27
|
},
|
|
28
|
-
"lastModified":
|
|
28
|
+
"lastModified": 1766991795
|
|
29
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-vue/simple-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.12",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/simple-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC0-1.0",
|
|
@@ -1642,6 +1642,10 @@
|
|
|
1642
1642
|
"types": "./types/dd0bq22g.d.ts",
|
|
1643
1643
|
"default": "./components/b/binance.vue"
|
|
1644
1644
|
},
|
|
1645
|
+
"./bioconductor": {
|
|
1646
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
1647
|
+
"default": "./components/b/bioconductor.vue"
|
|
1648
|
+
},
|
|
1645
1649
|
"./biolink": {
|
|
1646
1650
|
"types": "./types/dd0bq22g.d.ts",
|
|
1647
1651
|
"default": "./components/b/biolink.vue"
|
|
@@ -4246,6 +4250,10 @@
|
|
|
4246
4250
|
"types": "./types/dd0bq22g.d.ts",
|
|
4247
4251
|
"default": "./components/f/filezilla.vue"
|
|
4248
4252
|
},
|
|
4253
|
+
"./fillout": {
|
|
4254
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
4255
|
+
"default": "./components/f/fillout.vue"
|
|
4256
|
+
},
|
|
4249
4257
|
"./fineco": {
|
|
4250
4258
|
"types": "./types/dd0bq22g.d.ts",
|
|
4251
4259
|
"default": "./components/f/fineco.vue"
|
|
@@ -5146,6 +5154,10 @@
|
|
|
5146
5154
|
"types": "./types/dd0bq22g.d.ts",
|
|
5147
5155
|
"default": "./components/g/googlehome.vue"
|
|
5148
5156
|
},
|
|
5157
|
+
"./googlejules": {
|
|
5158
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5159
|
+
"default": "./components/g/googlejules.vue"
|
|
5160
|
+
},
|
|
5149
5161
|
"./googlekeep": {
|
|
5150
5162
|
"types": "./types/dd0bq22g.d.ts",
|
|
5151
5163
|
"default": "./components/g/googlekeep.vue"
|
|
@@ -5454,6 +5466,10 @@
|
|
|
5454
5466
|
"types": "./types/dd0bq22g.d.ts",
|
|
5455
5467
|
"default": "./components/h/hackerrank.vue"
|
|
5456
5468
|
},
|
|
5469
|
+
"./hackmd": {
|
|
5470
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
5471
|
+
"default": "./components/h/hackmd.vue"
|
|
5472
|
+
},
|
|
5457
5473
|
"./hackster": {
|
|
5458
5474
|
"types": "./types/dd0bq22g.d.ts",
|
|
5459
5475
|
"default": "./components/h/hackster.vue"
|
|
@@ -6498,6 +6514,10 @@
|
|
|
6498
6514
|
"types": "./types/dd0bq22g.d.ts",
|
|
6499
6515
|
"default": "./components/j/jupyter.vue"
|
|
6500
6516
|
},
|
|
6517
|
+
"./just": {
|
|
6518
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
6519
|
+
"default": "./components/j/just.vue"
|
|
6520
|
+
},
|
|
6501
6521
|
"./justeat": {
|
|
6502
6522
|
"types": "./types/dd0bq22g.d.ts",
|
|
6503
6523
|
"default": "./components/j/justeat.vue"
|
|
@@ -8910,6 +8930,10 @@
|
|
|
8910
8930
|
"types": "./types/dd0bq22g.d.ts",
|
|
8911
8931
|
"default": "./components/o/openbugbounty.vue"
|
|
8912
8932
|
},
|
|
8933
|
+
"./opencage": {
|
|
8934
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
8935
|
+
"default": "./components/o/opencage.vue"
|
|
8936
|
+
},
|
|
8913
8937
|
"./opencollective": {
|
|
8914
8938
|
"types": "./types/dd0bq22g.d.ts",
|
|
8915
8939
|
"default": "./components/o/opencollective.vue"
|
|
@@ -9590,6 +9614,10 @@
|
|
|
9590
9614
|
"types": "./types/dd0bq22g.d.ts",
|
|
9591
9615
|
"default": "./components/p/pkgsrc.vue"
|
|
9592
9616
|
},
|
|
9617
|
+
"./plane": {
|
|
9618
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
9619
|
+
"default": "./components/p/plane.vue"
|
|
9620
|
+
},
|
|
9593
9621
|
"./planet": {
|
|
9594
9622
|
"types": "./types/dd0bq22g.d.ts",
|
|
9595
9623
|
"default": "./components/p/planet.vue"
|
|
@@ -9770,6 +9798,10 @@
|
|
|
9770
9798
|
"types": "./types/dd0bq22g.d.ts",
|
|
9771
9799
|
"default": "./components/p/polywork.vue"
|
|
9772
9800
|
},
|
|
9801
|
+
"./pomerium": {
|
|
9802
|
+
"types": "./types/dd0bq22g.d.ts",
|
|
9803
|
+
"default": "./components/p/pomerium.vue"
|
|
9804
|
+
},
|
|
9773
9805
|
"./pond5": {
|
|
9774
9806
|
"types": "./types/dd0bq22g.d.ts",
|
|
9775
9807
|
"default": "./components/p/pond5.vue"
|