@iconify-vue/hugeicons 1.0.7 → 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.
Files changed (52) hide show
  1. package/components/a/archive-03.vue +4 -2
  2. package/components/b/bandage.vue +4 -2
  3. package/components/c/chart-column.vue +2 -2
  4. package/components/c/computer.vue +4 -2
  5. package/components/f/file-search.vue +3 -3
  6. package/components/f/folder-clock.vue +4 -2
  7. package/components/f/folder-sync.vue +2 -4
  8. package/components/g/git-pull-request-draft.vue +4 -7
  9. package/components/s/skull.vue +4 -4
  10. package/components/s/square-square.vue +4 -6
  11. package/components/w/warehouse.vue +3 -3
  12. package/css/a/aeapafze.css +3 -0
  13. package/css/c/comurwv.css +3 -0
  14. package/css/d/dxr_ig.css +3 -0
  15. package/css/g/gkmld7bs.css +3 -0
  16. package/css/h/hyc2yvu.css +3 -0
  17. package/css/j/j7y92cc.css +8 -0
  18. package/css/k/kkgqdibr.css +3 -0
  19. package/css/l/lhszwxb.css +3 -0
  20. package/css/l/lpn3rbdm.css +8 -0
  21. package/css/m/m-lqwiox.css +3 -0
  22. package/css/p/pma6y2fj.css +3 -0
  23. package/css/q/q2urjp.css +5 -0
  24. package/css/q/q901sd.css +3 -0
  25. package/css/s/s5bwrobg.css +3 -0
  26. package/css/u/uklsy3_u.css +3 -0
  27. package/css/v/vkig2-b.css +3 -0
  28. package/css/y/ykzxdybx.css +3 -0
  29. package/css/z/z5sngq.css +3 -0
  30. package/css/z/zcrcyl.css +5 -0
  31. package/iconify.json +1 -1
  32. package/package.json +1 -1
  33. package/css/c/crnsbns.css +0 -8
  34. package/css/f/f_778gbd.css +0 -8
  35. package/css/h/hbwwod.css +0 -6
  36. package/css/k/k7g2-5bp.css +0 -4
  37. package/css/m/mwqovwb.css +0 -3
  38. package/css/n/n4vu4nb.css +0 -3
  39. package/css/n/n7ab4fz.css +0 -4
  40. package/css/o/ox6je8q.css +0 -4
  41. package/css/p/pfl4tsdq.css +0 -8
  42. package/css/q/qk7n7x.css +0 -6
  43. package/css/r/rjzw3f.css +0 -3
  44. package/css/r/rqwslb.css +0 -6
  45. package/css/s/sfnlwvwe.css +0 -3
  46. package/css/v/vkih9mb.css +0 -6
  47. package/css/w/wfh1bkbc.css +0 -8
  48. package/css/w/wrxw8xbt.css +0 -8
  49. package/css/x/x67_vt.css +0 -6
  50. package/css/y/y7aw1so.css +0 -5
  51. package/css/y/ys2yrmbe.css +0 -3
  52. 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/f/f_778gbd.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="f_778gbd"/>`;
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>
@@ -1,10 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
- import '../../css/w/wfh1bkbc.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="wfh1bkbc"/>`;
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/c/crnsbns.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="crnsbns"/>`;
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/p/pfl4tsdq.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="pfl4tsdq"/>`;
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/y/ys2yrmbe.css';
5
- import '../../css/r/rjzw3f.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="ys2yrmbe"/><path class="rjzw3f"/></g>`;
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/w/wrxw8xbt.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="wrxw8xbt"/>`;
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/q/qrdeal.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 = `<g class="qrdeal"><path class="ub3uy7bs"/><path class="ztl8z7h"/></g>`;
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/h/h01tyl.css';
4
- import '../../css/x/x67_vt.css';
5
- import '../../css/r/rqwslb.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="h01tyl"><path class="x67_vt"/><circle class="rqwslb"/><circle class="hbwwod"/><circle class="qk7n7x"/><path class="vkih9mb"/></g>`;
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
- import '../../css/q/qrdeal.css';
4
- import '../../css/k/k7g2-5bp.css';
5
- import '../../css/m/mwqovwb.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="qrdeal"><path class="k7g2-5bp"/><path class="mwqovwb"/></g>`;
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/s/s7woqj.css';
4
- import '../../css/u/uztmj3r.css';
5
- import '../../css/n/n7ab4fz.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="s7woqj"><path class="uztmj3r"/><path class="n7ab4fz"/><path class="ox6je8q"/><path class="y7aw1so"/></g>`;
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,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/s/sfnlwvwe.css';
5
- import '../../css/n/n4vu4nb.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="sfnlwvwe"/><path class="n4vu4nb"/></g>`;
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
+ }
@@ -0,0 +1,3 @@
1
+ .comurwv {
2
+ d: path("M14.5 11.875V12m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M12 9.375V9.5m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M9.5 11.875V12m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0M12 14.375v.125m-.25 0a.25.25 0 1 0 .5 0a.25.25 0 0 0-.5 0");
3
+ }
@@ -0,0 +1,3 @@
1
+ .dxr_ig {
2
+ d: path("M13.5 16.5L15 18m-1-3.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0");
3
+ }
@@ -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
+ }
@@ -0,0 +1,3 @@
1
+ .hyc2yvu {
2
+ d: path("M8 11v-.5m1 .5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m7 0v-.5m1 .5a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4.5 4l-.5-1l-.5 1z");
3
+ }
@@ -0,0 +1,8 @@
1
+ .j7y92cc {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 1.5px;
7
+ d: path("M8 9v8m5-12v12m5-4v4M3 3v10c0 3.771 0 5.657 1.172 6.828S7.229 21 11 21h10");
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,3 @@
1
+ .lhszwxb {
2
+ d: path("M12 21c4.243 0 6.364 0 7.682-1.318S21 16.242 21 12v0c0-4.243 0-6.364-1.318-7.682S16.242 3 12 3S5.636 3 4.318 4.318S3 7.758 3 12s0 6.364 1.318 7.682S7.758 21 12 21");
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
+ }
@@ -0,0 +1,5 @@
1
+ .q2urjp {
2
+ cx: 17px;
3
+ cy: 16.5px;
4
+ r: 5px;
5
+ }
@@ -0,0 +1,3 @@
1
+ .q901sd {
2
+ d: path("M12 17v-6.5m-3 4c.59.607 2.16 3 3 3s2.41-2.393 3-3");
3
+ }
@@ -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,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
+ .vkig2-b {
2
+ d: path("M7 22v-8c0-1.886 0-2.828.586-3.414S9.114 10 11 10h2c1.886 0 2.828 0 3.414.586S17 12.114 17 14v8zm0-8h10M7 18h10");
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
+ }
@@ -0,0 +1,3 @@
1
+ .z5sngq {
2
+ d: path("M6 9v12m15-3a3 3 0 1 0-6 0a3 3 0 0 0 6 0M18 6V5m0 6v-1");
3
+ }
@@ -0,0 +1,5 @@
1
+ .zcrcyl {
2
+ cx: 6px;
3
+ cy: 6px;
4
+ r: 3px;
5
+ }
package/iconify.json CHANGED
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1768810524
30
+ "lastModified": 1773553730
31
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/hugeicons",
3
3
  "type": "module",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "homepage": "https://icon-sets.iconify.design/hugeicons/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
package/css/c/crnsbns.css DELETED
@@ -1,8 +0,0 @@
1
- .crnsbns {
2
- fill: none;
3
- stroke: currentColor;
4
- stroke-linecap: round;
5
- stroke-linejoin: round;
6
- stroke-width: 1.5px;
7
- d: path("M3 20h3m12 0h3m-10.5 0h3M3 16h3m12 0h3m-10.5 0h3M3 12h3m12 0h3m-10.5 0h3M3 8h3m12 0h3M3 4h3");
8
- }
@@ -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
@@ -1,6 +0,0 @@
1
- .hbwwod {
2
- cx: 6px;
3
- cy: 6px;
4
- r: 2px;
5
- stroke-width: 1.5px;
6
- }
@@ -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
@@ -1,3 +0,0 @@
1
- .mwqovwb {
2
- d: path("M20.5 19s-1.5-.5-2-1.5M14 9.02s-1.862 0-2.693 1.309c-.25.392-.632.74-1.084.66C9.018 10.771 7.653 9.997 7 8");
3
- }
package/css/n/n4vu4nb.css DELETED
@@ -1,3 +0,0 @@
1
- .n4vu4nb {
2
- d: path("M13 15.5h-2c-.943 0-1.414 0-1.707.293S9 16.557 9 17.5v2c0 .943 0 1.414.293 1.707s.764.293 1.707.293h2c.943 0 1.414 0 1.707-.293S15 20.443 15 19.5v-2c0-.943 0-1.414-.293-1.707S13.943 15.5 13 15.5");
3
- }
package/css/n/n7ab4fz.css DELETED
@@ -1,4 +0,0 @@
1
- .n7ab4fz {
2
- stroke-linecap: round;
3
- d: path("M6.36 10.996c.36 0 1.352-.146 1.713.616c.415.879 1.457 3.861 1.706 4.46c.288.69.732 1.032 1.872.912");
4
- }
package/css/o/ox6je8q.css DELETED
@@ -1,4 +0,0 @@
1
- .ox6je8q {
2
- stroke-linecap: round;
3
- d: path("M12.006 10.984c-1.386 0-2.406 2.088-2.959 2.928c-.66 1.052-1.727 3.12-3.047 3.072");
4
- }
@@ -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
@@ -1,6 +0,0 @@
1
- .qk7n7x {
2
- cx: 18px;
3
- cy: 18px;
4
- r: 2px;
5
- stroke-width: 1.5px;
6
- }
package/css/r/rjzw3f.css DELETED
@@ -1,3 +0,0 @@
1
- .rjzw3f {
2
- d: path("m20 22l-2.147-2.147m0 0a3.43 3.43 0 0 0 1.004-2.424a3.429 3.429 0 1 0-1.004 2.424");
3
- }
package/css/r/rqwslb.css DELETED
@@ -1,6 +0,0 @@
1
- .rqwslb {
2
- cx: 6px;
3
- cy: 18px;
4
- r: 2px;
5
- stroke-width: 1.5px;
6
- }
@@ -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
@@ -1,6 +0,0 @@
1
- .vkih9mb {
2
- stroke-linecap: round;
3
- stroke-linejoin: round;
4
- stroke-width: 2px;
5
- d: path("M18 11h.009M18 6h.009");
6
- }
@@ -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
- }
@@ -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
@@ -1,6 +0,0 @@
1
- .x67_vt {
2
- stroke-linecap: round;
3
- stroke-linejoin: round;
4
- stroke-width: 1.5px;
5
- d: path("M6 8v8");
6
- }
package/css/y/y7aw1so.css DELETED
@@ -1,5 +0,0 @@
1
- .y7aw1so {
2
- stroke-linecap: round;
3
- stroke-linejoin: round;
4
- d: path("M18 11h-3s2.005-1.32 2.224-1.47c.22-.151.776-.476.776-1.202C18 7.603 17.275 7 16.507 7C15.74 7 15 7.535 15 8.336");
5
- }
@@ -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
@@ -1,4 +0,0 @@
1
- .ztl8z7h {
2
- stroke-linejoin: round;
3
- d: path("m13 15l1 2c.243-1.696 1.737-3 3.5-3c1.19 0 2.24.593 2.873 1.5M22 20l-1-2c-.243 1.696-1.737 3-3.5 3c-1.19 0-2.24-.593-2.873-1.5");
4
- }