@iconify-vue/cbi 1.0.12 → 1.0.14
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/bazarr.vue +2 -2
- package/components/b/bento-pdf.vue +10 -0
- package/components/c/chromecast.vue +2 -2
- package/components/c/co2.vue +2 -2
- package/components/d/dartboard.vue +2 -2
- package/components/d/desk-lamp.vue +2 -2
- package/components/d/desklamp.vue +2 -2
- package/components/d/dreamcast.vue +2 -2
- package/components/g/glances-alt.vue +10 -0
- package/components/g/glances.vue +10 -0
- package/components/g/grill-ceramic.vue +2 -2
- package/components/h/homey.vue +2 -2
- package/components/j/jdownloader.vue +10 -0
- package/components/l/lampada-parete.vue +2 -2
- package/components/l/luna-alt.vue +10 -0
- package/components/n/nanoleaf-holiday-string.vue +2 -2
- package/components/n/netflix.vue +2 -2
- package/components/n/nextcloud.vue +2 -2
- package/components/n/nlziet.vue +10 -0
- package/components/o/oura-o.vue +2 -2
- package/components/o/outdoor-motion.vue +2 -2
- package/components/p/pixelwatch.vue +2 -2
- package/components/q/qbittorrent.vue +2 -2
- package/components/s/sky-sho.vue +10 -0
- package/components/s/slam.vue +10 -0
- package/components/s/smart-camera.vue +2 -2
- package/components/s/sump-pump.vue +10 -0
- package/components/t/thread-net.vue +2 -2
- package/components/u/ubiquiti-ap.vue +2 -2
- package/components/v/volvo-alt.vue +2 -2
- package/components/w/wireguard-alt.vue +10 -0
- package/components/w/wireguard.vue +10 -0
- package/components/w/wled.vue +10 -0
- package/components/y/your-spotify.vue +2 -2
- package/css/a/apx8kl_b.css +4 -0
- package/css/b/bcdlb7bg.css +4 -0
- package/css/b/by-k4ceq.css +4 -0
- package/css/{k/k6lsvace.css → c/c0rm6s4a.css} +2 -2
- package/css/{s/s3mrm8bt.css → c/c2abl3bz.css} +2 -2
- package/css/c/cwbuxrbv.css +4 -0
- package/css/d/d3ugg3bo.css +4 -0
- package/css/f/fmqd8kbh.css +4 -0
- package/css/g/g_9lo5bn.css +4 -0
- package/css/h/h5qzeuqa.css +4 -0
- package/css/j/jhi3qacy.css +4 -0
- package/css/{e/em9i80ya.css → k/kraexhkc.css} +2 -2
- package/css/{x/xkk87xby.css → l/lqlz-jbs.css} +2 -2
- package/css/l/lsxfjyo.css +4 -0
- package/css/m/mhxtw9q.css +4 -0
- package/css/m/ml-dwsbf.css +4 -0
- package/css/o/omo_t-rd.css +4 -0
- package/css/s/s0-60vbj.css +4 -0
- package/css/s/sav88e2p.css +4 -0
- package/css/s/shfpcabc.css +4 -0
- package/css/{u/uoj-8kwx.css → s/sni4zfbm.css} +2 -2
- package/css/{m/mdy5migo.css → s/sy-vdfbo.css} +2 -2
- package/css/t/the2sun.css +4 -0
- package/css/{l/liih5i0i.css → u/u8huo9bv.css} +2 -2
- package/css/v/vjohpxbi.css +4 -0
- package/css/w/w-piy-ye.css +4 -0
- package/css/x/xoa33-yk.css +4 -0
- package/css/x/xxq4srbe.css +4 -0
- package/css/y/y3fizsha.css +4 -0
- package/css/{i/il5-w0od.css → y/y4m3ohbd.css} +2 -2
- package/css/z/z1znd98y.css +4 -0
- package/css/z/z6d8y4bo.css +4 -0
- package/css/{o/obxfi3bd.css → z/zc1in6ec.css} +2 -2
- package/iconify.json +2 -2
- package/package.json +49 -1
- package/css/d/dief78kh.css +0 -4
- package/css/f/fxkrwace.css +0 -4
- package/css/l/lu0l1pbn.css +0 -4
- package/css/m/mept06t.css +0 -4
- package/css/m/muxh67bv.css +0 -4
- package/css/o/ou6uzkbj.css +0 -4
- package/css/q/q8tjbccx.css +0 -4
- package/css/r/re1znkbi.css +0 -4
- package/css/u/u1r1753r.css +0 -4
- package/css/v/v3t-r9me.css +0 -4
- package/css/w/wlgi6bbn.css +0 -4
- package/css/y/ywxfdabl.css +0 -4
package/components/b/bazarr.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/o/omo_t-rd.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="omo_t-rd"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:bazarr" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/l/lsxfjyo.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="lsxfjyo"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:bento-pdf" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/k/kraexhkc.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="kraexhkc"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:chromecast" /></template>
|
package/components/c/co2.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/c2abl3bz.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="c2abl3bz"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:co2" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/v/
|
|
3
|
+
import '../../css/v/vjohpxbi.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="vjohpxbi"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:dartboard" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/z6d8y4bo.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="z6d8y4bo"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:desk-lamp" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/z6d8y4bo.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="z6d8y4bo"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:desklamp" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/l/lqlz-jbs.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="lqlz-jbs"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:dreamcast" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/sav88e2p.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="sav88e2p"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:glances-alt" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/w/w-piy-ye.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="w-piy-ye"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:glances" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/sni4zfbm.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="sni4zfbm"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:grill-ceramic" /></template>
|
package/components/h/homey.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/d/d3ugg3bo.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="d3ugg3bo"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:homey" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/h/h5qzeuqa.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="h5qzeuqa"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:jdownloader" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/u/u8huo9bv.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="u8huo9bv"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:lampada-parete" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/j/jhi3qacy.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="jhi3qacy"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:luna-alt" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/z1znd98y.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="z1znd98y"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:nanoleaf-holiday-string" /></template>
|
package/components/n/netflix.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/c/c0rm6s4a.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="c0rm6s4a"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:netflix" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/z/zc1in6ec.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="zc1in6ec"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:nextcloud" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/c/cwbuxrbv.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="cwbuxrbv"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:nlziet" /></template>
|
package/components/o/oura-o.vue
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/t/the2sun.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="the2sun"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:oura-o" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/shfpcabc.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="shfpcabc"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:outdoor-motion" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/y/y4m3ohbd.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="y4m3ohbd"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:pixelwatch" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/y/y3fizsha.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="y3fizsha"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:qbittorrent" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/m/ml-dwsbf.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ml-dwsbf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:sky-sho" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/x/xxq4srbe.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="xxq4srbe"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:slam" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/b/bcdlb7bg.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="bcdlb7bg"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:smart-camera" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/a/apx8kl_b.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="apx8kl_b"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:sump-pump" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/f/fmqd8kbh.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="fmqd8kbh"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:thread-net" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/s0-60vbj.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="s0-60vbj"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:ubiquiti-ap" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/s/sy-vdfbo.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="sy-vdfbo"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:volvo-alt" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/g/g_9lo5bn.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="g_9lo5bn"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:wireguard-alt" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/x/xoa33-yk.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="xoa33-yk"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:wireguard" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/m/mhxtw9q.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="mhxtw9q"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:wled" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/b/by-k4ceq.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="by-k4ceq"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:your-spotify" /></template>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.apx8kl_b {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m11.635 21.548l-.094-.024l.11-.007c.067-.005.085-.012.046-.021a63 63 0 0 1-1.294-.384a934 934 0 0 0-5.66-1.654a300 300 0 0 1-1.714-.499c-.513-.147-.725-.26-.841-.448l-.095-.154l-.01-.842c-.007-.703-.002-.836.033-.807c.023.02.133.08.243.137c.185.093.23.102.545.112c.368.011.351.015 1.123-.274c.479-.18.853-.12 2.303.358c.948.313 2.057.646 2.36.708c.259.054.279.038.279-.22c0-.12-.013-.226-.03-.236c-.016-.01-.293-.094-.615-.187a65 65 0 0 1-1.772-.559a37 37 0 0 0-1.387-.438c-.508-.12-.935-.085-1.45.116c-.155.06-.37.127-.477.148a1.47 1.47 0 0 1-1.012-.186l-.148-.094l-.011-.391l-.02.218c-.022.232-.02.24-.046-.21c-.004-.082.004-.149.019-.149s.027.02.027.043s.134.112.3.195l.299.152h.347c.342 0 .353-.002.69-.144c.706-.295.838-.293 1.773.034c.315.11.4.127.577.12l.208-.01l.015-.717c.011-.51.028-.738.057-.789c.085-.149.603-.424 1.16-.614l.295-.102l.007-1.945l.007-1.944l-.14-.085a.5.5 0 0 1-.17-.166c-.018-.046-.031-.427-.031-.87v-.79l.089-.09c.049-.049.126-.114.171-.145l.083-.056v-1.06c0-.66.012-1.084.032-1.12c.017-.033.09-.077.163-.098a.4.4 0 0 0 .155-.072c.013-.018.024-.159.024-.313c.002-.41.017-.43.36-.468l.28-.031l-.003-.11c-.007-.247-.261-.714-.545-1c-.403-.406-.91-.587-1.537-.546c-.328.021-.706.126-.867.241l-.089.063l.003 1.939c.001 1.066.012 2.01.023 2.095c.017.127.033.157.087.165a.36.36 0 0 1 .155.103c.085.088.09.11.101.42l.012.327l.153.129c.298.252.518.61.622 1.015c.055.214.06.352.06 1.458c0 1.22 0 1.222-.07 1.328c-.347.516-1.703.641-2.368.218c-.264-.167-.258-.135-.268-1.496c-.01-1.346.005-1.496.195-1.888q.187-.385.515-.647c.17-.135.169-.132.158-.436c-.01-.282.038-.416.184-.508c.11-.07.118-.086.133-.256c.022-.256.002-3.557-.022-3.596c-.074-.119-.299.098-.468.452c-.217.454-.213.403-.226 2.37l-.012 1.775l-.074.094c-.041.052-.123.15-.182.219l-.107.124l.008-1.886c.007-1.634.015-1.92.061-2.132c.134-.623.426-1.102.892-1.461c.99-.764 2.34-.724 3.175.094q.436.428.62 1.005c.045.145.094.28.108.3c.013.018.128.042.254.053c.244.02.393.063.432.124c.013.02.024.17.024.333s.012.312.024.331s.074.044.136.055s.139.05.171.086c.056.061.059.122.052.994c-.005.774.001.936.038.967c.032.026.101.029.24.01l.197-.026l.017-.791l.095-.08a.5.5 0 0 1 .217-.1c.067-.01.135-.035.15-.054c.016-.02.035-.33.043-.69c.013-.598.022-.68.099-.934c.215-.715.673-1.278 1.282-1.575c.416-.203.676-.252 1.438-.273c.65-.017.66-.018.692-.09c.021-.045.07-.078.136-.09c.137-.025 2.11.002 2.198.03c.122.04.17.16.202.51c.042.451.018 1.892-.033 2.022a.22.22 0 0 1-.135.133c-.061.021-.494.033-1.196.033c-1.181 0-1.164.002-1.215-.16c-.02-.063-.036-.065-.353-.052c-.374.016-.502.063-.596.218c-.071.117-.11.475-.08.735l.022.186l.186.052a.7.7 0 0 1 .264.128l.076.076l-.008.633l-.009.632l-.14.07c-.745.368-3.084.421-5.176.117a9 9 0 0 0-.643-.078c-.092 0-.106.01-.106.079c0 .047.022.086.055.097c.03.01.098.037.152.06c.267.119 1.156.261 2.023.324c1.061.078 2.79.024 3.418-.106c.76-.158.953-.316.924-.758l-.015-.23l.206.02c.283.027.636.125.78.215c.21.133.222.19.224 1.09c.001.88 0 .888-.197.99l-.117.06v1.972c0 1.084.01 1.986.024 2.004c.012.018.142.08.287.136c.429.167.757.33.86.427c.118.11.138.216.131.698c-.002.198-.002.454.002.571l.005.212l.115.048c.162.068.579.103.817.07c.111-.016.343-.079.516-.14c.511-.18.707-.227.947-.229c.276-.002.41.03.894.209c.604.224.914.217 1.408-.03c.18-.091.261-.15.261-.187c0-.03.011-.056.025-.056s.024.134.023.296c0 .163-.012.297-.024.297s-.024-.017-.024-.036q-.002-.034-.054.012c-.094.083-.375.21-.578.262c-.28.072-.568.042-.964-.098c-.574-.204-.633-.216-1.07-.214c-.37 0-.444.012-.842.12c-.727.197-.934.234-1.206.213l-.244-.02v.276l-.46.163a15.6 15.6 0 0 1-3.375.793c-.525.058-1.57.049-2.16-.02c-.271-.031-.502-.047-.515-.034c-.012.012-.022.123-.022.245v.224l.171.021c1.546.192 2.768.143 4.14-.165c.663-.15 1.208-.31 2.408-.714c1.364-.457 1.639-.532 2.043-.552c.372-.018.59.026 1.091.218c.335.129.352.132.717.132h.375l.272-.131c.17-.081.273-.15.273-.18c0-.026.014-.048.031-.048c.039 0 .039 1.598 0 1.715c-.024.077-.025.077-.03-.015l-.006-.094l-.03.101a.71.71 0 0 1-.444.488c-.188.078-1.21.38-3.793 1.115a448 448 0 0 0-3.445.995c-.17.055-1.932.557-2.059.587l-.124.029l.218.013l-.093.024c-.052.013-.17.024-.265.024s-.214-.01-.265-.024Zm-.99-5.45l.01-.537h.713l.018 1.076h.748l.017-1.076h.194c.107 0 .268-.01.358-.02l.164-.02v.511c0 .281.013.53.028.554c.02.033.1.04.35.03c.178-.007.34-.023.362-.036c.029-.018.04-.163.04-.549v-.523l.238-.02a6 6 0 0 1 .323-.02h.084l.022.506c.012.279.032.517.045.53c.03.032.538-.034.588-.076c.03-.024.04-.165.04-.538v-.505l.276-.037c.152-.02.292-.037.311-.037c.024 0 .038.153.044.476l.008.476l.16.009c.254.014.261-.002.261-.588v-.496l.152-.077c.218-.111.347-.229.347-.317c0-.063-.015-.075-.094-.075a.6.6 0 0 0-.203.045c-.15.063-.744.193-1.137.25c-1.236.177-3.047.244-4.625.172c-1.646-.076-2.64-.195-3.378-.406c-.294-.084-.385-.082-.385.01c0 .04.038.11.086.154c.09.086.439.254.598.289l.095.02v.442c.001.551.014.583.264.638a.7.7 0 0 0 .225.025c.032-.012.041-.13.041-.52v-.504l.117.019c.065.01.198.028.297.04l.179.02l.004.113c.003.062.008.285.011.496c.005.285.019.396.052.43q.045.043.293.052l.248.008l.017-1.053l.116.02c.064.01.211.019.327.019h.21v.528c0 .389.01.535.04.553c.054.035.32.066.522.061l.171-.004Zm11.286-.217c-.008-.03-.015-.005-.015.054c0 .06.007.085.015.055a.3.3 0 0 0 0-.11m-8.44-.989c.783-.076 1.541-.222 1.772-.342c.14-.074.228-.19.217-.288c-.01-.085-.017-.088-.166-.087a2.6 2.6 0 0 0-.468.085c-.728.192-1.406.267-2.634.292c-1.668.035-2.954-.096-3.903-.396a3 3 0 0 0-.34-.092c-.072 0-.123.065-.123.158c0 .338 1.141.627 2.822.715c.673.035 2.257.01 2.823-.045m-3.439-2.664c.006-1.268-.002-1.927-.023-1.953c-.018-.02-.188-.056-.378-.078c-.293-.034-.35-.033-.373.004c-.015.024-.028.896-.028 1.939v1.895l.085.033c.149.057.33.085.522.08l.187-.005Zm-4.685-.61c.033-.04.033-1.88 0-1.913a1 1 0 0 0-.237.017c-.367.057-.348 0-.335 1.032c.014 1.034-.006.978.33.932c.116-.016.225-.047.242-.068m4.656-1.676c.042-.043.053-1.105.011-1.17c-.027-.044-.659-.121-.737-.091c-.04.015-.048.105-.048.594c0 .427.01.582.04.6c.042.028.45.096.601.101c.052.002.112-.013.133-.034m-4.911-.434a1 1 0 0 0 .262-.065q.037-.028.027-.27a19 19 0 0 1-.015-.464c-.003-.204-.01-.226-.065-.226c-.084 0-.328.314-.408.526c-.096.257-.12.534-.044.534c.01 0 .12-.016.243-.035m6.843-1.998c.01-.465.007-.47-.313-.455l-.194.009l-.009.332c-.011.49.012.523.367.514l.14-.004Zm-2.951-.04c.026-.124.027-1.45 0-1.669l-.02-.171H8.61l-.008.935c-.005.514-.001.953.007.976c.011.028.069.038.195.031c.172-.009.18-.013.2-.103m4.38-.772c.097-.031.124-.057.131-.124c.009-.074-.003-.086-.109-.109a10 10 0 0 0-.883-.025c-.855 0-1.029.026-1.029.153c0 .063.023.077.18.108c.283.056.392.062 1.008.049c.354-.007.627-.027.702-.052m-1.137-1.224c.027-.512.145-.834.425-1.165c.33-.389.788-.562 1.597-.605l.14-.008l.01-.182c.014-.26-.001-.27-.395-.27c-.717.001-1.222.185-1.625.59c-.41.412-.586.852-.615 1.536a3 3 0 0 0 .002.446c.015.04.06.048.23.04l.211-.008Zm-2.879-.168c.026-.016.038-.071.031-.147l-.01-.122l-.314-.009c-.397-.01-.48.017-.48.16c0 .057.009.113.02.125c.03.03.705.024.753-.007m5.724-.947c.024-.091.024-1.016 0-1.107c-.013-.05-.043-.07-.098-.07c-.145 0-.161.064-.162.657c0 .302.008.558.02.57c.01.01.065.02.12.02c.078 0 .105-.016.12-.07m.627-.538v-.592l-.134-.01c-.23-.017-.234-.005-.219.602c.008.292.025.55.038.571c.016.026.077.037.17.03l.145-.009ZM2.013 17.751c-.004-.908 0-1.138.017-1.155c.01-.009.017.364.017.83s-.007.847-.016.847c-.008 0-.016-.235-.018-.522m15.605-2.47a.2.2 0 0 1-.093-.084c-.015-.032-.034-.282-.043-.556l-.016-.5l-.234-.035c-.452-.07-.615-.191-.515-.385a.4.4 0 0 1 .078-.11c.018-.01.032-.106.033-.212c.001-.272.073-.64.156-.803c.038-.076.127-.19.196-.253l.126-.116l.002-.321c.001-.177.013-.339.027-.36s.09-.057.172-.08l.146-.043l.01-.169c.014-.228-.046-.613-.14-.916c-.213-.677-.605-1.115-1.064-1.188l-.131-.021v-.261c0-.3-.01-.292.283-.196c.676.222 1.085.663 1.382 1.49c.108.3.14.44.202.892l.05.374l.157.026a.6.6 0 0 1 .214.068c.07.053.11.237.112.52c0 .202.003.208.108.27c.134.08.307.313.39.528c.034.09.078.287.096.437c.03.241.045.282.128.358c.077.07.092.106.084.201c-.012.144-.114.21-.392.255c-.108.017-.21.04-.226.05c-.019.012-.031.217-.031.504v.484l-.095.094c-.075.075-.11.09-.179.074q-.192-.045-.196-.294c-.007-.51-.02-.784-.036-.801c-.026-.026-.393-.03-.418-.004c-.01.01-.018.184-.018.387c.002.467-.034.644-.138.691c-.088.04-.097.04-.187.005m.025-1.911c.034-.027.055-.115.068-.274c.01-.13.04-.296.066-.37s.048-.164.048-.198c0-.056-.016-.061-.148-.046c-.172.02-.296.135-.35.325c-.036.13-.045.548-.012.581c.036.036.277.023.328-.018m.421-1.325c.012-.048.023-.156.024-.242l.002-.156l-.359-.018v.502h.155c.144 0 .157-.007.178-.086m.696-6.267c-.13-.024-.271-.155-.355-.328s-.35-1.138-.322-1.166c.023-.022.12.03.38.202c.7.465.95 1.09.508 1.267a1 1 0 0 1-.126.043Zm1.143-.614c-.15-.056-.21-.11-.559-.526c-.333-.396-.722-.75-1.066-.97l-.247-.16l.138-.01c.332-.025 1.109.157 1.517.354c.35.17.624.392.719.582c.215.433-.092.88-.502.73m-.535-1.909a5.4 5.4 0 0 0-.99-.188c-.14-.011-.24-.033-.233-.051c.019-.057.498-.297.8-.4a1.5 1.5 0 0 1 .61-.104c.285-.001.326.006.47.086c.172.096.266.221.27.363c.004.137-.068.28-.166.33c-.13.068-.44.053-.761-.036M6.606 2.447c.023-.023.494-.023.516 0c.01.01-.106.017-.258.017s-.267-.008-.258-.017m12.723-.001c.023-.023.43-.022.454.001c.009.01-.094.017-.228.017s-.236-.008-.226-.018");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.bcdlb7bg {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.002 8.316a3.099 3.099 0 1 0 3.099 3.117a3.1 3.1 0 0 0-3.099-3.117m.027 5.346a1.92 1.92 0 1 1 1.92-1.92a1.92 1.92 0 0 1-1.921 1.92Zm.621 3.02a7.355 7.355 0 1 0-1.3 0v3.885a1 1 0 0 0 .024.117H7.619a.658.658 0 0 0 0 1.316h8.766a.658.658 0 0 0 0-1.316h-3.759a1 1 0 0 0 .024-.117ZM8.68 5.521a.722.722 0 1 1-.722.721a.72.72 0 0 1 .722-.721m3.322 10.062a4.149 4.149 0 1 1 4.149-4.149a4.153 4.153 0 0 1-4.149 4.149m.026-4.714a.873.873 0 1 0 .873.873a.873.873 0 0 0-.873-.873");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.by-k4ceq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16.399 12.003a4.404 4.404 0 0 1-4.4 4.404a4.404 4.404 0 0 1-4.405-4.404a4.404 4.404 0 0 1 4.405-4.404a4.404 4.404 0 0 1 4.4 4.404m3.447 6.197A10 10 0 0 0 4.926 4.932a10 10 0 0 0 13.525 14.709l-2.701-2.699a6.2 6.2 0 1 1 1.382-1.458Z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.c0rm6s4a {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M6.491 2v9.995c0 5.495.005 9.996.012 10.004c.01.009.348-.027.759-.071a67 67 0 0 1 1.257-.127a73 73 0 0 1 1.873-.121c.045 0 .047-.223.052-4.232l.01-4.222l.309.876c1.278 3.617 1.609 4.549 1.969 5.561v.002l.187.528l.523 1.476c.003.003.265.019.583.035a43.
|
|
3
|
+
d: path("M6.491 2v9.995c0 5.495.005 9.996.012 10.004c.01.009.348-.027.759-.071a67 67 0 0 1 1.257-.127a73 73 0 0 1 1.873-.121c.045 0 .047-.223.052-4.232l.01-4.222l.309.876c1.278 3.617 1.609 4.549 1.969 5.561v.002l.187.528l.523 1.476c.003.003.265.019.583.035a43.921 43.919 0 0 1 3.064.264c.109.012.206.021.279.027c.035.002.04 0 .061 0s.056.003.061 0h.005c.003 0 .003-.879.005-1.256l.002-.396c.006-1.621.009-4.396.006-8.346l-.009-9.982H13.58l-.007 4.421l-.009 4.418v.003l-.362-1.028v-.002v.002l-1.855-5.241v-.012l-.161-.455c-.383-1.086-.71-2.005-.722-2.046L10.436 2H8.461Z");
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.c2abl3bz {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M14.421 7.93a3.7 3.7 0 0 0-2.909.5a.258.258 0 0 0-.045.392a.345.345 0 0 0 .441.062a3.04 3.04 0 0 1 2.392-.411a2.74 2.74 0 0 1 2.241 3.139l-.027.119a2.6 2.6 0 0 1-.132.414a.34.34 0 0 0 .169.421a.284.284 0 0 0 .401-.126a3 3 0 0 0 .194-.646l.009-.039a3.34 3.34 0 0 0-2.734-3.825m3.001 13.093H16.5l1.064-1.16a.84.84 0 0 0 .009-1.035a1.27 1.27 0 0 0-1.025-.476a1.184 1.184 0 0 0-1.291 1.03a.429.429 0 0 0 .837 0a.42.42 0 0 1 .461-.362a.36.36 0 0 1 .294.144a.29.29 0 0 1 .019.326l-1.531 1.67a.28.28 0 0 0-.035.349a.44.44 0 0 0 .373.182h1.746a.342.342 0 1 0 0-.668Zm-8.56-1.715a2.1 2.1 0 0 1-.757.14a1.57 1.57 0 0 1-1.713-1.365a1.57 1.57 0 0 1 1.713-1.365a2.1 2.1 0 0 1 .749.137a.47.47 0 0 0 .559-.154a.307.307 0 0 0-.193-.446a3.1 3.1 0 0 0-1.115-.2a2.34 2.34 0 0 0-2.551 2.032a2.34 2.34 0 0 0 2.551 2.033a3.1 3.1 0 0 0 1.128-.21a.306.306 0 0 0 .19-.447a.47.47 0 0 0-.561-.155m3.351-3.26a2.337 2.337 0 0 0-2.549 2.032a2.34 2.34 0 0 0 2.549 2.033a2.34 2.34 0 0 0 2.552-2.033a2.34 2.34 0 0 0-2.552-2.032m0 3.4a1.57 1.57 0 0 1-1.715-1.368a1.57 1.57 0 0 1 1.712-1.365a1.57 1.57 0 0 1 1.715 1.365a1.57 1.57 0 0 1-1.712 1.365Zm-4.027-4.313a.334.334 0 0 0 0-.667H5.723a3.057 3.057 0 0 1-1.048-5.931a.333.333 0 0 0 .2-.412a3.98 3.98 0 1 1 7.602-2.349a.34.34 0 0 0 .266.231a.33.33 0 0 0 .325-.135a3.35 3.35 0 0 1 2.711-1.
|
|
3
|
+
d: path("M14.421 7.93a3.7 3.7 0 0 0-2.909.5a.258.258 0 0 0-.045.392a.345.345 0 0 0 .441.062a3.04 3.04 0 0 1 2.392-.411a2.74 2.74 0 0 1 2.241 3.139l-.027.119a2.6 2.6 0 0 1-.132.414a.34.34 0 0 0 .169.421a.284.284 0 0 0 .401-.126a3 3 0 0 0 .194-.646l.009-.039a3.34 3.34 0 0 0-2.734-3.825m3.001 13.093H16.5l1.064-1.16a.84.84 0 0 0 .009-1.035a1.27 1.27 0 0 0-1.025-.476a1.184 1.184 0 0 0-1.291 1.03a.429.429 0 0 0 .837 0a.42.42 0 0 1 .461-.362a.36.36 0 0 1 .294.144a.29.29 0 0 1 .019.326l-1.531 1.67a.28.28 0 0 0-.035.349a.44.44 0 0 0 .373.182h1.746a.342.342 0 1 0 0-.668Zm-8.56-1.715a2.1 2.1 0 0 1-.757.14a1.57 1.57 0 0 1-1.713-1.365a1.57 1.57 0 0 1 1.713-1.365a2.1 2.1 0 0 1 .749.137a.47.47 0 0 0 .559-.154a.307.307 0 0 0-.193-.446a3.1 3.1 0 0 0-1.115-.2a2.34 2.34 0 0 0-2.551 2.032a2.34 2.34 0 0 0 2.551 2.033a3.1 3.1 0 0 0 1.128-.21a.306.306 0 0 0 .19-.447a.47.47 0 0 0-.561-.155m3.351-3.26a2.337 2.337 0 0 0-2.549 2.032a2.34 2.34 0 0 0 2.549 2.033a2.34 2.34 0 0 0 2.552-2.033a2.34 2.34 0 0 0-2.552-2.032m0 3.4a1.57 1.57 0 0 1-1.715-1.368a1.57 1.57 0 0 1 1.712-1.365a1.57 1.57 0 0 1 1.715 1.365a1.57 1.57 0 0 1-1.712 1.365Zm-4.027-4.313a.334.334 0 0 0 0-.667H5.723a3.057 3.057 0 0 1-1.048-5.931a.333.333 0 0 0 .2-.412a3.98 3.98 0 1 1 7.602-2.349a.34.34 0 0 0 .266.231a.33.33 0 0 0 .325-.135a3.35 3.35 0 0 1 2.711-1.407h.022a3.27 3.27 0 0 1 2.386 1.039a3.33 3.33 0 0 1 .93 2.453a.334.334 0 0 0 .668.032a4 4 0 0 0-1.117-2.947a3.94 3.94 0 0 0-2.859-1.246a4.03 4.03 0 0 0-2.896 1.231A4.647 4.647 0 0 0 4.035 6.95a4.7 4.7 0 0 0 .126 1.078a3.726 3.726 0 0 0 1.562 7.107Zm12.452-6.607a.334.334 0 0 0-.422.517a3.058 3.058 0 0 1-1.937 5.423H9.553a.334.334 0 0 0 0 .667h8.726a3.727 3.727 0 0 0 2.359-6.607");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.cwbuxrbv {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m15.225 11.931l-1.953 1.366v-2.733Zm-.519-3.469v2.177c-.014.004-.02-.006-.028-.012l-1.374-.958c-.026-.018-.035-.036-.035-.067l.001-1.14Zm-1.436 7.077v-1.281c0-.023.002-.04.024-.057l1.386-.966l.026-.016v2.32ZM7.643 8.462v5.743c0 .038.006.05.048.05q.611-.002 1.223-.002c.033 0 .041.008.041.04v1.2c0 .034-.01.04-.042.04H6.25c-.037 0-.043-.012-.043-.046V8.463Zm14.356 1.279l-1.03-.001c-.037 0-.044.01-.044.045l.002 5.696c0 .04-.007.052-.05.052q-.672-.003-1.346 0c-.034 0-.042-.008-.042-.043l.001-5.699c0-.042-.011-.051-.05-.05l-.984.001c-.032 0-.04-.007-.04-.04V8.463h3.548c.03 0 .036.005.036.035Zm-4.01-1.28v1.24c0 .033-.009.04-.04.04q-.65 0-1.299-.002c-.033 0-.043.006-.043.042q.003.72 0 1.44c0 .036.01.043.043.043l1.133-.002c.032 0 .042.007.042.04q-.003.593 0 1.183c0 .034-.009.04-.041.04l-1.145-.001c-.029 0-.04.006-.04.038q.003.826 0 1.653c0 .031.01.038.04.038l1.31-.001c.031 0 .042.005.042.04q-.003.6 0 1.199c0 .033-.008.04-.041.04h-2.723c-.03 0-.04-.005-.04-.038v-2.588c0-.026.009-.04.03-.053q.65-.456 1.302-.909l.016-.012c-.007-.016-.023-.022-.035-.03l-1.28-.895a.07.07 0 0 1-.034-.063l.001-2.482Zm-5.264 0v1.022a.2.2 0 0 1-.011.065L11.211 13.4l-.319.818l-.011.03c.017.008.032.004.047.005l1.791-.001c.036 0 .048.005.048.046q-.003.596 0 1.191c0 .035-.008.043-.043.043H9.4c-.036 0-.041-.01-.041-.043v-.936a.2.2 0 0 1 .01-.057l1.678-4.452l.114-.303H9.497c-.034 0-.045-.007-.045-.044q.002-.617.001-1.235Zm-7.014 0v7.019c0 .05 0 .05-.053.05l-1.187.001c-.035 0-.046-.012-.056-.042q-.535-1.808-1.072-3.614c-.01-.036-.018-.074-.036-.11c-.02.017-.01.036-.01.05c.042.343.07.687.07 1.033v2.69l-1.334.001c-.027 0-.033-.005-.033-.032V8.494c0-.027.006-.033.033-.033l1.254.001c.026.03.03.07.04.106l.301 1.046l.775 2.679a9 9 0 0 1-.052-.53c-.008-.137-.018-.272-.018-.409l.001-2.82c0-.024-.006-.05.011-.073Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.d3ugg3bo {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M19.317 7.767q.101.142.194.289a7 7 0 0 0-.444-.71l.016.026l.018.029l.046.076l.011.017l.051.089v.006l.054.096l.011.021l.055.087Zm.575 1.14a7 7 0 0 1 .315 1.006c.012.054.017.111.028.165a6.995 6.995 0 0 1-12.744 5.126a5 5 0 0 1-.238-.365a7 7 0 0 0 .432.7a6.998 6.998 0 1 0 11.826-7.483a7 7 0 0 1 .685 1.825a7 7 0 0 0-.304-.974m-4.253 9.192a7 7 0 0 0 4.738-6.625a7 7 0 0 0-.042-.749a7 7 0 0 1 .043.749a7 7 0 0 1-4.739 6.625m4.632-7.784c.021.124.048.248.062.374c-.014-.13-.042-.251-.062-.378ZM7.437 15.118l.054.086q.126.177.267.34l.025.029l.017.021l.057.064l.105.114l.063.064a7 7 0 0 1-.597-.728Zm10.283-3.646v.079q.015.184.02.371v-.157q0-.346-.034-.684c0 .066.006.132.009.199s.005.127.005.192m-13.976.293v.136c0-.131.012-.26.023-.389l-.024.074q.002.09.001.179m13.245 2.813l.058-.114l-.071.141l.012-.024Zm-7.011 2.328a5.321 5.321 0 1 0-1.688-1.138a5.3 5.3 0 0 0 1.688 1.138m-3.103-4.893a5.171 5.171 0 1 1 5.171 5.17a5.17 5.17 0 0 1-5.171-5.17m14.344-3.884a9.999 9.999 0 1 0 .78 3.884a9.9 9.9 0 0 0-.78-3.884m-9.173 13.713a9.83 9.83 0 1 1 9.813-9.829a9.83 9.83 0 0 1-9.813 9.829m.762-15.35a5.3 5.3 0 0 1 1.034.246q.126.043.249.091a5 5 0 0 1 .604.284a6 6 0 0 1 .479.291l.148.105q.135.097.263.21q.06.048.119.1q.174.157.337.314l.006.006q.138.143.266.295q.042.05.084.105a5.6 5.6 0 0 1 .961 5.159l.013-.041a7 7 0 0 0 .348-2.099a7 7 0 0 0-4.923-6.128l-.079-.028l-.078-.022h-.006l-.076-.02h-.009l-.073-.019h-.012l-.071-.018h-.014l-.072-.026h-.018l-.065-.015h-.021l-.063-.014h-.023l-.062-.012h-.024l-.06-.012h-.027l-.059-.009l-.029-.005l-.056-.038h-.031l-.055-.008h-.033l-.054-.012h-.035l-.051-.006H9.946l-.05.006H9.86l-.053.006h-.034l-.054.014h-.032l-.055.012h-.03l-.057.011h-.028l-.059.01h-.026l-.06.012h-.024l-.062.013h-.022l-.064.014h-.02l-.065.016h-.017l-.068.017h-.015l-.07.018h-.012l-.072.02h-.009l-.075.067l-.079.023a7 7 0 0 0-4.92 6.086a7.7 7.7 0 0 1 .944-1.914l.059-.085l.011-.016l.05-.069l.022-.031l.039-.053l.034-.045l.028-.037l.046-.061l.003-.021l.06-.076a7.56 7.56 0 0 1 4.051-2.595q.129-.034.259-.063a7.56 7.56 0 0 1 3.417.045Zm-.762-4.167a9.689 9.689 0 1 0 9.673 9.688a9.7 9.7 0 0 0-9.673-9.688m6.526 16.568c.158-.151.307-.314.455-.471a10 10 0 0 1-.455.471m.603-.629q.288-.328.544-.68q-.255.354-.544.682Zm1.249-1.808a7.6 7.6 0 0 1-4.458 3.157q-.129.034-.26.063a8 8 0 0 1-.945.143a7.56 7.56 0 0 1-4.178-.829l-.017-.009l-.067-.036l-.023-.013l-.012-.006l-.056-.032l-.018-.01h-.012l-.015-.009l-.051-.029l-.014-.008l-.016-.01l-.022-.012l-.043-.025l-.014-.009l-.015-.009l-.035-.021l-.032-.019l-.011-.007h-.008l-.071-.046l-.081-.051l-.028-.019l-.052-.035l-.01-.006l-.018-.025l-.03-.021l-.012-.004l-.015-.011l-.034-.024l-.014-.017l-.035-.025l-.045-.028l-.02-.015l-.026-.019l-.043-.031l-.05-.04l-.045-.035l-.044-.033l-.049-.037l-.04-.032l-.059-.048l-.029-.025l-.086-.072l-.027-.023l-.059-.051l-.032-.029l-.035-.035l-.014-.013l-.033-.031l-.023-.02l-.013-.012l-.016-.015l-.033-.032l-.017-.015l-.014-.014l-.02-.019l-.032-.032l-.018-.007l-.013-.012l-.026-.027l-.03-.03l-.011-.01l-.042-.042l-.024-.026l-.08-.083q-.066-.069-.129-.141q-.151-.17-.293-.349c-.078-.105-.155-.202-.229-.306a7.6 7.6 0 0 1-1.231-2.795a8 8 0 0 1-.159-1.19v-.008c0-.053-.012-.105-.016-.158v-.807l.007-.105v-.104l.007-.068v-.033l.009-.078v-.02l.013-.088A5.56 5.56 0 0 1 7.638 8.61l.075-.094l.078-.096l.013-.014l.034-.04l.025-.029l.015-.018a5.56 5.56 0 0 1 2.989-1.752a6 6 0 0 1 .735-.105a7 7 0 0 0-1.435.198a5 5 0 0 1 .354-.09a5 5 0 0 1 .735-.105a5 5 0 0 1 .368-.017h-.073a6.999 6.999 0 1 0 0 13.996h.35a7 7 0 0 0 1.876-.257a7.6 7.6 0 0 0 2.165-.153q.131-.03.259-.063a7.6 7.6 0 0 0 2.339-1.038a9.48 9.48 0 0 1-14.195-1.381A9.488 9.488 0 0 1 10.039 2.74q.206-.045.413-.079l.116-.018h.037l.087-.013l.051-.007l.12-.016h.632l.06.005h.037l.06.006h.036l.062.007h.035l.062.008h.033l.063.01h.034l.063.01h.032l.063.011h.032l.065.011l.03.006l.065.013h.029l.066.014l.028.006l.067.015l.028.006l.067.016l.026.006l.067.017l.025.006l.07.018l.024.007l.062.078l.023.006l.069.02l.023.006l.07.022l.021.007l.072.022l.02.007l.071.023l.02.007l.071.025l.019.006l.073.026l.018.007l.072.027l.017.006l.073.028l.016.007l.073.029l.016.007l.074.031l.014.006l.074.032l.014.006l.074.033l.014.006l.073.034l.014.006l.073.035l.013.007l.074.036h.012l.073.038l.012.007l.074.038h.01l.074.041h.011l.074.042h.009l.074.043h.009l.074.044h.009l.073.045h.008l.074.047h.007l.074.047h.007l.074.048h.006l.073.051h.007l.072.05l.073.052h.006l.072.054l.073.055l.071.055h.005l.072.058l.071.059l.07.059l.071.061l.071.062l.071.064q.179.162.346.336l.066.07l.077.084l.007.008l.076.085l.074.085q.245.289.458.596l.01.014l.038.054l.016.026l.032.047l.007.01l.024.038l.017.025l.014.022v.006l.028.045l.054.106l.007.012l.023.038l.026.043l.019.03l.029.05l.012.021l.031.051l.005.009l.026.048a7.55 7.55 0 0 1-.61 8.337q.059-.107.113-.218l-.044.082l-.008.012l-.053.096l-.013.022l-.05.085l-.009.014a3 3 0 0 1-.166.203a7.6 7.6 0 0 1-1.073 1.037l-.01.007l-.067.054l-.031.024l-.044.033l-.048.035l-.009.007l-.071.052l-.038.027l-.046.035l-.049.033l-.042.029l-.047.03l-.064.042l-.059.037l-.047.028l-.046.029l-.049.028l-.043.024l-.082.046l-.044.025l-.052.026l-.044.023l-.06.029l-.055.029l-.064.03l-.043.019l-.056.025l-.041.018l-.088.038l-.036.014l-.062.026l-.041.015l-.063.023l-.034.014l-.092.032l-.036.012l-.064.021l-.038.013l-.077.023l-.03.009l-.086.024l-.037.01l-.067.018l-.035.009l-.095.022l-.024.007l-.078.016l-.029.008l-.076.014h-.026l-.099.018h-.026l-.078.012h-.03l-.095.012h-.006l-.105.012h-.026l-.083.008h-.022l-.105.008l-.105.005h-.479a5.7 5.7 0 0 1-1.201-.16a5.7 5.7 0 0 1-1.28-.503a5 5 0 0 1-.55-.346a5 5 0 0 1-.678-.575a6.999 6.999 0 0 0 11.616-7.35l-.04-.105v-.006l-.041-.095v-.01l-.041-.092v-.012l-.041-.088l-.007-.013l-.042-.087l-.006-.013l-.043-.086l-.007-.014l-.043-.085l-.009-.015l-.045-.053a7 7 0 0 0-2.099-2.112a7.62 7.62 0 0 0-4.588-3.044a9.49 9.49 0 0 1 8.616 7.044q.052.201.099.408a9.45 9.45 0 0 1-.88 6.452ZM11.932 6.441h-.033c-.093 0-.183.013-.275.018a5 5 0 0 1 .349-.016Zm-4.693 8.377l.014.021l-.045-.072Zm-.05-.078c0 .011.012.02.019.031l-.023-.038Zm3.554-9.968a7 7 0 0 1 6.97 6.309a7 7 0 0 0-4.932-6.296l-.08-.025l-.078-.022h-.006l-.076-.02h-.009L12.46 4.7h-.013l-.08-.033h-.015l-.068-.016h-.018l-.065-.013h-.021l-.063-.014h-.023l-.062-.013h-.024l-.06-.011h-.027l-.059-.01h-.029l-.056-.008l-.031-.005l-.055-.008h-.033l-.053-.006h-.035l-.049-.044h-.038l-.049-.005h-1.42l-.048.005h-.039l-.05.006h-.036l-.052.007h-.035l-.053.007l-.032.005l-.059.018h-.03l-.057.011h-.028l-.059.01H9.41l-.06.012h-.024l-.062.012h-.022l-.064.015h-.019l-.066.045h-.017l-.068.017h-.015l-.07.018h-.012l-.072.02H8.83l-.075.022h-.006l-.077.024a7 7 0 0 0-4.943 6.48v.385l.02-.063v-.105a7 7 0 0 1 6.994-6.693");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.fmqd8kbh {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16.272 8.751a1.099 1.099 0 0 0-2.199 0V9.85h1.099a1.105 1.105 0 0 0 1.1-1.099m5.511 1.213a9.996 9.996 0 1 0-9.885 12.033v-9.975H8.635a1.759 1.759 0 0 0 0 3.517v2.172a3.931 3.931 0 1 1 0-7.863h3.263V8.751a3.271 3.271 0 1 1 3.275 3.271h-1.1v9.764a9.966 9.966 0 0 0 7.71-11.822");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g_9lo5bn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21.74 18.779h-.016c-.098.001-.153.085-.153.168c0 .08.05.159.158.159h.007c.111-.004.159-.079.159-.159v-.009c-.003-.082-.062-.158-.155-.158Zm-.072.066v.187h.024v-.168h.044c.024 0 .036.015.036.03c0 .019-.017.039-.05.039l-.016-.002l.07.101h.031l-.063-.086c.03-.006.051-.03.051-.055c0-.022-.019-.046-.063-.046Zm-.044.004a.14.14 0 0 1 .107-.048h.016c.071.003.122.075.122.144q0 .016-.003.03a.13.13 0 0 1-.13.109h-.007c-.081 0-.133-.073-.133-.147l.002-.02s.003-.04.026-.068m-.394 3.024v-.522h.081v.446h.387v.076Zm-.656 0v-.522h.49v.076h-.407v.13h.268v.076h-.268v.164h.43v.076Zm-.659 0v-.522h.043l.332.367v-.367h.08v.522h-.042l-.331-.365v.365Zm-.66 0v-.522h.043l.332.367v-.367h.08v.522h-.043l-.332-.365v.365Zm-.722-.521h.082v.334q0 .076.035.102t.141.026t.141-.026t.036-.102v-.334h.082v.356q0 .096-.061.139q-.062.043-.199.043t-.197-.043t-.06-.139Zm-.41.521v-.45h-.219v-.072h.522v.072h-.221v.45Zm-1.224 0v-.522h.043l.332.367v-.367h.08v.522h-.043l-.331-.365v.365Zm-.609-.228v.228h-.083v-.522h.381q.08 0 .125.037a.13.13 0 0 1 .045.108a.14.14 0 0 1-.044.107a.17.17 0 0 1-.119.042Zm0-.077h.298a.1.1 0 0 0 .063-.018a.073.073 0 0 0 .001-.105a.1.1 0 0 0-.062-.018h-.3Zm-.474.305h-.042l-.263-.522h.088l.196.391l.194-.391h.089Zm-1.323 0v-.522h.489v.076h-.407v.13h.268v.076h-.268v.164h.43v.076Zm-.622-.228v.228h-.082v-.521h.359q.081 0 .126.038a.13.13 0 0 1 .045.108a.14.14 0 0 1-.036.096a.15.15 0 0 1-.093.05l.145.229h-.089l-.147-.228Zm0-.077h.278a.1.1 0 0 0 .064-.018a.07.07 0 0 0 .023-.052a.06.06 0 0 0-.023-.053a.1.1 0 0 0-.065-.018h-.278Zm-.804-.216h.083v.334q0 .076.035.102t.14.026q.107 0 .142-.026q.036-.026.036-.102v-.334h.081v.356q0 .096-.061.139t-.199.043t-.196-.043t-.06-.139Zm-.163.393a.3.3 0 0 1-.117.107a.36.36 0 0 1-.165.038q-.137 0-.226-.079a.265.265 0 0 1 0-.397q.089-.077.226-.077a.4.4 0 0 1 .156.032a.3.3 0 0 1 .112.091l-.064.045a.2.2 0 0 0-.085-.07a.3.3 0 0 0-.119-.023a.25.25 0 0 0-.165.057a.19.19 0 0 0 0 .288a.25.25 0 0 0 .165.056a.3.3 0 0 0 .124-.027a.3.3 0 0 0 .093-.086Zm-1.207.129v-.523h.49v.076h-.407v.13h.268v.076h-.268v.164h.429v.076Zm-.69-.069l.04-.068a.5.5 0 0 0 .117.057a.4.4 0 0 0 .122.019a.2.2 0 0 0 .112-.028a.09.09 0 0 0 .043-.073a.07.07 0 0 0-.039-.066q-.039-.022-.123-.024q-.143-.002-.196-.034q-.053-.031-.053-.103a.13.13 0 0 1 .059-.108q.058-.041.157-.041a.5.5 0 0 1 .13.019a.5.5 0 0 1 .122.055l-.041.069a.4.4 0 0 0-.105-.052a.4.4 0 0 0-.108-.018a.2.2 0 0 0-.096.021a.06.06 0 0 0-.036.055a.05.05 0 0 0 .037.049q.036.015.126.015q.125 0 .189.042t.063.125a.15.15 0 0 1-.064.123q-.065.05-.168.05a.5.5 0 0 1-.151-.022a.5.5 0 0 1-.137-.062m-.777.173l.032-.052a.4.4 0 0 0 .022-.054h-.005a.04.04 0 0 1-.031-.016a.06.06 0 0 1-.013-.04a.06.06 0 0 1 .015-.042a.05.05 0 0 1 .038-.017a.05.05 0 0 1 .041.023a.1.1 0 0 1 .016.059a.15.15 0 0 1-.023.075a.5.5 0 0 1-.069.086Zm-.722-.106v-.522h.043l.332.367v-.367h.08v.522H9.92l-.331-.365v.365Zm-.622-.228v.228h-.083v-.521h.361q.079 0 .125.038a.13.13 0 0 1 .045.108a.14.14 0 0 1-.035.096a.15.15 0 0 1-.094.05l.145.229h-.089l-.148-.228Zm0-.077h.278a.1.1 0 0 0 .064-.018a.07.07 0 0 0 .022-.052a.06.06 0 0 0-.022-.053a.1.1 0 0 0-.064-.018h-.278Zm-.738.305v-.522h.491v.076h-.408v.13h.268v.076h-.268v.164h.43v.076Zm-.438-.522q.127 0 .206.073t.079.189q0 .119-.077.189t-.209.071h-.231v-.522Zm0 .075h-.151v.371h.152q.093 0 .146-.049t.054-.135a.18.18 0 0 0-.056-.135q-.054-.052-.144-.052M7 21.889q-.139 0-.23-.08a.263.263 0 0 1 0-.396q.09-.077.229-.077q.141 0 .231.077a.264.264 0 0 1 0 .397q-.09.079-.23.079m0-.077q.104 0 .17-.056a.19.19 0 0 0 0-.288q-.066-.057-.17-.057t-.17.057a.19.19 0 0 0 0 .288q.065.056.169.056m-1.043.06v-.522h.068l.214.306l.214-.306h.068v.522h-.081v-.375l-.201.29l-.2-.29v.375Zm-.822.106l.032-.052a.4.4 0 0 0 .022-.054h-.005a.04.04 0 0 1-.031-.016a.06.06 0 0 1-.013-.04a.06.06 0 0 1 .015-.042a.05.05 0 0 1 .038-.017a.05.05 0 0 1 .041.023a.1.1 0 0 1 .016.059a.15.15 0 0 1-.023.075a.5.5 0 0 1-.069.086Zm-.47-.106v-.45h-.221v-.072h.522v.072h-.22v.45Zm-.815-.067l.04-.068a.5.5 0 0 0 .117.057a.4.4 0 0 0 .121.019a.2.2 0 0 0 .114-.028a.09.09 0 0 0 .042-.073a.07.07 0 0 0-.039-.066q-.039-.022-.123-.024q-.143-.002-.196-.034q-.054-.031-.054-.103a.13.13 0 0 1 .06-.108q.057-.041.156-.041a.5.5 0 0 1 .131.019a.5.5 0 0 1 .122.055l-.042.069a.4.4 0 0 0-.105-.052a.4.4 0 0 0-.107-.018a.2.2 0 0 0-.096.021a.06.06 0 0 0-.036.055a.05.05 0 0 0 .036.049q.037.015.127.015q.125 0 .188.042t.064.125a.15.15 0 0 1-.065.123q-.064.05-.167.05a.5.5 0 0 1-.151-.022a.5.5 0 0 1-.137-.062m-.643.067l.265-.522h.052l.268.522h-.087l-.069-.133h-.276l-.066.133Zm.189-.202h.204l-.101-.2Zm-.519-.039v.241h-.083v-.522h.484v.076h-.401v.13h.258v.076Zm17.963-2.671q.489 0 .789.278q.3.281.3.728q0 .452-.294.722t-.795.27h-.887V18.96Zm.005.288h-.577v1.422h.577q.356 0 .559-.191t.204-.518q0-.316-.211-.514t-.552-.199m-2.907.837v.874h-.314v-1.996h1.376q.308 0 .48.149q.173.147.173.409a.54.54 0 0 1-.137.368q-.137.156-.357.191l.556.878h-.341l-.566-.873Zm0-.293h1.062q.162 0 .247-.069t.085-.202t-.085-.2t-.247-.07h-1.062Zm-2.585 1.166l1.016-1.998h.197l1.025 1.999h-.334l-.26-.508H15.94l-.258.508Zm.723-.773h.782l-.389-.764Zm-2.649-1.221h.313v1.281q0 .288.136.387q.135.101.538.101q.405 0 .54-.1t.136-.389v-1.28h.312v1.362q0 .368-.233.531t-.76.164q-.524 0-.753-.162q-.228-.16-.228-.533Zm-.671 1.295v-.38h-.704v-.297h1.025v.777q-.187.323-.488.494q-.301.173-.682.173q-.58 0-.958-.383q-.378-.382-.378-.97q0-.59.379-.973q.379-.382.957-.382q.357 0 .653.157a1.3 1.3 0 0 1 .479.446l-.268.193a.9.9 0 0 0-.351-.362a1 1 0 0 0-.513-.131q-.435 0-.721.297q-.285.298-.285.755t.285.754t.721.297q.272 0 .483-.117t.366-.348m-4.165.699V18.96h1.874v.293H8.903v.498h1.025v.288H8.903v.632h1.648v.288Zm-2.011-.873v.874h-.314v-1.995h1.377q.308 0 .48.147q.173.148.173.41a.54.54 0 0 1-.137.368q-.137.156-.357.191l.556.878h-.341l-.566-.873Zm0-.293h1.062q.162 0 .247-.069t.085-.202t-.085-.2t-.247-.069H6.58Zm-1.057 1.166v-2.003h.319v2.003Zm-2.607 0l-.843-2.583h.316l.641 1.994l.658-1.994h.288l.655 1.99l.644-1.99h.306l-.84 2.584h-.234l-.68-2.08l-.675 2.08ZM19.82 9.601S20.182 2 11.828 2C4.44 2 4.209 9.291 4.209 9.291s-1.086 8.374 7.789 8.374c8.513 0 7.821-8.064 7.821-8.064ZM9.491 6.946c1.567-.959 3.569-.373 4.32 1.069c.143.273.161.695.07.981c-.31.99-1.045 1.545-2.053 1.781c.298-.255.534-.543.609-.942a1.4 1.4 0 0 0-.236-1.094a1.4 1.4 0 0 0-1.61-.491c-.62.237-.96.803-.898 1.498c.056.647.546 1.066 1.465 1.225c-.138.073-.243.127-.347.184a3.4 3.4 0 0 0-1.072.933c-.094.125-.157.135-.299.049c-1.846-1.129-1.964-3.961.051-5.193m-1.383 6.973c-.295.074-.582.187-.886.286c.149-1.001 1.32-1.921 2.31-1.817a2.55 2.55 0 0 0-.482 1.353c-.33.06-.64.102-.942.178m6.308-9.764c.293.01.586.006.88.013a2 2 0 0 1 .217.03a2 2 0 0 1-.221.284c-.104.098-.223.193-.374.045c-.036-.036-.122-.027-.185-.028c-.292-.004-.584-.013-.875-.002a5.5 5.5 0 0 0-.753.076c-.047.008-.116.164-.095.222c.05.135.125.284.234.37c.404.319.834.605 1.24.922c.394.308.761.645.986 1.11c.291.606.299 1.239.173 1.876c-.209 1.065-.748 1.946-1.62 2.586c-.351.259-.786.406-1.188.59c-.355.164-.719.304-1.073.466c-.64.291-1 .985-.894 1.706c.098.662.678 1.215 1.343 1.33c.8.137 1.624-.383 1.819-1.194c.219-.913-.277-1.727-1.205-1.975l-.167-.043c.248-.111.463-.19.661-.299q.518-.285 1.017-.603c.098-.063.151-.063.234.01c.639.552 1.02 1.238 1.126 2.079c.177 1.394-.482 2.674-1.727 3.33c-1.924 1.016-4.279-.14-4.705-2.273c-.363-1.829.926-3.487 2.479-3.807c.667-.138 1.278-.415 1.753-.93c.306-.331.455-.615.505-.744a2.1 2.1 0 0 0 .142-.756a1.8 1.8 0 0 0-.155-.647c-.161-.369-.783-.957-.937-1.082L11.59 5.673c-.052-.043-.109-.04-.236-.031c-.149.01-.531.031-.695-.012c.133-.101.496-.248.652-.366c-.474-.319-1.015-.204-1.511-.3c.114-.214.683-.543 1.006-.579a5 5 0 0 0-.089-.536c-.019-.074-.1-.143-.17-.185c-.172-.101-.355-.184-.551-.284a1.14 1.14 0 0 1 .591-.183a2.2 2.2 0 0 1 .593.058c.351.079.632.028.913-.212c-.221-.089-.441-.169-.655-.266a7 7 0 0 1-.615-.321c.556.077 1.092.285 1.657.208l.015-.076l-1.317-.307c.786-.072 1.517-.083 2.209.253c.195.095.399.174.586.282c.091.053.152.157.227.238c.06.065.107.151.18.189c.277.148.581.154.891.146l.007-.103c.313.097.664.456.663.72c-.506 0-1.011-.002-1.517.003c-.053 0-.107.04-.162.062c.052.03.103.083.154.085Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.h5qzeuqa {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.001 2q-.988.001-1.915.204c.342.399.66.81.965 1.226q.153.21.298.423q.149.212.292.428c.094.144.186.293.277.438c.052.085.11.17.161.256c.037.06.069.122.105.183c.058.1.12.196.177.297l.078.141q.096.174.188.35l.053.104q.104.193.203.386l.026.063c.133.267.265.533.386.804l.047.11l.037.078c.12.274.23.552.34.83l.01.02c.014.038.032.072.047.11q.069.178.135.355l.058.156l.11.314a27 27 0 0 1 .312.944l.09.287l.051.188c.033.111.069.218.1.329l.041.146c.035.126.061.255.094.381l.026.1c.081.314.16.624.23.939v.01q.2.9.35 1.796l.02.114q.055.343.105.684l.005.058c.048.326.097.646.136.97q.06.514.11 1.023l.01.084q.044.465.078.924l-1.19.715l.329.475L16.761 22l2.823-5.981l-.27.156l-.977.564a39 39 0 0 0-.271-2.051a38 38 0 0 0-.136-.814c-.035-.194-.077-.381-.115-.574l-.031-.167l-.037-.183q-.065-.314-.135-.626c-.007-.028-.01-.05-.016-.079l-.016-.062a36 36 0 0 0-.38-1.514c-.004-.013-.002-.029-.006-.042a33 33 0 0 0-.24-.819l-.036-.115l-.021-.062l-.01-.037a31 31 0 0 0-.267-.809l-.016-.047c-.09-.264-.19-.524-.287-.783a28 28 0 0 0-.82-1.952q-.097-.21-.197-.417l-.006-.01a22 22 0 0 0-.788-1.457a18 18 0 0 0-1.398-2.051A9 9 0 0 0 12.001 2m1.56.13a22 22 0 0 1 1.545 2.37l.079-.052v-.225l.396-.26l.611-.147c.27.158.524.336.772.522h-.156l.428.439l.125-.13q.066.055.13.114q.115-.417.183-.746a8.94 8.94 0 0 0-4.112-1.885Zm-3.893.173a8.972 8.972 0 0 0-3.915 15.104q.705-.222 1.352-.485l-.057-.13l.036-.789l-.266-.37l-.584-.528l-.6-1.085l.166-.559l-.067-.151l.193-.298l.271-.71v-.057l-.203-.094l-.261.037l-.465-.34l-.297-.37l-.69-.188l-.563-.334a8.27 8.27 0 0 1 3.69-6.884l-.021.297l-.365.34l-.825.48l.094.344l.631.261l.1.45l.23-.492l.365-.15l-.037-.22l.365-.632l.465.261l-.068.298l.397-.152l.167.34l-.068.224l.235.073l.198.188l-.068.225l-.563.187h-.397l-.559.261h.888l-.298.444l-.59.115l-.266.376l-.459.188l-.24.558l-.626.522l-.063.751l-.365-.454l-.496-.11l-.063.225h-.395l-.502.376l-.062.449l.036.412l.33.188l.229-.115l.23-.297h.23c-.034.262-.062.52-.095.783l.397-.042v.412l.13.381c.16.099.384.105.564.157v-.084l.595-.527l.564.413l.657-.074l.261.71l.496.11l.266.532q.807.415 1.618.82l-.068.558l-.391.564l.02.266c1.597-1.064 2.648-2.134 3.054-2.698l-.694-.788l-.329-.783l.298-.45l-.162-.182l.36-.866c.219-.273.45-.531.678-.794c-.439-1.045-1.115-2.61-2.207-4.305l-.162.052l-.329.522l-.266.151l-.397-.783l.303-.303v-.302l-.762-.517l.23-.23l.323-.088a20 20 0 0 0-.485-.595ZM8.348 3.54l.026.156l.626.078l.167.334l.365.152l-.329.297l-.662-.449l-.334-.11c-.146.098-.286.198-.428.298l-.162.376h-.329l.162-.412l.266-.225l-.016-.151l.178-.104l.036.068l.058-.126c.121-.067.25-.12.375-.182m-1.389.271h.01c-.007.005-.008.016-.015.02Zm10.913.381c-.166.85-.512 2.07-1.21 3.632a46 46 0 0 1 1.1 3.58a20.7 20.7 0 0 0 1.91-5.088a9 9 0 0 0-1.8-2.124m-9.3.177l.334.152v.256h-.266l-.33-.22Zm7.505 0l-.36.34l-.1.188l.1.26l-.105.277l.157.313l.308-.25l.036-.188l.434-.298c-.156.02-.318.032-.47.074V4.75l.167-.38ZM9.099 6.353l.302.224l-.198.303Zm10.74.256a20 20 0 0 1-.265.996a8.2 8.2 0 0 1 .595 1.989l-.188-.178l-.381.063l-.345-.397v.486l.298.23l.193.224l.271-.298c.067.125.127.246.193.37v.377l-.297.334l-.548.376l-.397.396c.193-.014.388-.038.585-.062v.26l-.402.976l-.36.413l-.293.631v1.05l.09.407l-.09.11l.094.803l1.122-.606a8.95 8.95 0 0 0 1.258-4.592a8.9 8.9 0 0 0-1.132-4.358Zm-1.346 3.898q-.09.197-.188.397c.088.23.174.462.282.689c.12 0 .244-.003.36-.01l-.256-.293l.13-.34l-.26-.297Zm-4.029 1.295c-2.44 3.54-6.394 5.31-8.288 5.991a9 9 0 0 0 2.338 1.451c.193-.066.383-.13.59-.203a15.14 15.14 0 0 0 6.054-3.972a35 35 0 0 0-.694-3.267m.746 3.836c-.985 1.036-2.821 2.606-5.929 3.888a8.96 8.96 0 0 0 5.319.037l-.512-.716l1.331-.756a26 26 0 0 0-.209-2.453");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.jhi3qacy {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M19.86 15.03c1.377.51 2.14 1.55 2.14 2.924c0 1.836-1.352 3.175-3.2 3.175c-.689 0-1.313-.186-2.191-.65c-1.88-.994-3.84-1.365-7.2-1.365c-2 0-3.018.131-4.155.535a3.2 3.2 0 0 1-1.179.253C2.881 19.902 2 19.056 2 17.906c0-.794.423-1.422 1.464-2.178c2.962-2.146 5.17-6.323 5.41-10.237a2.755 2.755 0 0 1 2.812-2.62c1.525 0 2.764 1.134 2.857 2.617c.291 4.532 2.505 8.501 5.317 9.542m-5.314 2.678c1.281.019 2.095-.74 2.095-1.944a2.1 2.1 0 0 0-.285-1.096L13.37 9.556c-.436-.743-1-1.099-1.75-1.099A1.92 1.92 0 0 0 9.858 9.54l-2.672 5.029a2.56 2.56 0 0 0-.291 1.153c0 1.095.82 1.883 1.973 1.9Z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.kraexhkc {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M10.85 7.108a6.88 6.88 0 0 0-6.883 6.883a6.884 6.884 0 0 0 13.766 0a6.89 6.89 0 0 0-6.883-6.883m2.671 9.188a3.69 3.69 0 0 1-3.215 1.09a3.5 3.5 0 0 0 1.383-1.506a2.32 2.32 0 0 0 1.475-2.15a2.3 2.3 0 0 0-.257-1.04a3.6 3.6 0 0 1 1.58.352a3.69 3.69 0 0 1-.966 3.255Zm-1.379-4.486a2.3 2.3 0 0 0-1.292-.395a2.31 2.31 0 0 0-2.126 1.4a3 3 0 0 1-.619-1.558a3.693 3.693 0 0 1 5.972.653a5.5 5.5 0 0 0-1.935-.1m.1 1.92a1.389 1.389 0 1 1-1.388-1.389a1.39 1.39 0 0 1 1.384 1.389Zm-4.831-1.368a4 4 0 0 0 1.15 1.612a2.3 2.3 0 0 0 1.958 2.036a3 3 0 0 1-1.5.934a3.69 3.69 0 0 1-1.609-4.582ZM20.075 2.246V2h-3.529v.388l-.99.213v.009h-4.482A1.144 1.144 0 0 0 9.93 3.754v2.285a8.007 8.007 0 1 0 1.526-.029V4.135h4.099v.024l.99.212v.417h3.529v-.245h1.089v-2.3Zm-4.099 6.625a7.245 7.245 0 0 1-5.121 12.
|
|
3
|
+
d: path("M10.85 7.108a6.88 6.88 0 0 0-6.883 6.883a6.884 6.884 0 0 0 13.766 0a6.89 6.89 0 0 0-6.883-6.883m2.671 9.188a3.69 3.69 0 0 1-3.215 1.09a3.5 3.5 0 0 0 1.383-1.506a2.32 2.32 0 0 0 1.475-2.15a2.3 2.3 0 0 0-.257-1.04a3.6 3.6 0 0 1 1.58.352a3.69 3.69 0 0 1-.966 3.255Zm-1.379-4.486a2.3 2.3 0 0 0-1.292-.395a2.31 2.31 0 0 0-2.126 1.4a3 3 0 0 1-.619-1.558a3.693 3.693 0 0 1 5.972.653a5.5 5.5 0 0 0-1.935-.1m.1 1.92a1.389 1.389 0 1 1-1.388-1.389a1.39 1.39 0 0 1 1.384 1.389Zm-4.831-1.368a4 4 0 0 0 1.15 1.612a2.3 2.3 0 0 0 1.958 2.036a3 3 0 0 1-1.5.934a3.69 3.69 0 0 1-1.609-4.582ZM20.075 2.246V2h-3.529v.388l-.99.213v.009h-4.482A1.144 1.144 0 0 0 9.93 3.754v2.285a8.007 8.007 0 1 0 1.526-.029V4.135h4.099v.024l.99.212v.417h3.529v-.245h1.089v-2.3Zm-4.099 6.625a7.245 7.245 0 0 1-5.121 12.345a7.243 7.243 0 1 1 5.116-12.345Zm4.845-4.677h-.567v-1.6h.567Z");
|
|
4
4
|
}
|