@iconify-svelte/vscode-icons 1.0.32 → 1.0.33
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/f/file-type-databricks.svelte +17 -0
- package/components/f/file-type-knex.svelte +17 -0
- package/components/f/file-type-light-trivy.svelte +39 -0
- package/components/f/file-type-modernjs.svelte +27 -0
- package/components/f/file-type-trivy.svelte +39 -0
- package/components/f/folder-type-databricks-opened.svelte +27 -0
- package/components/f/folder-type-databricks.svelte +22 -0
- package/iconify.json +2 -2
- package/package.json +29 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="r4rkvpbwh"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-databricks" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.r4rkvpbwh) {
|
|
13
|
+
fill: var(--svg-color--ff3621, #ff3621);
|
|
14
|
+
d: path("M3.082 9.3v.844l12.921 7.288l11.539-6.518v2.635l-11.539 6.557l-12.27-6.972l-.651.362v5.043l12.921 7.272l11.539-6.494v2.612l-11.539 6.559l-12.27-6.973l-.651.362v.855l12.921 7.271l12.919-7.27v-5.048l-.659-.359l-12.26 6.971l-11.542-6.558V15.14l11.542 6.486l12.921-7.27V9.379l-.659-.361l-12.262 6.975L5.054 9.769l10.949-6.184l9.019 5.096l.789-.443v-.696l-9.808-5.538Z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="ic_r8-b1z"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-knex" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ic_r8-b1z) {
|
|
13
|
+
fill: var(--svg-color--e16426, #e16426);
|
|
14
|
+
d: path("m29.8 17.6l-3.5-1.65l3.31-1.56q.39-.29.2-.68l-.3-.39q-.39-.49-.78-.39l-2.43.97h-.2l-.97-.29h-.1l-.97.98a10 10 0 0 0-1.56-3.41h1.46l.2-.1l.48-.98l.1-.1l2.43-.97l.2-.68v-.68q-.3-.4-.68-.3l-3.6 1.27l1.26-3.4a.5.5 0 0 0-.4-.69h-.48q-.49 0-.78.3l-.97 2.33l-.2.1l-.87.49v.2l-.1 1.35a10 10 0 0 0-3.51-1.36L18 7l.1-.3l-.3-.97v-.2l.98-2.43q0-.3-.2-.49l-.48-.58q-.58 0-.68.2l-1.66 3.4l-1.46-3.21a1 1 0 0 0-.68-.2l-.4.3q-.48.29-.38.77l.97 2.44v.1l-.29.97v.1l.98.97a10 10 0 0 0-3.41 1.56V8.06l-.2-.2l-.97-.48v-.2l-.98-2.24q-.39-.39-.68-.3h-.68q-.4.3-.3.6l1.27 3.6l-3.4-1.27q-.5-.2-.7.3v.58q0 .49.3.68L7.1 10.2l.1.1l.48.97h1.56a10 10 0 0 0-1.36 3.6l-.98-.97l-.29-.1l-.97.3h-.2l-2.43-.97q-.3 0-.49.29l-.49.48q-.1.4.1.59l3.41 1.66l-3.22 1.56a1 1 0 0 0-.19.68l.3.39q.28.39.77.29l2.44-.97h.1l.97.38l.2-.1l.97-.97a10 10 0 0 0 1.56 3.51H7.98l-.2.1l-.49.97H7.1l-2.34 1.07q-.3.2-.2.59v.68q.3.4.5.4l3.7-1.28l-1.17 3.42q-.2.39.29.68h.58q.5 0 .69-.3l1.07-2.33l.1-.2l.97-.39v-1.56a10 10 0 0 0 3.6 1.37l-.97.97l-.1.2l.3 1.07v.2l-.98 2.33q0 .4.2.59l.58.48l.59-.1l1.65-3.5l1.56 3.31q.2.4.68.2l.4-.3q.48-.39.29-.78l-.88-2.43v-.2l.3-.97v-.1l-.98-.97a10 10 0 0 0 3.4-1.56v1.46l.1.2l.98.48v.1l1.07 2.44l.59.19h.68q.39-.2.39-.58l-1.27-3.61l3.41 1.27q.4.1.68-.4v-.48q0-.49-.29-.78l-2.34-.97l-.2-.2l-.38-.88h-.2l-1.36-.1a10 10 0 0 0 1.36-3.5l.98.97h.2l1.06-.2h.2l2.34.98q.39 0 .58-.29l.49-.58Zm-7.99-2.43h-1.75l-.58-1.65l1.17-1.17q.97 1.26 1.26 2.72m-3.6-2.63l-1.56-.58V10.1a10 10 0 0 1 2.82 1.17zm-.2 3.6a2.05 2.05 0 1 1-4.1 0a2.05 2.05 0 0 1 4.1 0M15.2 10.2v1.66a4 4 0 0 0-1.66.78l-1.17-1.27a10 10 0 0 1 2.73-1.17m-2.63 3.51a4 4 0 0 0-.59 1.66h-1.75a10 10 0 0 1 1.17-2.93zm-2.24 3.22h1.65a4 4 0 0 0 .78 1.55l-1.26 1.27a10 10 0 0 1-1.17-2.82m3.4 2.63a4 4 0 0 0 1.67.68v1.66a10 10 0 0 1-2.83-1.08zm3.22 2.34v-1.76l1.66-.58l1.27 1.17a10 10 0 0 1-2.83 1.26m2.54-3.7l.68-1.56h1.65a10 10 0 0 1-1.07 2.83z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
</style>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="r909f-bgw"/><path class="bszgnpjnk"/><path class="j_og7lb9e"/><path class="l2ek_6b5i"/><circle class="k_01-tbtt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-light-trivy" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.bszgnpjnk) {
|
|
13
|
+
fill: var(--svg-color--1904da, #1904da);
|
|
14
|
+
d: path("m13.033 16.671l-8.164 5.48v.623l.465.255l8.25-5.536a.467.467 0 0 0 .127-.641l-.018-.028a.47.47 0 0 0-.66-.153");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.j_og7lb9e) {
|
|
18
|
+
fill: var(--svg-color--ffc900, #ffc900);
|
|
19
|
+
d: path("m18.423 17.497l8.242 5.531l.464-.254v-.625l-8.156-5.473a.47.47 0 0 0-.66.152l-.017.026a.467.467 0 0 0 .127.643");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:global(.k_01-tbtt) {
|
|
23
|
+
cx: 16px;
|
|
24
|
+
cy: 15.396px;
|
|
25
|
+
r: 1.434px;
|
|
26
|
+
fill: var(--svg-color--ff0036, #ff0036);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:global(.l2ek_6b5i) {
|
|
30
|
+
fill: var(--svg-color--08b1d5, #08b1d5);
|
|
31
|
+
d: path("m16 3.13l-.494.276v8.803c0 .266.22.47.486.469h.018a.475.475 0 0 0 .484-.471V9.084l.877.492a.494.494 0 1 0 .483-.861l-1.36-.762V6.77l3.772 2.115a.494.494 0 1 0 .484-.862L16.494 5.64V4.533l7.168 4.018a.494.494 0 1 0 .483-.864l-7.748-4.341l-.038-.014zm5.99 5.628a.494.494 0 0 0-.299.928a.495.495 0 0 0 .485-.864a.5.5 0 0 0-.186-.064m-2.976.754a.494.494 0 0 0-.3.926l.839.47a.494.494 0 1 0 .482-.863l-.836-.469a.5.5 0 0 0-.185-.064");
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:global(.r909f-bgw) {
|
|
35
|
+
fill: var(--svg-color--031730, #031730);
|
|
36
|
+
d: path("M28.117 9.332v-.566l-.506-.283l-.038-.02L16.481 2.27L15.999 2l-.48.27L4.423 8.463l-.037.02l-.506.283v.565l-.038.022l.038.02V23.36l.514.28l10.805 5.92l.136.075L16 30l.663-.364l.136-.075l10.805-5.92l.512-.28V9.376l.04-.022zm-11.61 19.264v-9.987a.496.496 0 0 0-.495-.495H16a.496.496 0 0 0-.495.495v9.987L5.335 23.03l-.465-.255V9.835l8.097 4.436a.49.49 0 0 0 .66-.191l.006-.01a.49.49 0 0 0-.193-.665l-7.993-4.38l10.06-5.618l.493-.275l.495.277l10.057 5.617l-7.999 4.382a.48.48 0 0 0-.178.657l.007.012a.477.477 0 0 0 .646.197l8.102-4.44v12.942l-.464.254z");
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
</style>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<g class="ft5dv1b6b"><g clip-path="url(#SVGGZgGFv9p)" transform="translate(.64 5.15)scale(.67903)"><path clip-rule="evenodd" class="yyn8dfk-x"/></g><defs><clipPath id="SVGGZgGFv9p"><path class="xewuxsbdv"/></clipPath></defs></g>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-modernjs" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.ft5dv1b6b) {
|
|
13
|
+
fill: none;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
:global(.xewuxsbdv) {
|
|
17
|
+
fill: var(--svg-color--fff, #fff);
|
|
18
|
+
d: path("M0 0h218v33H0z");
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
:global(.yyn8dfk-x) {
|
|
22
|
+
fill: var(--svg-color--4ecaff, #4ecaff);
|
|
23
|
+
fill-rule: evenodd;
|
|
24
|
+
d: path("M8.82 20.29a14.44 14.44 0 0 1 24.4-14.07q-.84.4-1.72.85a12.6 12.6 0 0 0-21.07 12.17q-.83.53-1.6 1.05M43 3.96a.3.3 0 0 0-.24.03a212 212 0 0 0-12.36 5.9l-7.88-3.54a1 1 0 0 0-.94.04a1 1 0 0 0-.51.79l-.76 6.8l-3.77-1.6a1.03 1.03 0 0 0-1.43.81l-.83 5.95a212 212 0 0 0-12.14 8.3a.32.32 0 0 0 .31.56a220 220 0 0 0 20.96-10.6A220 220 0 0 0 43.08 4.53a.32.32 0 0 0-.08-.58M16.3 17.88q1.74-1.08 3.5-2.13l-3.03-1.29zm5.8-3.46a212 212 0 0 1 6.25-3.46l-5.6-2.51Zm10.98 8.54a12.6 12.6 0 0 0 1.7-10.2l1.61-1.06A14.44 14.44 0 0 1 12 25.77l1.73-.86a12.6 12.6 0 0 0 19.35-1.95m8.83 1.4a2.21 2.21 0 1 0-3.68-2.46a2.21 2.21 0 0 0 3.68 2.46M6.99 7.84a1.1 1.1 0 1 1-2.2 0a1.1 1.1 0 0 1 2.2 0");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
</style>
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="fp_2g9j5z"/><path class="bszgnpjnk"/><path class="j_og7lb9e"/><path class="l2ek_6b5i"/><circle class="k_01-tbtt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:file-type-trivy" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.bszgnpjnk) {
|
|
13
|
+
fill: var(--svg-color--1904da, #1904da);
|
|
14
|
+
d: path("m13.033 16.671l-8.164 5.48v.623l.465.255l8.25-5.536a.467.467 0 0 0 .127-.641l-.018-.028a.47.47 0 0 0-.66-.153");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.fp_2g9j5z) {
|
|
18
|
+
fill: var(--svg-color--dedede, #dedede);
|
|
19
|
+
d: path("M28.117 9.332v-.566l-.506-.283l-.038-.02L16.481 2.27L15.999 2l-.48.27L4.423 8.463l-.037.02l-.506.283v.565l-.038.022l.038.02V23.36l.514.28l10.805 5.92l.136.075L16 30l.663-.364l.136-.075l10.805-5.92l.512-.28V9.376l.04-.022zm-11.61 19.264v-9.987a.496.496 0 0 0-.495-.495H16a.496.496 0 0 0-.495.495v9.987L5.335 23.03l-.465-.255V9.835l8.097 4.436a.49.49 0 0 0 .66-.191l.006-.01a.49.49 0 0 0-.193-.665l-7.993-4.38l10.06-5.618l.493-.275l.495.277l10.057 5.617l-7.999 4.382a.48.48 0 0 0-.178.657l.007.012a.477.477 0 0 0 .646.197l8.102-4.44v12.942l-.464.254z");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:global(.j_og7lb9e) {
|
|
23
|
+
fill: var(--svg-color--ffc900, #ffc900);
|
|
24
|
+
d: path("m18.423 17.497l8.242 5.531l.464-.254v-.625l-8.156-5.473a.47.47 0 0 0-.66.152l-.017.026a.467.467 0 0 0 .127.643");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
:global(.k_01-tbtt) {
|
|
28
|
+
cx: 16px;
|
|
29
|
+
cy: 15.396px;
|
|
30
|
+
r: 1.434px;
|
|
31
|
+
fill: var(--svg-color--ff0036, #ff0036);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
:global(.l2ek_6b5i) {
|
|
35
|
+
fill: var(--svg-color--08b1d5, #08b1d5);
|
|
36
|
+
d: path("m16 3.13l-.494.276v8.803c0 .266.22.47.486.469h.018a.475.475 0 0 0 .484-.471V9.084l.877.492a.494.494 0 1 0 .483-.861l-1.36-.762V6.77l3.772 2.115a.494.494 0 1 0 .484-.862L16.494 5.64V4.533l7.168 4.018a.494.494 0 1 0 .483-.864l-7.748-4.341l-.038-.014zm5.99 5.628a.494.494 0 0 0-.299.928a.495.495 0 0 0 .485-.864a.5.5 0 0 0-.186-.064m-2.976.754a.494.494 0 0 0-.3.926l.839.47a.494.494 0 1 0 .482-.863l-.836-.469a.5.5 0 0 0-.185-.064");
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
</style>
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="oygha87pe"/><path class="x8obdhbve"/><path class="ullrw9i0j"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-databricks-opened" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.oygha87pe) {
|
|
13
|
+
fill: var(--svg-color--8c3c31, #8c3c31);
|
|
14
|
+
d: path("M27.4 5.5h-9.2l-2.1 4.2H4.3v16.8h25.2v-21Zm0 18.7H6.6V11.8h20.8Zm0-14.5h-8.2l1-2.1h7.1v2.1Z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.ullrw9i0j) {
|
|
18
|
+
fill: var(--svg-color--ff3621, #ff3621);
|
|
19
|
+
d: path("M13.741 13.623v.563l8.629 4.869l7.707-4.353v1.76L22.37 20.84l-8.195-4.656l-.435.242v3.368l8.63 4.857l7.707-4.336v1.745l-7.707 4.379l-8.195-4.657l-.435.242v.571l8.63 4.855L31 22.595v-3.372l-.44-.24l-8.19 4.657l-7.709-4.381v-1.735l7.709 4.331L31 17v-3.324l-.44-.241l-8.19 4.657l-7.313-4.155l7.313-4.131l6.024 3.403l.527-.296v-.464L22.37 8.75Z");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
:global(.x8obdhbve) {
|
|
23
|
+
fill: var(--svg-color--8c3c31, #8c3c31);
|
|
24
|
+
d: path("M25.7 13.7H.5l3.8 12.8h25.2z");
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
</style>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
|
|
4
|
+
/** @type {{width?: string; height?: string;}} */
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":32,"height":32};
|
|
8
|
+
const content = `<path class="jyt1zj_pu"/><path class="ullrw9i0j"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="vscode-icons:folder-type-databricks" {...props}></Icon>
|
|
11
|
+
<style>
|
|
12
|
+
:global(.jyt1zj_pu) {
|
|
13
|
+
fill: var(--svg-color--732017, #732017);
|
|
14
|
+
d: path("M27.5 5.5h-9.3l-2.1 4.2H4.4v16.8h25.2v-21Zm0 4.2h-8.2l1.1-2.1h7.1Z");
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
:global(.ullrw9i0j) {
|
|
18
|
+
fill: var(--svg-color--ff3621, #ff3621);
|
|
19
|
+
d: path("M13.741 13.623v.563l8.629 4.869l7.707-4.353v1.76L22.37 20.84l-8.195-4.656l-.435.242v3.368l8.63 4.857l7.707-4.336v1.745l-7.707 4.379l-8.195-4.657l-.435.242v.571l8.63 4.855L31 22.595v-3.372l-.44-.24l-8.19 4.657l-7.709-4.381v-1.735l7.709 4.331L31 17v-3.324l-.44-.241l-8.19 4.657l-7.313-4.155l7.313-4.131l6.024 3.403l.527-.296v-.464L22.37 8.75Z");
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
</style>
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "vscode-icons",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "VSCode Icons",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1523,
|
|
6
6
|
"version": "12.18.0",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Roberto Huertas",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": true
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1782279587
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/vscode-icons",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.33",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/vscode-icons/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "MIT",
|
|
@@ -742,6 +742,10 @@
|
|
|
742
742
|
"types": "./types/gfwqskkx.d.ts",
|
|
743
743
|
"svelte": "./components/f/file-type-dartlang-ignore.svelte"
|
|
744
744
|
},
|
|
745
|
+
"./file-type-databricks": {
|
|
746
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
747
|
+
"svelte": "./components/f/file-type-databricks.svelte"
|
|
748
|
+
},
|
|
745
749
|
"./file-type-datadog": {
|
|
746
750
|
"types": "./types/gfwqskkx.d.ts",
|
|
747
751
|
"svelte": "./components/f/file-type-datadog.svelte"
|
|
@@ -1726,6 +1730,10 @@
|
|
|
1726
1730
|
"types": "./types/gfwqskkx.d.ts",
|
|
1727
1731
|
"svelte": "./components/f/file-type-kivy.svelte"
|
|
1728
1732
|
},
|
|
1733
|
+
"./file-type-knex": {
|
|
1734
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1735
|
+
"svelte": "./components/f/file-type-knex.svelte"
|
|
1736
|
+
},
|
|
1729
1737
|
"./file-type-knip": {
|
|
1730
1738
|
"types": "./types/gfwqskkx.d.ts",
|
|
1731
1739
|
"svelte": "./components/f/file-type-knip.svelte"
|
|
@@ -2282,6 +2290,10 @@
|
|
|
2282
2290
|
"types": "./types/gfwqskkx.d.ts",
|
|
2283
2291
|
"svelte": "./components/f/file-type-light-tree.svelte"
|
|
2284
2292
|
},
|
|
2293
|
+
"./file-type-light-trivy": {
|
|
2294
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2295
|
+
"svelte": "./components/f/file-type-light-trivy.svelte"
|
|
2296
|
+
},
|
|
2285
2297
|
"./file-type-light-turbo": {
|
|
2286
2298
|
"types": "./types/gfwqskkx.d.ts",
|
|
2287
2299
|
"svelte": "./components/f/file-type-light-turbo.svelte"
|
|
@@ -2550,6 +2562,10 @@
|
|
|
2550
2562
|
"types": "./types/gfwqskkx.d.ts",
|
|
2551
2563
|
"svelte": "./components/f/file-type-modernizr.svelte"
|
|
2552
2564
|
},
|
|
2565
|
+
"./file-type-modernjs": {
|
|
2566
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2567
|
+
"svelte": "./components/f/file-type-modernjs.svelte"
|
|
2568
|
+
},
|
|
2553
2569
|
"./file-type-mojo": {
|
|
2554
2570
|
"types": "./types/gfwqskkx.d.ts",
|
|
2555
2571
|
"svelte": "./components/f/file-type-mojo.svelte"
|
|
@@ -4130,6 +4146,10 @@
|
|
|
4130
4146
|
"types": "./types/gfwqskkx.d.ts",
|
|
4131
4147
|
"svelte": "./components/f/file-type-tres.svelte"
|
|
4132
4148
|
},
|
|
4149
|
+
"./file-type-trivy": {
|
|
4150
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4151
|
+
"svelte": "./components/f/file-type-trivy.svelte"
|
|
4152
|
+
},
|
|
4133
4153
|
"./file-type-truffle": {
|
|
4134
4154
|
"types": "./types/gfwqskkx.d.ts",
|
|
4135
4155
|
"svelte": "./components/f/file-type-truffle.svelte"
|
|
@@ -4906,6 +4926,14 @@
|
|
|
4906
4926
|
"types": "./types/gfwqskkx.d.ts",
|
|
4907
4927
|
"svelte": "./components/f/folder-type-dart-opened.svelte"
|
|
4908
4928
|
},
|
|
4929
|
+
"./folder-type-databricks": {
|
|
4930
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4931
|
+
"svelte": "./components/f/folder-type-databricks.svelte"
|
|
4932
|
+
},
|
|
4933
|
+
"./folder-type-databricks-opened": {
|
|
4934
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
4935
|
+
"svelte": "./components/f/folder-type-databricks-opened.svelte"
|
|
4936
|
+
},
|
|
4909
4937
|
"./folder-type-datadog": {
|
|
4910
4938
|
"types": "./types/gfwqskkx.d.ts",
|
|
4911
4939
|
"svelte": "./components/f/folder-type-datadog.svelte"
|