@iconify-vue/cbi 1.0.14 → 1.0.16
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/artemide-nessino.vue +10 -0
- package/components/b/bazarr.vue +2 -2
- package/components/b/bluetti-alt.vue +10 -0
- package/components/b/bluetti.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/grill-ceramic.vue +2 -2
- package/components/h/hbo-max.vue +10 -0
- package/components/h/hilo.vue +10 -0
- package/components/h/homey.vue +2 -2
- package/components/l/lampada-parete.vue +2 -2
- 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/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/signal.vue +10 -0
- package/components/s/smart-camera.vue +2 -2
- 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/wakapi.vue +10 -0
- package/components/x/xgimi-horizon.vue +10 -0
- package/components/x/xiaomi-air-purifier-pro.vue +10 -0
- package/components/y/your-spotify.vue +2 -2
- package/css/a/ayy9ueea.css +4 -0
- package/css/d/dactsnbx.css +4 -0
- package/css/{s/sy-vdfbo.css → d/dmqaa3do.css} +2 -2
- package/css/d/do8dccbn.css +4 -0
- package/css/d/dte3qfcb.css +4 -0
- package/css/{l/lqlz-jbs.css → f/fr4esk9k.css} +2 -2
- package/css/g/g6zlsubb.css +4 -0
- package/css/h/h25i60by.css +4 -0
- package/css/{z/zc1in6ec.css → i/ipundrrv.css} +2 -2
- package/css/j/j9podhbz.css +4 -0
- package/css/k/kfsz82bq.css +4 -0
- package/css/k/kglf9cgf.css +4 -0
- package/css/m/mnitlxlc.css +4 -0
- package/css/{s/s0-60vbj.css → n/nzv_6zda.css} +2 -2
- package/css/o/oh8ehk5r.css +4 -0
- package/css/{k/kraexhkc.css → p/pzwrmaco.css} +2 -2
- package/css/s/s51fu4bm.css +4 -0
- package/css/t/t36ehsjp.css +4 -0
- package/css/t/tcyvrqbe.css +4 -0
- package/css/t/tftf69bl.css +4 -0
- package/css/t/tlsu1q4t.css +4 -0
- package/css/{y/y4m3ohbd.css → v/v8965ffn.css} +2 -2
- package/css/{t/the2sun.css → v/vixun-b.css} +2 -2
- package/css/v/vrreno5c.css +4 -0
- package/css/x/xh0eceqx.css +4 -0
- package/css/{c/c2abl3bz.css → x/xvmrep1i.css} +2 -2
- package/css/y/y8gkj6_e.css +4 -0
- package/css/z/{z1znd98y.css → z79eepzz.css} +2 -2
- package/css/z/za8-4ob.css +4 -0
- package/css/z/zfewfiby.css +4 -0
- package/iconify.json +2 -2
- package/package.json +37 -1
- package/css/b/bcdlb7bg.css +0 -4
- package/css/b/by-k4ceq.css +0 -4
- package/css/c/c0rm6s4a.css +0 -4
- package/css/d/d3ugg3bo.css +0 -4
- package/css/f/fmqd8kbh.css +0 -4
- package/css/o/omo_t-rd.css +0 -4
- package/css/s/shfpcabc.css +0 -4
- package/css/s/sni4zfbm.css +0 -4
- package/css/u/u8huo9bv.css +0 -4
- package/css/v/vjohpxbi.css +0 -4
- package/css/y/y3fizsha.css +0 -4
- package/css/z/z6d8y4bo.css +0 -4
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/z/za8-4ob.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="za8-4ob"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:artemide-nessino" /></template>
|
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/d/dactsnbx.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="dactsnbx"/>`;
|
|
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/k/kglf9cgf.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="kglf9cgf"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:bluetti-alt" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/t/tftf69bl.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="tftf69bl"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:bluetti" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/p/pzwrmaco.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="pzwrmaco"/>`;
|
|
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/x/xvmrep1i.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="xvmrep1i"/>`;
|
|
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/
|
|
3
|
+
import '../../css/d/do8dccbn.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="do8dccbn"/>`;
|
|
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/y/y8gkj6_e.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="y8gkj6_e"/>`;
|
|
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/y/y8gkj6_e.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="y8gkj6_e"/>`;
|
|
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/f/fr4esk9k.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="fr4esk9k"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:dreamcast" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/k/kfsz82bq.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="kfsz82bq"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:grill-ceramic" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/d/dte3qfcb.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="dte3qfcb"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:hbo-max" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/j/j9podhbz.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="j9podhbz"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:hilo" /></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/t/t36ehsjp.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="t36ehsjp"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:homey" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/t/tcyvrqbe.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="tcyvrqbe"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:lampada-parete" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/z/
|
|
3
|
+
import '../../css/z/z79eepzz.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="z79eepzz"/>`;
|
|
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/t/tlsu1q4t.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="tlsu1q4t"/>`;
|
|
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/i/ipundrrv.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="ipundrrv"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:nextcloud" /></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/v/vixun-b.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="vixun-b"/>`;
|
|
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/m/mnitlxlc.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="mnitlxlc"/>`;
|
|
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/v/v8965ffn.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="v8965ffn"/>`;
|
|
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/v/vrreno5c.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="vrreno5c"/>`;
|
|
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/o/oh8ehk5r.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="oh8ehk5r"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:signal" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/g/g6zlsubb.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="g6zlsubb"/>`;
|
|
9
9
|
</script>
|
|
10
10
|
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:smart-camera" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/x/xh0eceqx.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="xh0eceqx"/>`;
|
|
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/n/nzv_6zda.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="nzv_6zda"/>`;
|
|
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/d/dmqaa3do.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="dmqaa3do"/>`;
|
|
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/a/ayy9ueea.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="ayy9ueea"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:wakapi" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/s/s51fu4bm.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="s51fu4bm"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:xgimi-horizon" /></template>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<script setup>
|
|
2
|
+
import { Icon } from '@iconify/css-vue';
|
|
3
|
+
import '../../css/z/zfewfiby.css';
|
|
4
|
+
|
|
5
|
+
const props = defineProps(["width","height"]);
|
|
6
|
+
|
|
7
|
+
const viewBox = {"width":24,"height":24};
|
|
8
|
+
const content = `<path class="zfewfiby"/>`;
|
|
9
|
+
</script>
|
|
10
|
+
<template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="cbi:xiaomi-air-purifier-pro" /></template>
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<script setup>
|
|
2
2
|
import { Icon } from '@iconify/css-vue';
|
|
3
|
-
import '../../css/
|
|
3
|
+
import '../../css/h/h25i60by.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="h25i60by"/>`;
|
|
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
|
+
.ayy9ueea {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m22 8.799l-1.115-.545l-.304.641l-.628 1.318l-2.476 5.196l-.004.006H15.03l-.002-.003l.002-.006l.963-2.02l.247-.517l.013-.028l1.252-2.628l.48-1.005l.148-.314l.765-1.606l-.377-.183l-.624-.305l3.258-1.532ZM9.495 12.614l-1.224 2.569l-2.227-4.677l-.626-1.317h2.447l.629 1.317Zm3.197-.607l-1.623 3.408v.001h-2.45v-.001l1.225-2.57l1.255-2.633l.37-.775l.368.775l.604 1.267Zm3.221.676l-.246.517l-.966 2.017l-.002.006l-1.649-3.464l-.595-1.25l-.627-1.318h2.418Zm5.87-.683q0 .314-.021.625a10 10 0 0 1-.514 2.623c-1.27 3.74-4.671 6.479-8.739 6.73a8 8 0 0 1-.618.022q-.312 0-.619-.022c-4.97-.308-8.946-4.327-9.251-9.353A8 8 0 0 1 2 12.002q-.001-.316.021-.626c.305-5.024 4.28-9.045 9.25-9.354a9 9 0 0 1 1.238 0V4.71h-1.236V3.63c-4.089.304-7.362 3.615-7.664 7.747h.956v1.25h-.956c.302 4.133 3.575 7.443 7.663 7.748v-1.102h1.237v1.102c3.02-.226 5.598-2.092 6.859-4.718a8.4 8.4 0 0 0 .804-3.03h-.002l.578-1.25h1.014q.021.31.021.626");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dactsnbx {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M19.959 8.328a2.374 2.374 0 0 0-2.083-1.955a93 93 0 0 0-11.76 0a2.374 2.374 0 0 0-2.082 1.955a31 31 0 0 0 0 7.041a2.374 2.374 0 0 0 2.082 1.964a93 93 0 0 0 11.76 0a2.374 2.374 0 0 0 2.083-1.964a31 31 0 0 0 0-7.041m-3.95 7.6a.39.39 0 0 1-.396.396H8.385a.39.39 0 0 1-.396-.396a.39.39 0 0 1 .396-.379h7.223a.39.39 0 0 1 .396.379Zm1.486-1.159H6.504a.391.391 0 0 1 0-.791h10.991a.391.391 0 0 1 0 .791m1.576-9.84A10 10 0 1 0 4.929 19.071A9.92 9.92 0 0 0 12 22a10 10 0 0 0 7.07-17.071ZM12 21.531A9.531 9.531 0 1 1 21.531 12A9.54 9.54 0 0 1 12 21.531");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.dmqaa3do {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("m18.36 3.949l-1.401 1.4l.155.122a8.3 8.3 0 0 1 1.389 1.389l.122.153l1.4-1.4a10.7 10.7 0 0 1 .994 1.493l.049.09h.546V2.352h-4.843v.556l.091.048a10.3 10.3 0 0 1 1.499.99m2.906-1.241v4.136a11 11 0 0 0-1.095-1.592l-.121-.148l-1.397 1.396a9 9 0 0 0-1.173-1.173l1.399-1.398l-.149-.122a10.7 10.7 0 0 0-1.61-1.099ZM20.229 6.32l-.118-.171l-1.244 1.244l.075.119a8.261 8.261 0 1 1-2.443-2.445l.118.078l1.245-1.244l-.169-.121a10 10 0 1 0 2.536 2.54m-8.
|
|
3
|
+
d: path("m18.36 3.949l-1.401 1.4l.155.122a8.3 8.3 0 0 1 1.389 1.389l.122.153l1.4-1.4a10.7 10.7 0 0 1 .994 1.493l.049.09h.546V2.352h-4.843v.556l.091.048a10.3 10.3 0 0 1 1.499.99m2.906-1.241v4.136a11 11 0 0 0-1.095-1.592l-.121-.148l-1.397 1.396a9 9 0 0 0-1.173-1.173l1.399-1.398l-.149-.122a10.7 10.7 0 0 0-1.61-1.099ZM20.229 6.32l-.118-.171l-1.244 1.244l.075.119a8.261 8.261 0 1 1-2.443-2.445l.118.078l1.245-1.244l-.169-.121a10 10 0 1 0 2.536 2.54m-8.213 15.32a9.652 9.652 0 1 1 5.306-17.689l-.752.75a8.612 8.612 0 1 0 2.738 2.748l.751-.75a9.652 9.652 0 0 1-8.043 14.941m5.608-9.776c-.006.361.146.728.499.735h.008c.346 0 .507-.359.514-.718c.008-.419-.196-.714-.496-.72a.46.46 0 0 0-.393.223a.9.9 0 0 0-.132.48m.278-.386a.28.28 0 0 1 .238-.142c.231 0 .333.283.325.542s-.096.547-.34.547c-.232 0-.332-.284-.332-.556a.74.74 0 0 1 .109-.391m-1.077.4c0 .604.515 1 1.312 1s1.308-.392 1.308-1c0-.491-.405-.986-1.313-.986c-.793-.002-1.307.385-1.307.985m2.444 0c0 .507-.436.822-1.136.822s-1.132-.318-1.132-.822c0-.507.444-.811 1.132-.811s1.139.315 1.139.811Zm-10.435-.015c0 .362.146.729.5.736h.009a.44.44 0 0 0 .394-.24a1 1 0 0 0 .119-.478a.82.82 0 0 0-.189-.585a.44.44 0 0 0-.308-.134h-.01c-.295 0-.507.286-.515.701m.519-.527a.26.26 0 0 1 .184.081a.67.67 0 0 1 .146.46a.8.8 0 0 1-.096.392a.27.27 0 0 1-.25.156c-.233 0-.333-.285-.333-.556c.012-.26.123-.533.345-.533Zm-1.318.541c0 .605.515 1 1.313 1s1.309-.391 1.309-1c0-.489-.407-.985-1.314-.985c-.795-.002-1.308.385-1.308.985m2.444 0c0 .508-.433.822-1.133.822s-1.14-.314-1.14-.822s.444-.811 1.133-.811s1.145.316 1.145.811Zm-4.083-.951H4.499v.437h.432l.801 1.457h1.029l.788-1.458h.429v-.437H6.617v.437h.289l-.429.793l-.433-.793h.357Zm-.174.264h-.477l.729 1.333l.719-1.333h-.399v-.091h1.011v.09h-.36l-.788 1.457h-.824l-.8-1.456h-.361v-.091h1.55Zm8.3 1.63h1.033l.789-1.458h.429v-.437h-1.364v.437h.285l-.429.793l-.433-.793h.357v-.437h-1.882v.437h.431Zm-1.039-1.721h1.531v.09h-.476l.729 1.333l.72-1.333h-.404v-.089h1.014v.089h-.359l-.788 1.457h-.825l-.784-1.456h-.361Zm-2.511 1.72h2.555v-.97h-.433v.087a.436.436 0 0 1-.476.444h-.28v-1.014h.396v-.438h-1.762v.438h.401v1.014h-.4Zm.173-.267h.401v-1.363h-.4v-.089h1.414v.089h-.395v1.362h.455a.607.607 0 0 0 .645-.529h.092v.622h-2.211Z");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.do8dccbn {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M21.879 10.452a10 10 0 1 0-.007 3.14a10 10 0 0 0 .007-3.14m-1.245 2.946l.582.093a9.3 9.3 0 0 1-.916 2.786l-.525-.269a8.8 8.8 0 0 1-1.622 2.218l.416.418a9.3 9.3 0 0 1-2.376 1.719l-.267-.527a8.7 8.7 0 0 1-2.616.839l-.439-2.823a6 6 0 0 0 1.766-.567l-.224-.441a5.4 5.4 0 0 1-1.618.518l.076.49a6 6 0 0 1-1.836 0l-.456 2.822a8.7 8.7 0 0 0 2.731.006l.09.583a9.3 9.3 0 0 1-2.916-.007l.095-.582a8.7 8.7 0 0 1-2.61-.859l-.27.526a9.4 9.4 0 0 1-2.366-1.732l.419-.415a8.7 8.7 0 0 1-1.606-2.228l-.528.267a9.3 9.3 0 0 1-.896-2.792l.583-.09a8.8 8.8 0 0 0 .841 2.615l2.549-1.288a6 6 0 0 1-.567-1.766l-2.822.438a8.8 8.8 0 0 1 .005-2.748l-.582-.093a9.3 9.3 0 0 1 .917-2.787l.525.27a8.8 8.8 0 0 1 1.617-2.223l-.416-.419a9.3 9.3 0 0 1 2.376-1.722l.267.526a8.8 8.8 0 0 1 2.617-.839l-.091-.583a9.3 9.3 0 0 1 2.916.006l-.095.583a8.7 8.7 0 0 1 2.61.858l.27-.525a9.4 9.4 0 0 1 2.367 1.732l-.419.415a8.7 8.7 0 0 1 1.606 2.228l.527-.267a9.4 9.4 0 0 1 .897 2.792l-.584.091a8.7 8.7 0 0 1-.002 2.753m-8.733-1.801a.402.402 0 1 0 .455.334a.4.4 0 0 0-.455-.334m.508 1.28l2.007 3.962a5.4 5.4 0 0 0 1.376-.996l-3.127-3.148a1 1 0 0 1-.256.182m-.605.094l-.702 4.383a5.4 5.4 0 0 0 1.698 0l-.681-4.385a1 1 0 0 1-.315.002m1.137-1.131l4.386-.681a5.4 5.4 0 0 0-.519-1.617l-3.962 2.008a1 1 0 0 1 .095.29m-.276-.544l3.148-3.131a5.5 5.5 0 0 0-1.371-1.004l-2.027 3.95a1 1 0 0 1 .25.185m.177 1.149l3.949 2.027a5.4 5.4 0 0 1-1.004 1.371l.35.351a6 6 0 0 0 1.094-1.496l-.441-.226a5.4 5.4 0 0 0 .531-1.614l-4.383-.703a1 1 0 0 1-.096.29m-1.713-5.817l.681 4.387a1 1 0 0 1 .311 0l.702-4.384a5.4 5.4 0 0 0-1.694-.003M11 12.145l-4.386.681a5.4 5.4 0 0 0 .52 1.618l3.945-2.008a1 1 0 0 1-.079-.291M8.128 15.82A5.4 5.4 0 0 0 9.5 16.824l2.011-3.95a1 1 0 0 1-.251-.183ZM9.5 16.822l-.226.441a6 6 0 0 0 1.761.579l.062-.488a5.4 5.4 0 0 1-1.597-.532m6.312-8.657a5.5 5.5 0 0 1 .996 1.377l.442-.224a6 6 0 0 0-1.086-1.505l2.021-2.011a8.8 8.8 0 0 0-2.208-1.622l-1.305 2.542a6 6 0 0 1 1.497 1.094Zm1.511 4.693l.489.079a6 6 0 0 0 0-1.853l-.489.076a5.4 5.4 0 0 1 0 1.698m-2.882-5.696l.226-.44a6 6 0 0 0-1.76-.579l-.08.489a5.4 5.4 0 0 1 1.614.53M8.128 15.82a5.4 5.4 0 0 1-.994-1.376l-.443.224a6 6 0 0 0 1.086 1.505Zm3.001-9.192l-.076-.49a6 6 0 0 0-1.748.567l-1.29-2.55a8.7 8.7 0 0 0-2.227 1.614l2.014 2.022a6 6 0 0 0-1.093 1.496l.441.226a5.4 5.4 0 0 1 1.004-1.371l-.35-.351A6 6 0 0 1 9.31 6.706l.223.44a5.4 5.4 0 0 0-1.375.996l3.106 3.148a1 1 0 0 1 .251-.182l-1.99-3.963a5.4 5.4 0 0 1 1.604-.517m-4.51 4.499l4.383.708a1 1 0 0 1 .084-.294L7.149 9.513a5.4 5.4 0 0 0-.53 1.614l-.489-.079a6 6 0 0 0 0 1.854l.489-.076a5.4 5.4 0 0 1 0-1.699m2.655 6.136a6 6 0 0 1-1.497-1.094l-2.021 2.015a8.8 8.8 0 0 0 2.217 1.621Zm7.976-7.945a6 6 0 0 1 .566 1.766l2.824-.439a8.7 8.7 0 0 0-.84-2.615Zm-.017 5.385l2.541 1.305a8.7 8.7 0 0 0 .86-2.61l-2.822-.456a6 6 0 0 1-.579 1.761m-2.596 2.577l1.289 2.551a8.7 8.7 0 0 0 2.227-1.606l-2.014-2.027a6 6 0 0 1-1.502 1.082m-1.73-11.137l.46-2.822a8.8 8.8 0 0 0-2.73-.006l.421 2.823a6 6 0 0 1 1.849.005m-8.74 1.839a8.8 8.8 0 0 0-.86 2.61l2.823.456a5.8 5.8 0 0 1 .579-1.761Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.dte3qfcb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M22 14.028h-1.706a12 12 0 0 1-1.394 1.76a11 11 0 0 1-1.395-1.76h-1.724a17 17 0 0 0 2.036 2.56a22 22 0 0 0-2.036 2.633h1.724c.403-.65.87-1.258 1.395-1.815a11.7 11.7 0 0 1 1.36 1.819H22a21 21 0 0 0-2.027-2.637A20 20 0 0 0 22 14.028m-7.83.685a2.2 2.2 0 0 0-1.776-.825a2.677 2.677 0 0 0-2.6 2.737a2.68 2.68 0 0 0 2.6 2.737a2.21 2.21 0 0 0 1.776-.823v.684h1.36v-5.195h-1.36Zm-1.56 3.447c-1.366 0-2.05-1.651-1.084-2.617s2.617-.282 2.617 1.084a1.53 1.53 0 0 1-1.533 1.533m-4.426-4.272a3.03 3.03 0 0 0-1.828.779a1.23 1.23 0 0 0-1.2-.779a3 3 0 0 0-1.81.788v-.648H2v5.2h1.429v-3.234c.624-.493.91-.649 1.144-.649c.277 0 .459.173.459.606v3.274h1.429v-3.237c.623-.485.9-.641 1.143-.641c.277 0 .459.173.459.606v3.274h1.429v-3.778c0-1.17-.667-1.561-1.308-1.561m3.918-6.638a.643.643 0 0 0-.585-.675h-1.115v1.35h1.115a.64.64 0 0 0 .585-.675m0 3.034a.64.64 0 0 0-.585-.675h-1.115v1.368h1.115a.647.647 0 0 0 .585-.694Zm1.737-.918a3.5 3.5 0 0 1 0-1.116a1.73 1.73 0 0 1-.845.494c.339.112.636.33.844.623Zm4.083-2.232c1.438.003 2.155 1.746 1.134 2.76c-1.02 1.012-2.757.287-2.752-1.15a1.613 1.613 0 0 1 1.613-1.611Zm0 3.671c1.832.002 2.755-2.21 1.461-3.507c-1.289-1.298-3.507-.386-3.51 1.446a2.053 2.053 0 0 0 2.049 2.057ZM2 4.78h2.245v3.016h1.418V4.784h2.196v8.07H5.668V9.725H4.25v3.128H2Zm6.308 0h3.747a2.354 2.354 0 0 1 2.16 2.193C16.095 3.035 22.01 4.38 22 8.744c.052 4.377-5.877 5.774-7.785 1.833a2.43 2.43 0 0 1-2.42 2.276H8.31Z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.fr4esk9k {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M11.789 12.637h.745a3.167 3.167 0 0 0 3.167-3.167V3.065A6.83 6.83 0 0 0 12.196 2c-.127 0-.2.006-.2.006s-.07-.006-.2-.006a6.76 6.76 0 0 0-3.175.87v6.599a3.167 3.167 0 0 0 3.168 3.168m-.78-9.137a2 2 0 0 1 .048-.2a1.5 1.5 0 0 1 .167-.361a1.4 1.4 0 0 1 .124-.15c.064-.071.027-.023.145-.119a1.4 1.4 0 0 1 .343-.193a1 1 0 0 1 .364-.092a1.8 1.8 0 0 1 .41.023a2.4 2.4 0 0 1 .361.095a2 2 0 0 1 .245.133a.7.7 0 0 1 .162.17a3 3 0 0 1 .153.225a2 2 0 0 1 .113.223c.016.052.053.246.056.267s.033.14-.069.147s-.123-.106-.13-.138a3 3 0 0 0-.105-.33a3 3 0 0 0-.251-.35a.86.86 0 0 0-.351-.217a2 2 0 0 0-.54-.078a.8.8 0 0 0-.249.035a1.4 1.4 0 0 0-.312.152a1.3 1.3 0 0 0-.259.22a1.4 1.4 0 0 0-.2.4a1.3 1.3 0 0 0-.018.416a1.04 1.04 0 0 0 .312.606a1 1 0 0 0 .415.186a1.5 1.5 0 0 0 .269.017a.6.6 0 0 0 .247-.03a1 1 0 0 0 .156-.06a.8.8 0 0 0 .261-.167a.7.7 0 0 0 .163-.288a.5.5 0 0 0 .005-.176q.002-.041-.006-.075a1 1 0 0 0-.042-.175a1 1 0 0 0-.044-.154a1 1 0 0 0-.053-.112l-.044-.063A.69.69 0 0 0 12.331 3a.7.7 0 0 0-.233.031a.8.8 0 0 0-.165.079l-.063.039a.4.4 0 0 0-.051.04a1 1 0 0 0-.051.074a.54.54 0 0 0-.126.4a.5.5 0 0 0 .468.507a.7.7 0 0 0 .425-.161a.36.36 0 0 0 .054-.241a.4.4 0 0 0-.089-.24a.38.38 0 0 0-.262-.109a.184.184 0 0 0-.2.163a.16.16 0 0 0 .1.173a1 1 0 0 0 .165 0c.027 0 .068 0 .068.08c-.007.15-.333.066-.337.063a.36.36 0 0 1-.177-.264a.37.37 0 0 1 .215-.366a.4.4 0 0 1 .148-.029a.65.65 0 0 1 .3.07l.053.029l.031.021a.54.54 0 0 1 .169.329a1 1 0 0 1 .009.127a.44.44 0 0 1-.035.2a.4.4 0 0 1-.173.184a1 1 0 0 1-.355.127a.8.8 0 0 1-.338-.032a.64.64 0 0 1-.399-.537a.76.76 0 0 1 .127-.586a1 1 0 0 1 .073-.094a1 1 0 0 1 .249-.179a.7.7 0 0 1 .269-.09a1 1 0 0 1 .133 0a1.3 1.3 0 0 1 .209.033a1 1 0 0 1 .166.048a1 1 0 0 1 .1.06a.8.8 0 0 1 .208.175a1 1 0 0 1 .131.256c.024.074.044.181.068.3a.95.95 0 0 1-.017.476a.75.75 0 0 1-.2.294a1.3 1.3 0 0 1-.381.236a.75.75 0 0 1-.427.083a1.5 1.5 0 0 1-.507-.095a.9.9 0 0 1-.374-.254a.9.9 0 0 1-.227-.379a5 5 0 0 1-.076-.283s.006 0-.006-.106a.7.7 0 0 1 .009-.152m-1.522 7.215v-4.43a.18.18 0 0 1 .179-.179h4.993a.18.18 0 0 1 .178.179v4.43a.18.18 0 0 1-.178.178H9.666a.18.18 0 0 1-.179-.178m5.138-4.397H9.697v4.364h4.926Zm-.285 4.059a.06.06 0 0 1-.062.062h-4.232a.06.06 0 0 1-.061-.062V6.622a.06.06 0 0 1 .061-.061h4.232a.06.06 0 0 1 .062.061Zm-2.777 6.793h1.199l-.6-1.019Zm-5.335-5.148h-.562v.82h-.819v.561h.819v.818h.562v-.818h.819v-.561h-.819Zm14.405-6.238a28 28 0 0 0-2.746-.706A8.2 8.2 0 0 0 15.913 3.2v6.27a3.38 3.38 0 0 1-3.379 3.379h-.745A3.383 3.383 0 0 1 8.411 9.47V2.994a8.2 8.2 0 0 0-2.3 2.084a28 28 0 0 0-2.746.706c-.359.19-1.656 2.366-.769 7.972s2.849 9.
|
|
3
|
+
d: path("M11.789 12.637h.745a3.167 3.167 0 0 0 3.167-3.167V3.065A6.83 6.83 0 0 0 12.196 2c-.127 0-.2.006-.2.006s-.07-.006-.2-.006a6.76 6.76 0 0 0-3.175.87v6.599a3.167 3.167 0 0 0 3.168 3.168m-.78-9.137a2 2 0 0 1 .048-.2a1.5 1.5 0 0 1 .167-.361a1.4 1.4 0 0 1 .124-.15c.064-.071.027-.023.145-.119a1.4 1.4 0 0 1 .343-.193a1 1 0 0 1 .364-.092a1.8 1.8 0 0 1 .41.023a2.4 2.4 0 0 1 .361.095a2 2 0 0 1 .245.133a.7.7 0 0 1 .162.17a3 3 0 0 1 .153.225a2 2 0 0 1 .113.223c.016.052.053.246.056.267s.033.14-.069.147s-.123-.106-.13-.138a3 3 0 0 0-.105-.33a3 3 0 0 0-.251-.35a.86.86 0 0 0-.351-.217a2 2 0 0 0-.54-.078a.8.8 0 0 0-.249.035a1.4 1.4 0 0 0-.312.152a1.3 1.3 0 0 0-.259.22a1.4 1.4 0 0 0-.2.4a1.3 1.3 0 0 0-.018.416a1.04 1.04 0 0 0 .312.606a1 1 0 0 0 .415.186a1.5 1.5 0 0 0 .269.017a.6.6 0 0 0 .247-.03a1 1 0 0 0 .156-.06a.8.8 0 0 0 .261-.167a.7.7 0 0 0 .163-.288a.5.5 0 0 0 .005-.176q.002-.041-.006-.075a1 1 0 0 0-.042-.175a1 1 0 0 0-.044-.154a1 1 0 0 0-.053-.112l-.044-.063A.69.69 0 0 0 12.331 3a.7.7 0 0 0-.233.031a.8.8 0 0 0-.165.079l-.063.039a.4.4 0 0 0-.051.04a1 1 0 0 0-.051.074a.54.54 0 0 0-.126.4a.5.5 0 0 0 .468.507a.7.7 0 0 0 .425-.161a.36.36 0 0 0 .054-.241a.4.4 0 0 0-.089-.24a.38.38 0 0 0-.262-.109a.184.184 0 0 0-.2.163a.16.16 0 0 0 .1.173a1 1 0 0 0 .165 0c.027 0 .068 0 .068.08c-.007.15-.333.066-.337.063a.36.36 0 0 1-.177-.264a.37.37 0 0 1 .215-.366a.4.4 0 0 1 .148-.029a.65.65 0 0 1 .3.07l.053.029l.031.021a.54.54 0 0 1 .169.329a1 1 0 0 1 .009.127a.44.44 0 0 1-.035.2a.4.4 0 0 1-.173.184a1 1 0 0 1-.355.127a.8.8 0 0 1-.338-.032a.64.64 0 0 1-.399-.537a.76.76 0 0 1 .127-.586a1 1 0 0 1 .073-.094a1 1 0 0 1 .249-.179a.7.7 0 0 1 .269-.09a1 1 0 0 1 .133 0a1.3 1.3 0 0 1 .209.033a1 1 0 0 1 .166.048a1 1 0 0 1 .1.06a.8.8 0 0 1 .208.175a1 1 0 0 1 .131.256c.024.074.044.181.068.3a.95.95 0 0 1-.017.476a.75.75 0 0 1-.2.294a1.3 1.3 0 0 1-.381.236a.75.75 0 0 1-.427.083a1.5 1.5 0 0 1-.507-.095a.9.9 0 0 1-.374-.254a.9.9 0 0 1-.227-.379a5 5 0 0 1-.076-.283s.006 0-.006-.106a.7.7 0 0 1 .009-.152m-1.522 7.215v-4.43a.18.18 0 0 1 .179-.179h4.993a.18.18 0 0 1 .178.179v4.43a.18.18 0 0 1-.178.178H9.666a.18.18 0 0 1-.179-.178m5.138-4.397H9.697v4.364h4.926Zm-.285 4.059a.06.06 0 0 1-.062.062h-4.232a.06.06 0 0 1-.061-.062V6.622a.06.06 0 0 1 .061-.061h4.232a.06.06 0 0 1 .062.061Zm-2.777 6.793h1.199l-.6-1.019Zm-5.335-5.148h-.562v.82h-.819v.561h.819v.818h.562v-.818h.819v-.561h-.819Zm14.405-6.238a28 28 0 0 0-2.746-.706A8.2 8.2 0 0 0 15.913 3.2v6.27a3.38 3.38 0 0 1-3.379 3.379h-.745A3.383 3.383 0 0 1 8.411 9.47V2.994a8.2 8.2 0 0 0-2.3 2.084a28 28 0 0 0-2.746.706c-.359.19-1.656 2.366-.769 7.972s2.849 9.388 3.293 7.917s.38-1.488.6-2.027s.665-.57 1.235-.7a28 28 0 0 1 3.976-.439v.012l.16 2.822c.03.543.878.546.847 0l-.16-2.822a28.5 28.5 0 0 1 3.729.43c.57.127 1.014.159 1.235.7s.159.539.6 2.027s2.406-2.312 3.293-7.917s-.409-7.785-.771-7.975M2.928 8.399A1.563 1.563 0 1 1 4.49 9.966a1.565 1.565 0 0 1-1.562-1.567m4.677 5.131a.17.17 0 0 1-.169.169h-.908v.907a.17.17 0 0 1-.169.169h-.824a.17.17 0 0 1-.169-.169v-.907h-.908a.17.17 0 0 1-.169-.169v-.823a.17.17 0 0 1 .169-.17h.908v-.907a.17.17 0 0 1 .169-.169h.824a.17.17 0 0 1 .169.169v.907h.908a.17.17 0 0 1 .169.17Zm5.542 4.054h-1.969a.13.13 0 0 1-.116-.064a.13.13 0 0 1 0-.132l.984-1.673a.132.132 0 0 1 .225 0l.984 1.673a.13.13 0 0 1 0 .132a.13.13 0 0 1-.108.068Zm5.69-9.829a.866.866 0 1 1-.866.866a.867.867 0 0 1 .866-.862Zm-1.668 3.344a.866.866 0 1 1 .866-.866a.87.87 0 0 1-.866.866m1.647 1.625a.866.866 0 1 1 .865-.866a.867.867 0 0 1-.865.863Zm1.668-1.6a.866.866 0 1 1 .866-.866a.87.87 0 0 1-.866.859ZM17.169 9.73a.5.5 0 1 0 .5.5a.5.5 0 0 0-.5-.5M5.49 8.403a1 1 0 0 1-1 1a1 1 0 0 1-1-1a1 1 0 0 1 1-1a1 1 0 0 1 1 1m13.326 2.952a.5.5 0 1 0 .5.5a.5.5 0 0 0-.5-.5m2.168-1.104a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5a.5.5 0 0 1 .5.5m-1.647-1.626a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5a.5.5 0 0 1 .5.5");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.g6zlsubb {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M12.002 8.317a3.099 3.099 0 1 0 3.099 3.116a3.1 3.1 0 0 0-3.099-3.116m.027 5.345a1.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.522a.722.722 0 1 1-.722.721a.72.72 0 0 1 .722-.721m3.322 10.061a4.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
|
+
.h25i60by {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16.402 12a4.405 4.405 0 0 1-4.401 4.405A4.405 4.405 0 0 1 7.596 12a4.405 4.405 0 0 1 4.405-4.404A4.405 4.405 0 0 1 16.402 12m3.447 6.198A10.001 10.001 0 0 0 4.927 4.929a10.001 10.001 0 0 0 13.527 14.71l-2.701-2.699a6.201 6.201 0 1 1 1.382-1.458Z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.ipundrrv {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M12.014 7.458a4.545 4.545 0 0 0-4.359 3.338a2.956 2.956 0 1 0 0 2.408a4.514 4.514 0 0 0 8.708.031a2.954 2.954 0 1 0 0-2.47a4.54 4.54 0 0 0-4.348-3.307Zm0 1.733a2.809 2.809 0 1 1-2.809 2.835V12a2.794 2.794 0 0 1 2.809-2.809M4.
|
|
3
|
+
d: path("M12.014 7.458a4.545 4.545 0 0 0-4.359 3.338a2.956 2.956 0 1 0 0 2.408a4.514 4.514 0 0 0 8.708.031a2.954 2.954 0 1 0 0-2.47a4.54 4.54 0 0 0-4.348-3.307Zm0 1.733a2.809 2.809 0 1 1-2.809 2.835V12a2.794 2.794 0 0 1 2.809-2.809M4.991 10.78a1.22 1.22 0 1 1-1.221 1.246V12a1.207 1.207 0 0 1 1.221-1.219Zm14.032 0a1.22 1.22 0 1 1-1.22 1.246V12a1.207 1.207 0 0 1 1.22-1.219Z");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.j9podhbz {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.947 10.096h1.666v7.927H6.947v-3.257H3.665v3.257H2v-7.927h1.665v3.15h3.282Zm3.063 1.977h1.668v5.947H10.01Zm3.065-1.977h1.669v7.924h-1.669Zm5.756 6.57c-.854 0-1.522-.717-1.522-1.629s.668-1.629 1.522-1.629s1.522.717 1.522 1.63s-.668 1.628-1.522 1.628m0-4.746c-1.778 0-3.17 1.37-3.17 3.117s1.392 3.118 3.17 3.118S22 16.785 22 15.037s-1.39-3.117-3.17-3.117m-7.984-6.074c-.72 0-1.313.573-1.313 1.289c0 .713.592 1.287 1.313 1.287c.72 0 1.312-.572 1.312-1.287c0-.716-.592-1.29-1.312-1.29m0 .6c.414 0 .713.294.713.689s-.299.687-.713.687s-.713-.296-.713-.687c0-.395.298-.69.713-.69");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kfsz82bq {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M6.023 16.626h4.078l-.144-2.483h4.086l-.144 2.483h4.078l.448-7.546H5.575Zm15.654-8.585h-3.131A4.263 4.263 0 0 0 14.3 4.106h-.1a2.22 2.22 0 0 0-4.392 0H9.7a4.263 4.263 0 0 0-4.246 3.935H2.323a.323.323 0 1 0 0 .645h19.354a.323.323 0 1 0 0-.645M10.459 4.083a1.574 1.574 0 0 1 3.082 0ZM5.992 17.546a3.13 3.13 0 0 0 1.422 1.55v1.084a.97.97 0 0 1-.968.959a.323.323 0 0 0 0 .645a1.613 1.613 0 0 0 1.613-1.604v-.945h7.882v.948a1.613 1.613 0 0 0 1.613 1.605a.323.323 0 0 0 0-.646a.97.97 0 0 1-.968-.959v-1.092A3.15 3.15 0 0 0 18 17.546l.011-.521h-12Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.kglf9cgf {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M7.983 18.498v1.699h.047l-.048.039c.227.269.53.458.87.534l.004.003h1.2c.345-.082.649-.278.866-.555l.008-.009v-1.706l-.585.188v1.369a.73.73 0 0 1-.395.22h-.987a.73.73 0 0 1-.395-.22v-1.373Zm-5.916.028l-.016.067l.614.308h.874q.273-.009.535.058v.329a2 2 0 0 1-.535.06H2.65v.453h.888q.314-.008.615.081v.382q-.302.092-.615.082h-.914v-1.434L2 18.582v2.146h1.662h-.002a1.74 1.74 0 0 0 .968-.217l.018-.009v-.816l-.015-.011a1 1 0 0 0-.228-.12a1 1 0 0 0 .165-.082l.016-.011v-.735l-.022-.01a2.7 2.7 0 0 0-1.046-.193Zm3.15 0v2.198h2.12l.408-.381H5.838v-1.817Zm6.284 0v.036l.014 2.18h2.982l-.425-.381H12.14v-.564h1.9v-.39h-1.9v-.5h1.866l.392-.381Zm3.039 0l.354.381h.946l.014 1.817h.62v-1.817h.95l.344-.381Zm3.333 0l.353.381h.951l.004 1.817h.616v-1.817h.946l.349-.381Zm3.498 0v.036l.009 2.162H22v-2.198Zm-13.317.07l.443.14v1.354l.009.01a.8.8 0 0 0 .445.25l.003.002h1.007a.8.8 0 0 0 .445-.25l.01-.012v-1.348l.442-.141v1.582a1.5 1.5 0 0 1-.816.52H8.865a1.54 1.54 0 0 1-.824-.506h.012Zm-5.838 0h1.3c.342-.003.68.056.997.18v.646a.8.8 0 0 1-.222.098l-.13.033l.13.036c.1.028.197.076.284.135v.734a1.65 1.65 0 0 1-.91.199H2.07V18.7l.483.254v1.464h.983a2 2 0 0 0 .663-.09l.025-.008v-.491L4.2 19.82a2 2 0 0 0-.663-.091h-.814v-.309h.815c.194.004.391-.019.58-.069l.027-.006V18.9l-.026-.008a2 2 0 0 0-.583-.062h-.854Zm3.072 0h.479v1.817h1.798l-.257.241h-2.02Zm6.285 0h2.65l-.245.241h-1.91v.64h1.902v.25h-1.901v.704h1.976l.267.239h-2.727Zm3.13 0h2.905l-.215.241h-.99v1.817h-.48l-.012-1.817h-.986Zm3.332 0h2.896l-.219.241h-.985v1.817h-.475l-.005-1.817h-.99Zm3.407 0h.487v2.058h-.479ZM20.308 3.267l-2.73 1.572l-.014.024l-5.631 9.737l.014 3.156Zm-.545.545l-7.62 13.205l-.01-2.364l5.59-9.667Zm-8.78 3.523l-.374-1.96l-4.345-.761L3.88 3.227h15.98l-2.372 1.386l-4.345.762l-.374 2.996Zm-.174.312l-1.898.662l-2.834-3.396l-2.385-1.374l7.99 13.847v-2.76l-1.522-4.145l2.41-1.81Z");
|
|
4
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.mnitlxlc {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("M16.617 19.49a2.904 2.904 0 0 0 2.641-2.951l-.24-12.089A2.5 2.5 0 0 0 16.47 2a2 2 0 0 0-.275.022L5.225 3.458a3.21 3.21 0 0 0-2.789 3.134l-.175 11.652a2.3 2.3 0 0 0 2.263 2.33a2 2 0 0 0 .241-.008ZM3.389 9.597l-.026.041l.048-.145c.008-.026.009-.059.018-.084a.2.2 0 0 1 .023-.037l.102-.32c.016-.046 1.579-4.622 5.321-5.018c.229-.024.455-.03.676-.035a7.49 7.49 0 0 1 7.905 6.296l.055.225l-.194-.161l-.103-.11a4.6 4.6 0 0 0-1.231-.916c-.131-.103-.259-.166-.396-.258a13.1 13.1 0 0 0-7.736-1.553c-1.965.263-5.052.866-4.352 3.956a4.26 4.26 0 0 1-.11-1.881m.261 2.433c-.821-3.313 2.422-3.992 4.524-4.237a12.54 12.54 0 0 1 9.317 2.923c.308 2.022-2.326 7.109-6.961 7.537c-4.168.386-6.389-2.92-6.827-5.988a2 2 0 0 0-.051-.235Zm5.73-4.852a11.67 11.67 0 0 1 6.699 1.975a11 11 0 0 1 1.217.943a7.51 7.51 0 0 0-8.32-5.848c-2.783.19-4.624 3.306-5.107 4.436A6.57 6.57 0 0 1 7.05 7.313a14.4 14.4 0 0 1 2.33-.135m12.242-.67a4.03 4.03 0 0 0-1.266-2.695c-.282-.227-.692-.476-1.076-.752h-.014l-1.183-.751a2.23 2.23 0 0 1 1.212 1.94v-.117l.308 12.472a3.23 3.23 0 0 1-2.976 3.3l-11.976.952l1.471.718a4.2 4.2 0 0 0 2.189.411l10.618-.906a3.206 3.206 0 0 0 2.809-3.231Z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.nzv_6zda {
|
|
2
2
|
fill: currentColor;
|
|
3
|
-
d: path("M11.964 8.221a3.599 3.599 0 1 0 3.599 3.599a3.6 3.6 0 0 0-3.599-3.599m1.059 3.298a7 7 0 0 1-.07.838a1 1 0 0 1-.454.531a.7.7 0 0 1-.482.099a.98.98 0 0 1-.749-.244c-.277-.249-.305-.362-.298-1.225a6 6 0 0 1 .038-.817c.04-.076.225-.092.338-.032a.8.8 0 0 0 .174.059c.163.035.344.437.23.508c-.037.022-.035.072.007.178a3 3 0 0 1 .037.443c.015.398.039.456.208.457s.174-.066.174-.683a1.7 1.7 0 0 1 .069-.725a.56.56 0 0 1 .507-.274c.134 0 .177.019.23.1s.065.182.041.791Zm8.593-2.104a8.4 8.4 0 0 0-.753-1.95a10.2 10.2 0 0 0-2.602-3.283a10.55 10.55 0 0 0-3.814-1.9a7.4 7.4 0 0 0-2.288-.274a10.5 10.5 0 0 0-1.428.043a10.15 10.15 0 0 0-4.
|
|
3
|
+
d: path("M11.964 8.221a3.599 3.599 0 1 0 3.599 3.599a3.6 3.6 0 0 0-3.599-3.599m1.059 3.298a7 7 0 0 1-.07.838a1 1 0 0 1-.454.531a.7.7 0 0 1-.482.099a.98.98 0 0 1-.749-.244c-.277-.249-.305-.362-.298-1.225a6 6 0 0 1 .038-.817c.04-.076.225-.092.338-.032a.8.8 0 0 0 .174.059c.163.035.344.437.23.508c-.037.022-.035.072.007.178a3 3 0 0 1 .037.443c.015.398.039.456.208.457s.174-.066.174-.683a1.7 1.7 0 0 1 .069-.725a.56.56 0 0 1 .507-.274c.134 0 .177.019.23.1s.065.182.041.791Zm8.593-2.104a8.4 8.4 0 0 0-.753-1.95a10.2 10.2 0 0 0-2.602-3.283a10.55 10.55 0 0 0-3.814-1.9a7.4 7.4 0 0 0-2.288-.274a10.5 10.5 0 0 0-1.428.043a10.15 10.15 0 0 0-4.953 2.107a13 13 0 0 0-1.472 1.449a10.5 10.5 0 0 0-2.06 4.421A9.993 9.993 0 0 0 10.6 21.923a13 13 0 0 0 2.817 0a9.9 9.9 0 0 0 4.89-2.164a9.75 9.75 0 0 0 2.613-3.315a10 10 0 0 0 .696-7.029m-9.652 7.36a4.948 4.948 0 1 1 4.949-4.947a4.95 4.95 0 0 1-4.949 4.947m.388-5.802a9 9 0 0 0-.029 1.498c.053 0 .166-.146.136-.179c-.014-.016 0-.017.023 0s.088-.015.147-.078c.14-.152.131-.016-.01.142c-.092.1-.143.125-.342.142a1 1 0 0 1-.398-.037c-.092-.032-.166-.049-.166-.037a.7.7 0 0 0 .09.141c.155.207.165.234.071.183c-.187-.099-.214-.206-.211-.805a4 4 0 0 1 .029-.603c.043-.07-.041-.047-.11.03c-.047.051-.065.145-.065.335c0 .165-.014.253-.039.239a.6.6 0 0 1-.04-.274c0-.208.016-.268.1-.365c.099-.116.124-.22.065-.257c-.018-.011-.064.036-.104.1c-.1.164-.129.063-.036-.11s.04-.23-.065-.099c-.057.075-.074.165-.077.41a4 4 0 0 1-.033.469c-.025.13-.036.076-.062-.298a4 4 0 0 1-.008-.577c.026-.128 0-.235-.057-.235a.07.07 0 0 0-.054.049c-.01.028-.013.387-.009.796l.009.75l.118.168a.79.79 0 0 0 .582.349a.895.895 0 0 0 1.003-.435c.068-.132.077-.232.077-.814a7 7 0 0 0-.023-.726c-.054-.123-.44-.03-.512.128m-.35-3.747a4.597 4.597 0 1 0 4.596 4.596a4.596 4.596 0 0 0-4.596-4.596m3.503 6.247a3.91 3.91 0 0 1-5.263 1.867a3.7 3.7 0 0 1-1.139-.847a3.9 3.9 0 0 1-.967-1.782a4.5 4.5 0 0 1 0-1.775a3.97 3.97 0 0 1 3.515-3.013a2.6 2.6 0 0 1 .704.016a3.93 3.93 0 0 1 3.111 2.169a3.83 3.83 0 0 1 .039 3.367Z");
|
|
4
4
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
.oh8ehk5r {
|
|
2
|
+
fill: currentColor;
|
|
3
|
+
d: path("m9.6 2.304l.226.908q-.331.082-.656.188t-.64.236t-.62.284t-.596.33l-.482-.802q.322-.194.657-.364q.336-.17.684-.313t.705-.26t.722-.207m5.524.206q.358.117.706.261t.685.313q.336.17.658.364l-.485.801q-.292-.175-.596-.33q-.306-.152-.62-.283q-.316-.13-.64-.236q-.324-.107-.657-.188l.226-.908q.365.09.723.206M4.241 7.318q-.176.292-.33.596t-.284.62t-.236.64q-.107.323-.189.654l-.91-.226q.091-.364.208-.72q.118-.358.262-.704q.142-.348.313-.683q.17-.336.364-.657Zm-1.297 5.021q.006.17.019.34t.032.339t.044.337l-.927.14q-.056-.372-.084-.746T2 11.999t.028-.75t.084-.746l.927.14q-.025.169-.044.337q-.02.17-.032.339q-.013.17-.02.34q-.006.17-.006.34t.007.34m13.568 8.575q-.335.169-.683.313t-.704.26q-.358.118-.722.207l-.225-.908q.33-.082.654-.187q.325-.107.64-.237t.62-.284q.304-.154.595-.33l.482.803q-.323.193-.657.363m4.544-9.255q-.006-.17-.019-.34t-.032-.339t-.044-.337l.927-.14q.056.371.084.746q.028.374.028.751q0 .375-.028.749t-.084.746l-.927-.14q.025-.17.044-.337q.02-.17.032-.339q.013-.17.02-.34q.006-.17.006-.339t-.007-.341m.444 3.459q-.117.357-.26.705t-.314.684t-.364.657l-.803-.484q.177-.292.33-.596q.155-.304.285-.619q.13-.316.236-.64q.106-.323.188-.654l.91.224q-.09.366-.208.724m-8.002 6.758q-.372.056-.746.084q-.376.028-.752.028q-.377 0-.752-.028t-.746-.084l.14-.926q.337.051.677.076q.34.024.681.024q.34 0 .68-.024q.34-.025.678-.076Zm4.997-14.758a8.11 8.11 0 0 1-3.597 12.465a8.13 8.13 0 0 1-7.223-.717l-3.332.78l.781-3.328a8.1 8.1 0 0 1-.234-8.241A8.13 8.13 0 0 1 12 3.885a8.13 8.13 0 0 1 6.497 3.233m-.559-3.159q.302.223.586.467q.285.245.55.51t.51.549q.244.283.467.584l-.755.563q-.203-.274-.424-.532q-.223-.259-.464-.5q-.24-.24-.499-.462q-.258-.223-.533-.425ZM3.95 6.069q.223-.3.468-.584q.244-.284.51-.55q.265-.264.55-.509q.283-.244.585-.467l.563.754q-.274.202-.533.425q-.258.222-.5.462q-.24.241-.463.5q-.222.258-.424.532Zm16.976 1.424q.17.334.314.682q.144.346.26.703q.118.356.208.72l-.909.226q-.083-.331-.188-.655q-.107-.323-.237-.637q-.13-.315-.284-.62q-.154-.304-.33-.595l.802-.48q.195.32.364.656M10.5 2.123q.372-.056.748-.084q.374-.028.751-.028q.376 0 .751.028t.748.084l-.141.926q-.338-.051-.678-.076T12 2.948t-.681.025t-.677.076ZM5.398 21.205l-1.935.443a.935.935 0 0 1-1.126-1.124l.451-1.934l.913.214l-.452 1.934l1.937-.452Zm-2.185-4.436q-.153-.28-.287-.57t-.25-.588t-.211-.602q-.097-.304-.174-.614l.91-.225q.08.323.183.64t.23.626q.126.308.275.606t.32.584l-.313 1.34l-.912-.212Zm4.151 3.01q.287.17.583.32q.298.15.607.276q.308.127.624.232q.317.104.64.184l-.225.908q-.311-.076-.615-.172q-.305-.096-.603-.211q-.299-.116-.588-.25q-.29-.135-.57-.288l-.988.23l-.213-.91l1.342-.313Zm12.685-1.85q-.223.301-.468.585t-.51.55q-.267.264-.552.508t-.589.467l-.556-.754q.275-.203.534-.424q.258-.222.499-.462q.24-.241.463-.5q.223-.257.425-.53Z");
|
|
4
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.pzwrmaco {
|
|
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.346a7.243 7.243 0 1 1 5.116-12.346Zm4.845-4.677h-.567v-1.6h.567Z");
|
|
4
4
|
}
|