@iconify-vue/hugeicons 1.0.6 → 1.0.8
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/archive-03.vue +4 -2
- package/components/b/bandage.vue +4 -2
- package/components/c/chart-column.vue +2 -2
- package/components/c/computer.vue +4 -2
- package/components/f/file-search.vue +3 -3
- package/components/f/folder-clock.vue +4 -2
- package/components/f/folder-sync.vue +2 -4
- package/components/g/git-pull-request-draft.vue +4 -7
- package/components/p/progress.vue +2 -2
- package/components/s/skull.vue +4 -4
- package/components/s/square-square.vue +4 -6
- package/components/u/unfold-more.vue +2 -2
- package/components/w/warehouse.vue +3 -3
- package/css/a/aeapafze.css +3 -0
- package/css/c/comurwv.css +3 -0
- package/css/d/dxr_ig.css +3 -0
- package/css/g/gkmld7bs.css +3 -0
- package/css/h/hyc2yvu.css +3 -0
- package/css/{a/a90b_tb.css → j/j7y92cc.css} +2 -2
- package/css/k/kkgqdibr.css +3 -0
- package/css/l/lhszwxb.css +3 -0
- package/css/l/lpn3rbdm.css +8 -0
- package/css/m/m-lqwiox.css +3 -0
- package/css/p/pma6y2fj.css +3 -0
- package/css/q/q2urjp.css +5 -0
- package/css/q/q901sd.css +3 -0
- package/css/s/s5bwrobg.css +3 -0
- package/css/s/s64mdxbo.css +8 -0
- package/css/u/uklsy3_u.css +3 -0
- package/css/v/vkig2-b.css +3 -0
- package/css/y/ykzxdybx.css +3 -0
- package/css/z/z5sngq.css +3 -0
- package/css/z/zcrcyl.css +5 -0
- package/iconify.json +1 -1
- package/package.json +1 -1
- package/css/c/crnsbns.css +0 -8
- package/css/f/f_778gbd.css +0 -8
- package/css/h/hbwwod.css +0 -6
- package/css/k/k7g2-5bp.css +0 -4
- package/css/m/mwqovwb.css +0 -3
- package/css/n/n4vu4nb.css +0 -3
- package/css/n/n7ab4fz.css +0 -4
- package/css/o/ox6je8q.css +0 -4
- package/css/p/pfl4tsdq.css +0 -8
- package/css/q/qk7n7x.css +0 -6
- package/css/r/rjzw3f.css +0 -3
- package/css/r/rqwslb.css +0 -6
- package/css/s/sfnlwvwe.css +0 -3
- package/css/v/vkih9mb.css +0 -6
- package/css/w/wfh1bkbc.css +0 -8
- package/css/w/wrxw8xbt.css +0 -8
- package/css/x/x67_vt.css +0 -6
- package/css/y/y7aw1so.css +0 -5
- package/css/y/ys2yrmbe.css +0 -3
- package/css/z/ztl8z7h.css +0 -4
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/cv0n0om.css';
|
|
4
|
+
import '../../css/v/vgo9wxb.css';
|
|
5
|
+
import '../../css/q/q901sd.css';
|
|
4
6
|
|
|
5
7
|
const props = defineProps(["width","height"]);
|
|
6
8
|
|
|
7
9
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
10
|
+
const content = `<g class="cv0n0om"><path class="vgo9wxb"/><path class="q901sd"/></g>`;
|
|
9
11
|
</script>
|
|
10
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:archive-03" /></template>
|
package/components/b/bandage.vue
CHANGED
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/cv0n0om.css';
|
|
4
|
+
import '../../css/k/kkgqdibr.css';
|
|
5
|
+
import '../../css/c/comurwv.css';
|
|
4
6
|
|
|
5
7
|
const props = defineProps(["width","height"]);
|
|
6
8
|
|
|
7
9
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
10
|
+
const content = `<g class="cv0n0om"><path class="kkgqdibr"/><path class="comurwv"/></g>`;
|
|
9
11
|
</script>
|
|
10
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:bandage" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/j/j7y92cc.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="j7y92cc"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:chart-column" /></template>
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/cv0n0om.css';
|
|
4
|
+
import '../../css/p/pma6y2fj.css';
|
|
5
|
+
import '../../css/m/m-lqwiox.css';
|
|
4
6
|
|
|
5
7
|
const props = defineProps(["width","height"]);
|
|
6
8
|
|
|
7
9
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
10
|
+
const content = `<g class="cv0n0om"><path class="pma6y2fj"/><path class="m-lqwiox"/></g>`;
|
|
9
11
|
</script>
|
|
10
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:computer" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/c/cv0n0om.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/d/dxr_ig.css';
|
|
5
|
+
import '../../css/y/ykzxdybx.css';
|
|
6
6
|
|
|
7
7
|
const props = defineProps(["width","height"]);
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="cv0n0om"><path class="
|
|
10
|
+
const content = `<g class="cv0n0om"><path class="dxr_ig"/><path class="ykzxdybx"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:file-search" /></template>
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/cv0n0om.css';
|
|
4
|
+
import '../../css/q/q2urjp.css';
|
|
5
|
+
import '../../css/s/s5bwrobg.css';
|
|
4
6
|
|
|
5
7
|
const props = defineProps(["width","height"]);
|
|
6
8
|
|
|
7
9
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
10
|
+
const content = `<g class="cv0n0om"><circle class="q2urjp"/><path class="s5bwrobg"/></g>`;
|
|
9
11
|
</script>
|
|
10
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:folder-clock" /></template>
|
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/u/ub3uy7bs.css';
|
|
5
|
-
import '../../css/z/ztl8z7h.css';
|
|
3
|
+
import '../../css/l/lpn3rbdm.css';
|
|
6
4
|
|
|
7
5
|
const props = defineProps(["width","height"]);
|
|
8
6
|
|
|
9
7
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<
|
|
8
|
+
const content = `<path class="lpn3rbdm"/>`;
|
|
11
9
|
</script>
|
|
12
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:folder-sync" /></template>
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/h/hbwwod.css';
|
|
7
|
-
import '../../css/q/qk7n7x.css';
|
|
8
|
-
import '../../css/v/vkih9mb.css';
|
|
3
|
+
import '../../css/c/cv0n0om.css';
|
|
4
|
+
import '../../css/z/zcrcyl.css';
|
|
5
|
+
import '../../css/z/z5sngq.css';
|
|
9
6
|
|
|
10
7
|
const props = defineProps(["width","height"]);
|
|
11
8
|
|
|
12
9
|
const viewBox = {"width":24,"height":24};
|
|
13
|
-
const content = `<g class="
|
|
10
|
+
const content = `<g class="cv0n0om"><circle class="zcrcyl"/><path class="z5sngq"/></g>`;
|
|
14
11
|
</script>
|
|
15
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:git-pull-request-draft" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/c/cv0n0om.css';
|
|
4
|
-
import '../../css/
|
|
4
|
+
import '../../css/s/shu3xd.css';
|
|
5
5
|
import '../../css/g/g-ohfj.css';
|
|
6
6
|
|
|
7
7
|
const props = defineProps(["width","height"]);
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="cv0n0om"><circle class="
|
|
10
|
+
const content = `<g class="cv0n0om"><circle class="shu3xd"/><path class="g-ohfj"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:progress" /></template>
|
package/components/s/skull.vue
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/cv0n0om.css';
|
|
4
|
+
import '../../css/a/aeapafze.css';
|
|
5
|
+
import '../../css/h/hyc2yvu.css';
|
|
6
6
|
|
|
7
7
|
const props = defineProps(["width","height"]);
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="
|
|
10
|
+
const content = `<g class="cv0n0om"><path class="aeapafze"/><path class="hyc2yvu"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:skull" /></template>
|
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
6
|
-
import '../../css/o/ox6je8q.css';
|
|
7
|
-
import '../../css/y/y7aw1so.css';
|
|
3
|
+
import '../../css/c/cv0n0om.css';
|
|
4
|
+
import '../../css/l/lhszwxb.css';
|
|
5
|
+
import '../../css/u/uklsy3_u.css';
|
|
8
6
|
|
|
9
7
|
const props = defineProps(["width","height"]);
|
|
10
8
|
|
|
11
9
|
const viewBox = {"width":24,"height":24};
|
|
12
|
-
const content = `<g class="
|
|
10
|
+
const content = `<g class="cv0n0om"><path class="lhszwxb"/><path class="uklsy3_u"/></g>`;
|
|
13
11
|
</script>
|
|
14
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:square-square" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/s64mdxbo.css';
|
|
4
4
|
|
|
5
5
|
const props = defineProps(["width","height"]);
|
|
6
6
|
|
|
7
7
|
const viewBox = {"width":24,"height":24};
|
|
8
|
-
const content = `<path class="
|
|
8
|
+
const content = `<path class="s64mdxbo"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:unfold-more" /></template>
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
3
|
import '../../css/c/cv0n0om.css';
|
|
4
|
-
import '../../css/
|
|
5
|
-
import '../../css/
|
|
4
|
+
import '../../css/v/vkig2-b.css';
|
|
5
|
+
import '../../css/g/gkmld7bs.css';
|
|
6
6
|
|
|
7
7
|
const props = defineProps(["width","height"]);
|
|
8
8
|
|
|
9
9
|
const viewBox = {"width":24,"height":24};
|
|
10
|
-
const content = `<g class="cv0n0om"><path class="
|
|
10
|
+
const content = `<g class="cv0n0om"><path class="vkig2-b"/><path class="gkmld7bs"/></g>`;
|
|
11
11
|
</script>
|
|
12
12
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="hugeicons:warehouse" /></template>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.aeapafze {
|
|
2
|
+
d: path("M12 3c-4.97 0-9 3.582-9 8c0 2.37 1.16 4.5 3.002 5.964l.29.232c.5.423.687.811.707 1.467l.001.203c0 .124 0 .187.003.239a2 2 0 0 0 1.892 1.892c.052.003.115.003.239.003h5.732c.124 0 .187 0 .239-.003a2 2 0 0 0 1.892-1.892c.003-.052.003-.115.003-.239v-.203c.02-.656.208-1.044.709-1.467c.023-.02.111-.09.29-.232C19.84 15.5 21 13.37 21 11c0-4.418-4.03-8-9-8m-2 18v-2m4 2v-2");
|
|
3
|
+
}
|
package/css/d/dxr_ig.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.gkmld7bs {
|
|
2
|
+
d: path("m18.129 5.232l-3-1.835C13.606 2.466 12.844 2 12 2s-1.606.466-3.129 1.397l-3 1.835c-1.403.858-2.104 1.287-2.488 1.971S3 8.71 3 10.356v5.64c0 2.83 0 4.245.879 5.125C4.757 22 6.172 22 9 22h6c2.828 0 4.243 0 5.121-.88c.879-.879.879-2.294.879-5.125v-5.64c0-1.645 0-2.468-.383-3.152c-.384-.684-1.085-1.113-2.488-1.971");
|
|
3
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
.
|
|
1
|
+
.j7y92cc {
|
|
2
2
|
fill: none;
|
|
3
3
|
stroke: currentColor;
|
|
4
4
|
stroke-linecap: round;
|
|
5
5
|
stroke-linejoin: round;
|
|
6
6
|
stroke-width: 1.5px;
|
|
7
|
-
d: path("
|
|
7
|
+
d: path("M8 9v8m5-12v12m5-4v4M3 3v10c0 3.771 0 5.657 1.172 6.828S7.229 21 11 21h10");
|
|
8
8
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.kkgqdibr {
|
|
2
|
+
d: path("m11.025 19.8l8.774-8.775c1.256-1.256 1.884-1.884 2.091-2.618a2.9 2.9 0 0 0 0-1.588c-.207-.735-.835-1.363-2.09-2.618c-1.256-1.256-1.884-1.884-2.619-2.091a2.9 2.9 0 0 0-1.588 0c-.734.207-1.362.835-2.618 2.09l-8.774 8.775c-1.256 1.256-1.884 1.884-2.091 2.618a2.9 2.9 0 0 0 0 1.588c.207.735.835 1.363 2.09 2.618c1.256 1.256 1.884 1.884 2.619 2.091c.52.147 1.069.147 1.588 0c.734-.207 1.362-.835 2.618-2.09M13 5l6 6M5 13l6 6");
|
|
3
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.lpn3rbdm {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 1.5px;
|
|
7
|
+
d: path("M8.002 6.5h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691 2.5 8.11 2.5 6.946 2.5c-1.817 0-2.726 0-3.408.38A3 3 0 0 0 2.38 4.038C2 4.72 2 5.628 2 7.444V10.5c0 4.714 0 7.072 1.465 8.536c1.357 1.357 3.481 1.457 7.538 1.464M21.465 15a4 4 0 0 0-6.994.115M14.535 19a3.999 3.999 0 0 0 6.987-.103M17 15.5h-1c-.943 0-1.414 0-1.707-.293S14 14.443 14 13.5v-1m5 6h1c.943 0 1.414 0 1.707.293S22 19.557 22 20.5v1");
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.m-lqwiox {
|
|
2
|
+
d: path("M6 13h12c.93 0 1.395 0 1.776.102a3 3 0 0 1 2.122 2.121C22 15.606 22 16.07 22 17s0 1.395-.102 1.776a3 3 0 0 1-2.122 2.122C19.396 21 18.93 21 18 21H6c-.93 0-1.395 0-1.776-.102a3 3 0 0 1-2.122-2.122C2 18.396 2 17.93 2 17s0-1.395.102-1.777a3 3 0 0 1 2.122-2.12C4.605 13 5.07 13 6 13");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.pma6y2fj {
|
|
2
|
+
d: path("M6 17h2m4 0h6M10 3h4c1.87 0 2.804 0 3.5.402A3 3 0 0 1 18.598 4.5C19 5.196 19 6.13 19 8s0 2.804-.402 3.5a3 3 0 0 1-1.098 1.098C16.804 13 15.87 13 14 13h-4c-1.87 0-2.804 0-3.5-.402A3 3 0 0 1 5.402 11.5C5 10.804 5 9.87 5 8s0-2.804.402-3.5A3 3 0 0 1 6.5 3.402C7.196 3 8.13 3 10 3");
|
|
3
|
+
}
|
package/css/q/q2urjp.css
ADDED
package/css/q/q901sd.css
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.s5bwrobg {
|
|
2
|
+
d: path("M17 14.5v2l1.5.5M8.013 6.504h8.77c2.111 0 3.167 0 3.925.507c.328.219.61.5.83.828c.281.421.406.934.462 1.669m-9.978-3.004l-.635-1.268c-.526-1.05-1.006-2.108-2.172-2.545c-.51-.191-1.093-.191-2.26-.191c-1.82 0-2.73 0-3.414.38a3 3 0 0 0-1.16 1.16C2 4.722 2 5.63 2 7.45v3.059c0 4.72 0 7.079 1.468 8.545c1.116 1.115 2.75 1.382 5.548 1.446");
|
|
3
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
.s64mdxbo {
|
|
2
|
+
fill: none;
|
|
3
|
+
stroke: currentColor;
|
|
4
|
+
stroke-linecap: round;
|
|
5
|
+
stroke-linejoin: round;
|
|
6
|
+
stroke-width: 1.5px;
|
|
7
|
+
d: path("M10.348 10h3.304c2.03 0 3.045 0 3.298-.609c.253-.608-.465-1.325-1.9-2.757l-1.653-1.648h0C12.74 4.329 12.41 4 12 4s-.739.329-1.397.986L8.95 6.634h0C7.515 8.066 6.797 8.783 7.05 9.39s1.268.61 3.298.61m0 4h3.304c2.03 0 3.045 0 3.298.609c.253.608-.465 1.325-1.9 2.757l-1.653 1.648C12.74 19.671 12.41 20 12 20s-.739-.329-1.397-.986L8.95 17.366c-1.436-1.432-2.154-2.149-1.901-2.757S8.318 14 10.348 14");
|
|
8
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.uklsy3_u {
|
|
2
|
+
d: path("M15.728 9.365C16 9.9 16 10.6 16 12s0 2.1-.273 2.635a2.5 2.5 0 0 1-1.092 1.092C14.1 16 13.4 16 12 16s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C8 14.1 8 13.4 8 12s0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C9.9 8 10.6 8 12 8s2.1 0 2.635.272a2.5 2.5 0 0 1 1.092 1.093");
|
|
3
|
+
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
.ykzxdybx {
|
|
2
|
+
d: path("M13 2.5V3c0 2.828 0 4.243.879 5.121C14.757 9 16.172 9 19 9h.5m.5 1.657V14c0 3.771 0 5.657-1.172 6.828S15.771 22 12 22s-5.657 0-6.828-1.172S4 17.771 4 14V9.456c0-3.245 0-4.868.886-5.967a4 4 0 0 1 .603-.603C6.59 2 8.211 2 11.456 2c.705 0 1.058 0 1.381.114q.1.036.197.082c.31.148.559.397 1.058.896l4.736 4.736c.579.578.867.868 1.02 1.235c.152.368.152.776.152 1.594");
|
|
3
|
+
}
|
package/css/z/z5sngq.css
ADDED
package/css/z/zcrcyl.css
ADDED
package/iconify.json
CHANGED
package/package.json
CHANGED
package/css/c/crnsbns.css
DELETED
package/css/f/f_778gbd.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.f_778gbd {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 1.5px;
|
|
7
|
-
d: path("M20 8v7c0 2.828 0 4.243-.879 5.121C18.243 21 16.828 21 14 21h-4c-2.828 0-4.243 0-5.121-.879C4 19.243 4 17.828 4 15V8m15.5-5h-15c-.935 0-1.402 0-1.75.201a1.5 1.5 0 0 0-.549.549C2 4.098 2 4.565 2 5.5s0 1.402.201 1.75a1.5 1.5 0 0 0 .549.549C3.098 8 3.565 8 4.5 8h15c.935 0 1.402 0 1.75-.201a1.5 1.5 0 0 0 .549-.549C22 6.902 22 6.435 22 5.5s0-1.402-.201-1.75a1.5 1.5 0 0 0-.549-.549C20.902 3 20.435 3 19.5 3M10 11h4");
|
|
8
|
-
}
|
package/css/h/hbwwod.css
DELETED
package/css/k/k7g2-5bp.css
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
.k7g2-5bp {
|
|
2
|
-
stroke-linejoin: round;
|
|
3
|
-
d: path("M11.59 14.536c-.451.168-.854.49-1.258.749c-.843.537-1.701 1.128-2.747 1.075C4.468 16.2 2 12.32 2 9.567C2 5.387 6.101 2 11.16 2c4.559 0 8.34 2.75 9.043 6.352c.22 1.124-.282 1.81-.9 2.728l2.066 2.049c.428.424.642.636.63.857c-.01.22-.28.437-.816.87c-.469.38-.863.834-.863 1.269c.212 1.47 1.1 3.9.126 5.159c-1.178 1.521-3.458.227-4.833-.304c-1.435-.553-2.152-.83-2.633-1.35c-1.135-1.229-1.39-5.094-1.39-5.094m0 0c1.495-.554 2.721 1.235 4.248.568c.522-.228.975-.66 1.43-.997");
|
|
4
|
-
}
|
package/css/m/mwqovwb.css
DELETED
package/css/n/n4vu4nb.css
DELETED
package/css/n/n7ab4fz.css
DELETED
package/css/o/ox6je8q.css
DELETED
package/css/p/pfl4tsdq.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.pfl4tsdq {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 1.5px;
|
|
7
|
-
d: path("M14 21h2m-2 0a1.5 1.5 0 0 1-1.5-1.5V17H12m2 4h-4m0 0H8m2 0a1.5 1.5 0 0 0 1.5-1.5V17h.5m0 0v4m4-18H8c-2.828 0-4.243 0-5.121.879C2 4.757 2 6.172 2 9v2c0 2.828 0 4.243.879 5.121C3.757 17 5.172 17 8 17h8c2.828 0 4.243 0 5.121-.879C22 15.243 22 13.828 22 11V9c0-2.828 0-4.243-.879-5.121C20.243 3 18.828 3 16 3");
|
|
8
|
-
}
|
package/css/q/qk7n7x.css
DELETED
package/css/r/rjzw3f.css
DELETED
package/css/r/rqwslb.css
DELETED
package/css/s/sfnlwvwe.css
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
.sfnlwvwe {
|
|
2
|
-
d: path("m10.448 2.984l-5.5 2.315c-1.187.5-1.78.75-2.114 1.253S2.5 7.698 2.5 8.986V21.5h3v-10c0-.943 0-1.414.293-1.707S6.557 9.5 7.5 9.5h9c.943 0 1.414 0 1.707.293s.293.764.293 1.707v10h3V8.986c0-1.288 0-1.932-.334-2.434s-.927-.753-2.114-1.253l-5.5-2.315C12.787 2.66 12.404 2.5 12 2.5s-.787.161-1.552.484M11 6.5h2");
|
|
3
|
-
}
|
package/css/v/vkih9mb.css
DELETED
package/css/w/wfh1bkbc.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.wfh1bkbc {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 1.5px;
|
|
7
|
-
d: path("M13.953 4.84C15.18 3.615 15.793 3 16.556 3c.762 0 1.376.614 2.603 1.84C20.386 6.069 21 6.683 21 7.445c0 .763-.614 1.376-1.84 2.603m-9.112 9.112C8.82 20.386 8.207 21 7.443 21c-.762 0-1.376-.614-2.603-1.84C3.614 17.931 3 17.317 3 16.555c0-.763.614-1.376 1.84-2.604M6.793 12l-1.952-1.953C3.614 8.82 3 8.208 3 7.445s.614-1.376 1.84-2.603C6.069 3.614 6.683 3 7.445 3c.763 0 1.376.614 2.603 1.84L12 6.794M6.793 12L12 6.793M6.793 12L12 17.207m0-10.414L17.207 12m0 0l1.952 1.953C20.386 15.18 21 15.793 21 16.556c0 .762-.614 1.376-1.84 2.603C17.931 20.386 17.317 21 16.555 21c-.763 0-1.376-.614-2.604-1.84L12 17.206M17.207 12L12 17.207");
|
|
8
|
-
}
|
package/css/w/wrxw8xbt.css
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
.wrxw8xbt {
|
|
2
|
-
fill: none;
|
|
3
|
-
stroke: currentColor;
|
|
4
|
-
stroke-linecap: round;
|
|
5
|
-
stroke-linejoin: round;
|
|
6
|
-
stroke-width: 1.5px;
|
|
7
|
-
d: path("M12.003 21c-4.716 0-7.073 0-8.538-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.946 3C8.11 3 8.692 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12.003 7M8.002 7h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m-2.733 6.701L18 17v-1.733M22 17a4 4 0 1 1-8 0a4 4 0 0 1 8 0");
|
|
8
|
-
}
|
package/css/x/x67_vt.css
DELETED
package/css/y/y7aw1so.css
DELETED
package/css/y/ys2yrmbe.css
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
.ys2yrmbe {
|
|
2
|
-
d: path("M20 13v-2.343c0-.818 0-1.226-.152-1.594c-.152-.367-.441-.657-1.02-1.235l-4.736-4.736c-.499-.499-.748-.748-1.058-.896a2 2 0 0 0-.197-.082C12.514 2 12.161 2 11.456 2c-3.245 0-4.868 0-5.967.886a4 4 0 0 0-.603.603C4 4.59 4 6.211 4 9.456V14c0 3.771 0 5.657 1.172 6.828C6.235 21.892 7.886 21.99 11 22m2-19.5V3c0 2.828 0 4.243.879 5.121C14.757 9 16.172 9 19 9h.5");
|
|
3
|
-
}
|
package/css/z/ztl8z7h.css
DELETED