@iconify-svelte/lucide 1.0.21 → 1.0.22
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/book-key.svelte +4 -4
- package/components/c/cloud-alert.svelte +2 -2
- package/components/c/cloud-check.svelte +2 -2
- package/components/f/file-cog-2.svelte +2 -3
- package/components/f/file-cog.svelte +2 -3
- package/components/f/file-key.svelte +4 -4
- package/components/f/folder-key.svelte +3 -3
- package/components/f/forklift.svelte +2 -3
- package/components/g/globe-off.svelte +12 -0
- package/components/l/lens-concave.svelte +10 -0
- package/components/l/lens-convex.svelte +10 -0
- package/components/r/rocket.svelte +4 -3
- package/components/r/rotate-ccw-key.svelte +3 -3
- package/components/u/user-key.svelte +13 -0
- package/components/u/user-round-key.svelte +13 -0
- package/css/c/cbe2ix.css +3 -0
- package/css/e/egxa_x.css +3 -0
- package/css/{t/t2s3q_d.css → f/fda-5zw.css} +2 -2
- package/css/f/fqgjkac.css +3 -0
- package/css/h/h--dxb.css +3 -0
- package/css/h/hbwugwb.css +3 -0
- package/css/j/jsnbsr.css +5 -0
- package/css/j/jt3syer.css +3 -0
- package/css/j/jwn4f8b.css +3 -0
- package/css/n/nf7kmc.css +5 -0
- package/css/n/nnjt6e.css +3 -0
- package/css/{i/i7327t.css → n/nrghjb.css} +2 -2
- package/css/n/nx-h-hb.css +3 -0
- package/css/o/okm4lb.css +3 -0
- package/css/p/pg9-rl.css +3 -0
- package/css/p/poo62oj.css +3 -0
- package/css/r/r83_z9b.css +3 -0
- package/css/w/wxi_m7t.css +8 -0
- package/css/x/x_rvzk.css +3 -0
- package/css/y/yde7gv.css +3 -0
- package/css/z/z6k2-l8r.css +3 -0
- package/css/z/zv-br86h.css +8 -0
- package/iconify.json +2 -2
- package/package.json +21 -1
- package/css/a/ay2-wbr.css +0 -3
- package/css/b/bm9if-b.css +0 -3
- package/css/b/bwibpi.css +0 -3
- package/css/c/c19jhxq.css +0 -3
- package/css/f/fu__ac.css +0 -3
- package/css/h/hwdwrf.css +0 -5
- package/css/j/jpwtd1b.css +0 -3
- package/css/k/k7zojmk.css +0 -3
- package/css/k/kd06yl.css +0 -5
- package/css/k/kmhssr.css +0 -3
- package/css/l/lfmdqa.css +0 -3
- package/css/p/p25t_g.css +0 -3
- package/css/p/ppvlfi.css +0 -3
- package/css/q/q0nxhr.css +0 -3
- package/css/t/tzqd7i.css +0 -3
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
4
|
+
import '../../css/p/pg9-rl.css';
|
|
5
|
+
import '../../css/y/yde7gv.css';
|
|
6
|
+
import '../../css/n/nf7kmc.css';
|
|
7
7
|
|
|
8
8
|
let {width, height, ...props} = $props();
|
|
9
9
|
|
|
10
10
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><path class="
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="pg9-rl"/><path class="yde7gv"/><circle class="nf7kmc"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:book-key" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/f/fda-5zw.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="fda-5zw"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:cloud-alert" {...props}></Icon>
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
4
|
import '../../css/q/q42bmp.css';
|
|
5
|
-
import '../../css/
|
|
5
|
+
import '../../css/c/cbe2ix.css';
|
|
6
6
|
|
|
7
7
|
let {width, height, ...props} = $props();
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="s43_jkd"><path class="q42bmp"/><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="q42bmp"/><path class="cbe2ix"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:cloud-check" {...props}></Icon>
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/c/c19jhxq.css';
|
|
4
|
+
import '../../css/z/z6k2-l8r.css';
|
|
6
5
|
import '../../css/p/pn48gf.css';
|
|
7
6
|
|
|
8
7
|
let {width, height, ...props} = $props();
|
|
9
8
|
|
|
10
9
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="z6k2-l8r"/><circle class="pn48gf"/></g>`;
|
|
12
11
|
</script>
|
|
13
12
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:file-cog-2" {...props}></Icon>
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/c/c19jhxq.css';
|
|
4
|
+
import '../../css/z/z6k2-l8r.css';
|
|
6
5
|
import '../../css/p/pn48gf.css';
|
|
7
6
|
|
|
8
7
|
let {width, height, ...props} = $props();
|
|
9
8
|
|
|
10
9
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><path class="
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="z6k2-l8r"/><circle class="pn48gf"/></g>`;
|
|
12
11
|
</script>
|
|
13
12
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:file-cog" {...props}></Icon>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/
|
|
4
|
+
import '../../css/x/x_rvzk.css';
|
|
5
|
+
import '../../css/f/fqgjkac.css';
|
|
6
|
+
import '../../css/q/qtxsel.css';
|
|
7
7
|
|
|
8
8
|
let {width, height, ...props} = $props();
|
|
9
9
|
|
|
10
10
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><path class="
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="x_rvzk"/><path class="fqgjkac"/><circle class="qtxsel"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:file-key" {...props}></Icon>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/h/hbwugwb.css';
|
|
5
|
+
import '../../css/n/nrghjb.css';
|
|
6
6
|
|
|
7
7
|
let {width, height, ...props} = $props();
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="s43_jkd"><
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="hbwugwb"/><circle class="nrghjb"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:folder-key" {...props}></Icon>
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
4
|
+
import '../../css/r/r83_z9b.css';
|
|
5
5
|
import '../../css/b/bser5v.css';
|
|
6
6
|
import '../../css/f/fxwnbh.css';
|
|
7
|
-
import '../../css/b/bwibpi.css';
|
|
8
7
|
|
|
9
8
|
let {width, height, ...props} = $props();
|
|
10
9
|
|
|
11
10
|
const viewBox = {"width":24,"height":24};
|
|
12
|
-
const content = `<g class="s43_jkd"><path class="
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="r83_z9b"/><circle class="bser5v"/><circle class="fxwnbh"/></g>`;
|
|
13
12
|
</script>
|
|
14
13
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:forklift" {...props}></Icon>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/n/nx-h-hb.css';
|
|
5
|
+
import '../../css/j/jt3syer.css';
|
|
6
|
+
|
|
7
|
+
let {width, height, ...props} = $props();
|
|
8
|
+
|
|
9
|
+
const viewBox = {"width":24,"height":24};
|
|
10
|
+
const content = `<g class="s43_jkd"><path class="nx-h-hb"/><path class="jt3syer"/></g>`;
|
|
11
|
+
</script>
|
|
12
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:globe-off" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/w/wxi_m7t.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="wxi_m7t"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:lens-concave" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/z/zv-br86h.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="zv-br86h"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:lens-convex" {...props}></Icon>
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/p/poo62oj.css';
|
|
5
|
+
import '../../css/j/jwn4f8b.css';
|
|
6
|
+
import '../../css/n/nnjt6e.css';
|
|
6
7
|
|
|
7
8
|
let {width, height, ...props} = $props();
|
|
8
9
|
|
|
9
10
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="s43_jkd"><path class="
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="poo62oj"/><path class="jwn4f8b"/><path class="nnjt6e"/></g>`;
|
|
11
12
|
</script>
|
|
12
13
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:rocket" {...props}></Icon>
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
3
|
import '../../css/s/s43_jkd.css';
|
|
4
|
-
import '../../css/
|
|
4
|
+
import '../../css/e/egxa_x.css';
|
|
5
5
|
import '../../css/y/yyswyf.css';
|
|
6
|
-
import '../../css/
|
|
6
|
+
import '../../css/j/jsnbsr.css';
|
|
7
7
|
|
|
8
8
|
let {width, height, ...props} = $props();
|
|
9
9
|
|
|
10
10
|
const viewBox = {"width":24,"height":24};
|
|
11
|
-
const content = `<g class="s43_jkd"><path class="
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="egxa_x"/><path class="yyswyf"/><circle class="jsnbsr"/></g>`;
|
|
12
12
|
</script>
|
|
13
13
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:rotate-ccw-key" {...props}></Icon>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/h/h--dxb.css';
|
|
5
|
+
import '../../css/g/ghya2b.css';
|
|
6
|
+
import '../../css/n/ny1qrk.css';
|
|
7
|
+
|
|
8
|
+
let {width, height, ...props} = $props();
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="h--dxb"/><circle class="ghya2b"/><circle class="ny1qrk"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:user-key" {...props}></Icon>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/s/s43_jkd.css';
|
|
4
|
+
import '../../css/o/okm4lb.css';
|
|
5
|
+
import '../../css/m/mio52i.css';
|
|
6
|
+
import '../../css/x/xtsrmv.css';
|
|
7
|
+
|
|
8
|
+
let {width, height, ...props} = $props();
|
|
9
|
+
|
|
10
|
+
const viewBox = {"width":24,"height":24};
|
|
11
|
+
const content = `<g class="s43_jkd"><path class="okm4lb"/><circle class="mio52i"/><circle class="xtsrmv"/></g>`;
|
|
12
|
+
</script>
|
|
13
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="lucide:user-round-key" {...props}></Icon>
|
package/css/c/cbe2ix.css
ADDED
package/css/e/egxa_x.css
ADDED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
.fda-5zw {
|
|
2
2
|
fill: none;
|
|
3
3
|
stroke: currentColor;
|
|
4
4
|
stroke-linecap: round;
|
|
5
5
|
stroke-linejoin: round;
|
|
6
6
|
stroke-width: 2px;
|
|
7
|
-
d: path("M12 12v4m0 4h.
|
|
7
|
+
d: path("M12 12v4m0 4h.01m-3.882-3.051A7 7 0 1 1 15.71 8h1.79a1 1 0 0 1 0 9h-1.642");
|
|
8
8
|
}
|
package/css/h/h--dxb.css
ADDED
package/css/j/jsnbsr.css
ADDED
package/css/n/nf7kmc.css
ADDED
package/css/n/nnjt6e.css
ADDED
package/css/o/okm4lb.css
ADDED
package/css/p/pg9-rl.css
ADDED
package/css/x/x_rvzk.css
ADDED
package/css/y/yde7gv.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.z6k2-l8r {
|
|
2
|
+
d: path("M15 8a1 1 0 0 1-1-1V2a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8zm5 0v12a2 2 0 0 1-2 2h-4.182M3.305 19.53l.923-.382M4 10.592V4a2 2 0 0 1 2-2h8M4.228 16.852l-.924-.383m2.548-1.241l-.383-.923m.383 6.467l-.383.924m2.679-6.468l.383-.923m-.001 7.391l-.382-.924m1.625-3.92l.922-.383m-.922 2.679l.922.383");
|
|
3
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.zv-br86h {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 2px;
|
|
7
|
+
d: path("M13.433 2a1 1 0 0 1 .824.448a18 18 0 0 1 0 19.104a1 1 0 0 1-.824.448h-2.866a1 1 0 0 1-.824-.448a18 18 0 0 1 0-19.104A1 1 0 0 1 10.567 2z");
|
|
8
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"prefix": "lucide",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Lucide",
|
|
5
|
-
"total":
|
|
5
|
+
"total": 1674,
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Lucide Contributors",
|
|
8
8
|
"url": "https://github.com/lucide-icons/lucide"
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
],
|
|
30
30
|
"palette": false
|
|
31
31
|
},
|
|
32
|
-
"lastModified":
|
|
32
|
+
"lastModified": 1771310332
|
|
33
33
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/lucide",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.22",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/lucide/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "ISC",
|
|
@@ -3114,6 +3114,10 @@
|
|
|
3114
3114
|
"types": "./types/gfwqskkx.d.ts",
|
|
3115
3115
|
"svelte": "./components/g/globe-lock.svelte"
|
|
3116
3116
|
},
|
|
3117
|
+
"./globe-off": {
|
|
3118
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3119
|
+
"svelte": "./components/g/globe-off.svelte"
|
|
3120
|
+
},
|
|
3117
3121
|
"./globe-x": {
|
|
3118
3122
|
"types": "./types/gfwqskkx.d.ts",
|
|
3119
3123
|
"svelte": "./components/g/globe-x.svelte"
|
|
@@ -3646,6 +3650,14 @@
|
|
|
3646
3650
|
"types": "./types/gfwqskkx.d.ts",
|
|
3647
3651
|
"svelte": "./components/l/lectern.svelte"
|
|
3648
3652
|
},
|
|
3653
|
+
"./lens-concave": {
|
|
3654
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3655
|
+
"svelte": "./components/l/lens-concave.svelte"
|
|
3656
|
+
},
|
|
3657
|
+
"./lens-convex": {
|
|
3658
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
3659
|
+
"svelte": "./components/l/lens-convex.svelte"
|
|
3660
|
+
},
|
|
3649
3661
|
"./letter-text": {
|
|
3650
3662
|
"types": "./types/gfwqskkx.d.ts",
|
|
3651
3663
|
"svelte": "./components/l/letter-text.svelte"
|
|
@@ -6502,6 +6514,10 @@
|
|
|
6502
6514
|
"types": "./types/gfwqskkx.d.ts",
|
|
6503
6515
|
"svelte": "./components/u/user-cog.svelte"
|
|
6504
6516
|
},
|
|
6517
|
+
"./user-key": {
|
|
6518
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6519
|
+
"svelte": "./components/u/user-key.svelte"
|
|
6520
|
+
},
|
|
6505
6521
|
"./user-lock": {
|
|
6506
6522
|
"types": "./types/gfwqskkx.d.ts",
|
|
6507
6523
|
"svelte": "./components/u/user-lock.svelte"
|
|
@@ -6530,6 +6546,10 @@
|
|
|
6530
6546
|
"types": "./types/gfwqskkx.d.ts",
|
|
6531
6547
|
"svelte": "./components/u/user-round-cog.svelte"
|
|
6532
6548
|
},
|
|
6549
|
+
"./user-round-key": {
|
|
6550
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
6551
|
+
"svelte": "./components/u/user-round-key.svelte"
|
|
6552
|
+
},
|
|
6533
6553
|
"./user-round-minus": {
|
|
6534
6554
|
"types": "./types/gfwqskkx.d.ts",
|
|
6535
6555
|
"svelte": "./components/u/user-round-minus.svelte"
|
package/css/a/ay2-wbr.css
DELETED
package/css/b/bm9if-b.css
DELETED
package/css/b/bwibpi.css
DELETED
package/css/c/c19jhxq.css
DELETED
package/css/f/fu__ac.css
DELETED
package/css/h/hwdwrf.css
DELETED
package/css/j/jpwtd1b.css
DELETED
package/css/k/k7zojmk.css
DELETED
package/css/k/kd06yl.css
DELETED
package/css/k/kmhssr.css
DELETED
package/css/l/lfmdqa.css
DELETED
package/css/p/p25t_g.css
DELETED
package/css/p/ppvlfi.css
DELETED
package/css/q/q0nxhr.css
DELETED
package/css/t/tzqd7i.css
DELETED