@iconify-svelte/codicon 1.0.4 → 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/a/add-small.svelte +10 -0
- package/components/c/cloud-small.svelte +10 -0
- package/components/c/collection-small.svelte +10 -0
- package/components/e/extensions-large.svelte +3 -3
- package/components/e/extensions.svelte +2 -2
- package/components/g/git-stash-apply.svelte +2 -4
- package/components/g/git-stash-pop.svelte +4 -2
- package/components/g/git-stash.svelte +2 -2
- package/components/k/keyboard-tab-above.svelte +2 -2
- package/components/r/remove-small.svelte +10 -0
- package/components/v/vm-small.svelte +10 -0
- package/css/c/ciwkabc.css +4 -0
- package/css/e/eee2krbt.css +4 -0
- package/css/e/epa5hnsz.css +4 -0
- package/css/f/fl0qf5j.css +4 -0
- package/css/j/jynczebv.css +4 -0
- package/css/p/p2a315b.css +4 -0
- package/css/p/p5-wtnbr.css +4 -0
- package/css/p/pqh2fxp.css +3 -0
- package/css/s/si18as_t.css +4 -0
- package/css/u/ugd4lfbh.css +4 -0
- package/css/u/uxt91r.css +4 -0
- package/css/x/x1oyjcce.css +4 -0
- package/iconify.json +3 -3
- package/package.json +21 -1
- package/css/d/dtmuqcba.css +0 -4
- package/css/g/g_3jsiez.css +0 -4
- package/css/k/ksup55bn.css +0 -4
- package/css/l/lndl27br.css +0 -4
- package/css/s/sp8s9wbv.css +0 -4
- package/css/t/trbduacx.css +0 -4
- package/css/v/vwnvv8m.css +0 -3
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/c/ciwkabc.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":11,"height":11};
|
|
8
|
+
const content = `<path class="ciwkabc"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:add-small" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/e/eee2krbt.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":10,"height":10};
|
|
8
|
+
const content = `<path class="eee2krbt"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:cloud-small" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/f/fl0qf5j.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":10,"height":10};
|
|
8
|
+
const content = `<path class="fl0qf5j"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:collection-small" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/si18as_t.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
|
-
const viewBox = {"width":24,"height":
|
|
8
|
-
const content = `<path class="
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="si18as_t"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:extensions-large" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/x1oyjcce.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":16,"height":16};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="x1oyjcce"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:extensions" {...props}></Icon>
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/s/sp8s9wbv.css';
|
|
5
|
-
import '../../css/v/vwnvv8m.css';
|
|
3
|
+
import '../../css/u/ugd4lfbh.css';
|
|
6
4
|
|
|
7
5
|
let {width, height, ...props} = $props();
|
|
8
6
|
|
|
9
7
|
const viewBox = {"width":16,"height":16};
|
|
10
|
-
const content = `<
|
|
8
|
+
const content = `<path class="ugd4lfbh"/>`;
|
|
11
9
|
</script>
|
|
12
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:git-stash-apply" {...props}></Icon>
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/cuyn6t.css';
|
|
4
|
+
import '../../css/p/p5-wtnbr.css';
|
|
5
|
+
import '../../css/p/pqh2fxp.css';
|
|
4
6
|
|
|
5
7
|
let {width, height, ...props} = $props();
|
|
6
8
|
|
|
7
9
|
const viewBox = {"width":16,"height":16};
|
|
8
|
-
const content = `<path class="
|
|
10
|
+
const content = `<g class="cuyn6t"><path clip-rule="evenodd" class="p5-wtnbr"/><path class="pqh2fxp"/></g>`;
|
|
9
11
|
</script>
|
|
10
12
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:git-stash-pop" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/e/epa5hnsz.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":16,"height":16};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="epa5hnsz"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:git-stash" {...props}></Icon>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script>
|
|
2
2
|
import Icon from '@iconify/css-svelte';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/jynczebv.css';
|
|
4
4
|
|
|
5
5
|
let {width, height, ...props} = $props();
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":16,"height":16};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="jynczebv"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:keyboard-tab-above" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/u/uxt91r.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":11,"height":11};
|
|
8
|
+
const content = `<path class="uxt91r"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:remove-small" {...props}></Icon>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
import Icon from '@iconify/css-svelte';
|
|
3
|
+
import '../../css/p/p2a315b.css';
|
|
4
|
+
|
|
5
|
+
let {width, height, ...props} = $props();
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":10,"height":10};
|
|
8
|
+
const content = `<path class="p2a315b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<Icon width={width} height={height} viewBox={viewBox} content={content} fallback="codicon:vm-small" {...props}></Icon>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.eee2krbt {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.75 8h-5.5C1.01 8 0 6.99 0 5.75c0-1.17.897-2.134 2.04-2.24A3.005 3.005 0 0 1 5 1a3.005 3.005 0 0 1 2.96 2.51A2.25 2.25 0 0 1 10 5.75C10 6.99 8.99 8 7.75 8m-5.5-3.5C1.561 4.5 1 5.061 1 5.75S1.561 7 2.25 7h5.5C8.439 7 9 6.439 9 5.75S8.439 4.5 7.75 4.5H7.5A.5.5 0 0 1 7 4c0-1.103-.897-2-2-2s-2 .897-2 2a.5.5 0 0 1-.5.5z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.epa5hnsz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14.5 8h-4a.5.5 0 0 0-.5.5c0 1.103-.897 2-2 2s-2-.897-2-2a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0-.5.5v4C1 13.878 2.121 15 3.5 15h9c1.379 0 2.5-1.122 2.5-2.5v-4a.5.5 0 0 0-.5-.5m-.5 4.5c0 .827-.673 1.5-1.5 1.5h-9c-.827 0-1.5-.673-1.5-1.5V9h3.042A3.005 3.005 0 0 0 8 11.5A3.005 3.005 0 0 0 10.958 9H14zM5.646 5.854a.5.5 0 0 1 .707-.707l1.146 1.146V1.5a.5.5 0 0 1 1 0v4.793l1.146-1.146a.5.5 0 0 1 .707.707l-2 2a.5.5 0 0 1-.708 0l-2-2z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jynczebv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M1.501 3a.5.5 0 0 1 .5.5v3c0 .827.673 1.5 1.5 1.5h7.793L8.648 5.354a.5.5 0 0 1 .707-.707l3.5 3.5a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707l2.646-2.646H3.5a2.5 2.5 0 0 1-2.5-2.5v-3a.5.5 0 0 1 .5-.5zM14 4v9l.008.09A.5.5 0 0 0 15 13V4l-.008-.09A.5.5 0 0 0 14 4");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.p5-wtnbr {
|
|
2
|
+
fill-rule: evenodd;
|
|
3
|
+
d: path("M5.5 8a.5.5 0 0 1 .5.5c0 1.103.897 2 2 2s2-.897 2-2a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v4c0 1.378-1.121 2.5-2.5 2.5h-9A2.503 2.503 0 0 1 1 12.5v-4a.5.5 0 0 1 .5-.5zM2 9v3.5c0 .827.673 1.5 1.5 1.5h9c.827 0 1.5-.673 1.5-1.5V9h-3.042A3.005 3.005 0 0 1 8 11.5A3.005 3.005 0 0 1 5.042 9z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.si18as_t {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M23 7.219c0-.58-.226-1.127-.636-1.536l-4.063-4.067c-.82-.821-2.25-.821-3.068 0L12 4.85v-.2a2.203 2.203 0 0 0-2.2-2.202H3.2c-1.213 0-2.2.987-2.2 2.202v16.148C1 22.013 1.987 23 3.2 23h16.133c1.214 0 2.2-.988 2.2-2.202v-6.606a2.203 2.203 0 0 0-2.2-2.202h-.201l3.232-3.235c.41-.41.636-.955.636-1.536M3.2 3.916h6.6c.404 0 .733.329.733.734v7.34H2.467V4.65c0-.405.33-.734.733-.734m-.733 16.882v-7.34h8.066v8.074H3.2a.735.735 0 0 1-.733-.734m17.6-6.606v6.606c0 .404-.33.734-.734.734H12v-8.074h7.333c.404 0 .734.329.734.734M12 11.99V9.585l2.402 2.405zm9.327-4.274l-4.064 4.067a.72.72 0 0 1-.994 0l-4.064-4.067a.7.7 0 0 1 0-.994l4.064-4.068a.697.697 0 0 1 .993 0l4.064 4.068a.7.7 0 0 1 .206.497a.7.7 0 0 1-.205.497");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.ugd4lfbh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M14.5 8h-4a.5.5 0 0 0-.5.5c0 1.103-.897 2-2 2s-2-.897-2-2a.5.5 0 0 0-.5-.5h-4a.5.5 0 0 0-.5.5v4C1 13.878 2.121 15 3.5 15h9c1.379 0 2.5-1.122 2.5-2.5v-4a.5.5 0 0 0-.5-.5m-.5 4.5c0 .827-.673 1.5-1.5 1.5h-9c-.827 0-1.5-.673-1.5-1.5V9h3.042A3.005 3.005 0 0 0 8 11.5A3.005 3.005 0 0 0 10.958 9H14zM5.646 3.854a.5.5 0 0 1 0-.707l2-2a.5.5 0 0 1 .707 0l2 2a.5.5 0 0 1-.708.707L8.499 2.708v.793a.5.5 0 0 1-1 0v-.793L6.353 3.854a.5.5 0 0 1-.707 0M8.5 5.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0m0 2a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0");
|
|
4
|
+
}
|
package/css/u/uxt91r.css
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.x1oyjcce {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M15 4.957c0-.37-.144-.716-.405-.977L12.01 1.392c-.522-.523-1.431-.523-1.953 0L8 3.452v-.129c0-.772-.628-1.401-1.4-1.401H2.4c-.772 0-1.4.629-1.4 1.401V13.6c0 .77.628 1.4 1.4 1.4h10.267c.771 0 1.4-.629 1.4-1.401V9.395c0-.772-.629-1.401-1.4-1.401h-.13l2.058-2.059c.26-.26.405-.609.405-.978M2.4 2.855h4.2c.257 0 .467.21.467.467v4.671H1.933v-4.67c0-.259.21-.468.467-.468m-.467 10.743v-4.67h5.134v5.137H2.4a.47.47 0 0 1-.467-.467m11.2-4.204v4.204c0 .257-.21.467-.466.467H8V8.927h4.667c.256 0 .466.21.466.467M8 7.993v-1.53l1.529 1.53zm5.935-2.72l-2.586 2.59a.456.456 0 0 1-.633 0L8.13 5.272a.445.445 0 0 1 0-.632l2.586-2.588a.444.444 0 0 1 .633 0l2.586 2.588a.445.445 0 0 1 0 .632");
|
|
4
|
+
}
|
package/iconify.json
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
"prefix": "codicon",
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "Codicons",
|
|
5
|
-
"total":
|
|
6
|
-
"version": "0.0.
|
|
5
|
+
"total": 532,
|
|
6
|
+
"version": "0.0.44",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "Microsoft Corporation",
|
|
9
9
|
"url": "https://github.com/microsoft/vscode-codicons"
|
|
@@ -28,5 +28,5 @@
|
|
|
28
28
|
],
|
|
29
29
|
"palette": false
|
|
30
30
|
},
|
|
31
|
-
"lastModified":
|
|
31
|
+
"lastModified": 1765694203
|
|
32
32
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iconify-svelte/codicon",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.6",
|
|
5
5
|
"homepage": "https://icon-sets.iconify.design/codicon/",
|
|
6
6
|
"bugs": "https://github.com/iconify/icon-sets/issues",
|
|
7
7
|
"license": "CC-BY-4.0",
|
|
@@ -18,6 +18,10 @@
|
|
|
18
18
|
"types": "./types/gfwqskkx.d.ts",
|
|
19
19
|
"svelte": "./components/a/add.svelte"
|
|
20
20
|
},
|
|
21
|
+
"./add-small": {
|
|
22
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
23
|
+
"svelte": "./components/a/add-small.svelte"
|
|
24
|
+
},
|
|
21
25
|
"./agent": {
|
|
22
26
|
"types": "./types/gfwqskkx.d.ts",
|
|
23
27
|
"svelte": "./components/a/agent.svelte"
|
|
@@ -298,6 +302,10 @@
|
|
|
298
302
|
"types": "./types/gfwqskkx.d.ts",
|
|
299
303
|
"svelte": "./components/c/cloud-download.svelte"
|
|
300
304
|
},
|
|
305
|
+
"./cloud-small": {
|
|
306
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
307
|
+
"svelte": "./components/c/cloud-small.svelte"
|
|
308
|
+
},
|
|
301
309
|
"./cloud-upload": {
|
|
302
310
|
"types": "./types/gfwqskkx.d.ts",
|
|
303
311
|
"svelte": "./components/c/cloud-upload.svelte"
|
|
@@ -326,6 +334,10 @@
|
|
|
326
334
|
"types": "./types/gfwqskkx.d.ts",
|
|
327
335
|
"svelte": "./components/c/collection.svelte"
|
|
328
336
|
},
|
|
337
|
+
"./collection-small": {
|
|
338
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
339
|
+
"svelte": "./components/c/collection-small.svelte"
|
|
340
|
+
},
|
|
329
341
|
"./color-mode": {
|
|
330
342
|
"types": "./types/gfwqskkx.d.ts",
|
|
331
343
|
"svelte": "./components/c/color-mode.svelte"
|
|
@@ -1506,6 +1518,10 @@
|
|
|
1506
1518
|
"types": "./types/gfwqskkx.d.ts",
|
|
1507
1519
|
"svelte": "./components/r/remove.svelte"
|
|
1508
1520
|
},
|
|
1521
|
+
"./remove-small": {
|
|
1522
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
1523
|
+
"svelte": "./components/r/remove-small.svelte"
|
|
1524
|
+
},
|
|
1509
1525
|
"./rename": {
|
|
1510
1526
|
"types": "./types/gfwqskkx.d.ts",
|
|
1511
1527
|
"svelte": "./components/r/rename.svelte"
|
|
@@ -2070,6 +2086,10 @@
|
|
|
2070
2086
|
"types": "./types/gfwqskkx.d.ts",
|
|
2071
2087
|
"svelte": "./components/v/vm-running.svelte"
|
|
2072
2088
|
},
|
|
2089
|
+
"./vm-small": {
|
|
2090
|
+
"types": "./types/gfwqskkx.d.ts",
|
|
2091
|
+
"svelte": "./components/v/vm-small.svelte"
|
|
2092
|
+
},
|
|
2073
2093
|
"./vr": {
|
|
2074
2094
|
"types": "./types/gfwqskkx.d.ts",
|
|
2075
2095
|
"svelte": "./components/v/vr.svelte"
|
package/css/d/dtmuqcba.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.dtmuqcba {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M5.854 5.146L7 6.292V1.5a.5.5 0 0 1 1 0v4.792l1.146-1.146a.5.5 0 0 1 .707.707l-1.999 2l-.003.003A.5.5 0 0 1 7.503 8h-.006a.5.5 0 0 1-.35-.147l-2-2a.5.5 0 0 1 .707-.707M14 8.5v3c0 1.379-1.122 2.5-2.5 2.5h-8A2.503 2.503 0 0 1 1 11.5v-3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5c0 .827.673 1.5 1.5 1.5S9 9.327 9 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5M13 9H9.95a2.504 2.504 0 0 1-2.45 2a2.504 2.504 0 0 1-2.45-2H2v2.5c0 .827.673 1.5 1.5 1.5h8c.827 0 1.5-.673 1.5-1.5z");
|
|
4
|
-
}
|
package/css/g/g_3jsiez.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.g_3jsiez {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M16 4.25c0-.396-.154-.767-.434-1.046l-2.77-2.77c-.559-.56-1.533-.56-2.092 0L8.5 2.638v-.137c0-.827-.673-1.5-1.5-1.5H2.5c-.827 0-1.5.673-1.5 1.5v11c0 .827.673 1.5 1.5 1.5h11c.827 0 1.5-.673 1.5-1.5v-4.5c0-.827-.673-1.5-1.5-1.5h-.138l2.204-2.204c.279-.279.434-.652.434-1.047M2.5 2H7a.5.5 0 0 1 .5.5v5H2v-5a.5.5 0 0 1 .5-.5M2 13.5v-5h5.5V14h-5a.5.5 0 0 1-.5-.5M14 9v4.5c0 .275-.225.5-.5.5h-5V8.5h5a.5.5 0 0 1 .5.5M8.5 7.5V5.862L10.138 7.5zm6.359-2.911L12.088 7.36a.49.49 0 0 1-.678 0L8.639 4.589a.476.476 0 0 1 0-.677l2.771-2.771a.476.476 0 0 1 .678 0l2.771 2.771a.476.476 0 0 1 0 .677");
|
|
4
|
-
}
|
package/css/k/ksup55bn.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.ksup55bn {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M24 6.943c0-.593-.231-1.151-.65-1.57l-4.156-4.155c-.838-.84-2.3-.84-3.138 0L12.75 4.524v-.206a2.25 2.25 0 0 0-2.25-2.25H3.75a2.25 2.25 0 0 0-2.25 2.25v16.5a2.25 2.25 0 0 0 2.25 2.25h16.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25h-.206l3.306-3.305c.419-.42.65-.976.65-1.57M3.75 3.568h6.75a.75.75 0 0 1 .75.75v7.5H3v-7.5a.75.75 0 0 1 .75-.75M3 20.818v-7.5h8.25v8.25h-7.5a.75.75 0 0 1-.75-.75m18-6.75v6.75c0 .413-.337.75-.75.75h-7.5v-8.25h7.5a.75.75 0 0 1 .75.75m-8.25-2.25V9.36l2.457 2.457zm9.539-4.367l-4.156 4.156a.736.736 0 0 1-1.017 0L12.96 7.45a.713.713 0 0 1 0-1.016l4.156-4.156a.713.713 0 0 1 1.016 0l4.156 4.156a.7.7 0 0 1 .211.508a.7.7 0 0 1-.21.508");
|
|
4
|
-
}
|
package/css/l/lndl27br.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.lndl27br {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M5.147 3.854a.5.5 0 0 1 0-.707l2-2A.5.5 0 0 1 7.497 1h.006a.5.5 0 0 1 .348.144l.003.003l1.999 2a.5.5 0 0 1-.707.707L8 2.708V7.5a.5.5 0 0 1-1 0V2.708L5.854 3.854a.5.5 0 0 1-.707 0M14 8.5v3c0 1.379-1.122 2.5-2.5 2.5h-8A2.503 2.503 0 0 1 1 11.5v-3a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5c0 .827.673 1.5 1.5 1.5S9 9.327 9 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5M13 9H9.95a2.504 2.504 0 0 1-2.45 2a2.504 2.504 0 0 1-2.45-2H2v2.5c0 .827.673 1.5 1.5 1.5h8c.827 0 1.5-.673 1.5-1.5z");
|
|
4
|
-
}
|
package/css/s/sp8s9wbv.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.sp8s9wbv {
|
|
2
|
-
fill-rule: evenodd;
|
|
3
|
-
d: path("M5.5 8a.5.5 0 0 1 .5.5c0 .827.673 1.5 1.5 1.5S9 9.327 9 8.5a.5.5 0 0 1 .5-.5h4a.5.5 0 0 1 .5.5v3c0 1.38-1.122 2.5-2.5 2.5h-8A2.503 2.503 0 0 1 1 11.5v-3a.5.5 0 0 1 .5-.5zM2 11.5c0 .827.673 1.5 1.5 1.5h8c.827 0 1.5-.673 1.5-1.5V9H9.95a2.504 2.504 0 0 1-2.45 2a2.505 2.505 0 0 1-2.45-2H2z");
|
|
4
|
-
}
|
package/css/t/trbduacx.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.trbduacx {
|
|
2
|
-
fill: currentColor;
|
|
3
|
-
d: path("M1.501 2a.5.5 0 0 1 .5.5v3c0 .827.673 1.5 1.5 1.5h7.793L8.648 4.354a.5.5 0 0 1 .707-.707l3.5 3.5a.5.5 0 0 1 0 .707l-3.5 3.5a.5.5 0 0 1-.708 0a.5.5 0 0 1 0-.707l2.646-2.646H3.5a2.5 2.5 0 0 1-2.5-2.5v-3a.5.5 0 0 1 .5-.5zM14 3v9l.008.09A.5.5 0 0 0 15 12V3l-.008-.09A.5.5 0 0 0 14 3");
|
|
4
|
-
}
|
package/css/v/vwnvv8m.css
DELETED