Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

avvvatars-vue

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

avvvatars-vue - npm Package Compare versions

Comparing version 0.4.5 to 0.4.6

40

./dist/index.es.js

@@ -126,3 +126,3 @@ var g = Object.defineProperty;

"192251"
], y = [
], V = [
"060A23",

@@ -148,3 +148,3 @@ "5E36F5",

"192251"
], V = {
], w = {
1: '<g clip-path="url(#clip0_1_2239)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.9961 16C7.16136 15.9979 7.72403e-07 8.83526 0 2.79754e-06L32 0C32 8.83526 24.8387 15.9979 16.0038 16C24.8387 16.0021 32 23.1648 32 32H1.39876e-06C1.39876e-06 23.1648 7.16136 16.0021 15.9961 16Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_1_2239"> <rect width="32" height="32" fill="white"/> </clipPath> </defs>',

@@ -210,5 +210,5 @@ 2: '<g clip-path="url(#clip0_1_2237)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0619 14.6965C15.3986 6.4696 8.512 0 0.114286 0C0.114286 8.35878 6.52405 15.2205 14.6965 15.938C6.4696 16.6013 3.67075e-07 23.488 0 31.8858C8.35879 31.8858 15.2205 25.476 15.938 17.3035C16.6013 25.5304 23.488 32 31.8858 32C31.8858 23.6413 25.476 16.7795 17.3035 16.0619C25.5304 15.3987 32 8.512 32 0.114286C23.6413 0.114285 16.7795 6.52405 16.0619 14.6965ZM15.9996 16.0003C15.9999 16.0003 16.0002 16.0005 16.0003 16.0005L16.0005 15.9996C16.0002 15.9996 15.9999 15.9996 15.9996 15.9996C15.9996 15.9999 15.9996 16.0002 15.9996 16.0003Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2237"><rect width="32" height="32" fill="white"/></clipPath></defs>',

60: '<path d="M16 0l3.856 9.321 10-1.321-6.144 8 6.145 8-10.001-1.321L16 32l-3.856-9.321-10 1.321 6.144-8-6.144-8 10 1.321L16 0z" fill="currentColor"/>'
}, w = {
icons: V
}, S = ["width", "height", "innerHTML"], N = /* @__PURE__ */ n({
}, S = {
icons: w
}, y = ["width", "height", "innerHTML"], N = /* @__PURE__ */ n({
__name: "Shapes",

@@ -220,3 +220,3 @@ props: {

setup(i) {
const c = JSON.parse(JSON.stringify(w.icons));
const c = JSON.parse(JSON.stringify(S.icons));
return (l, t) => (d(), s("svg", {

@@ -230,8 +230,8 @@ width: i.size,

innerHTML: a(c)[i.name]
}, null, 8, S));
}, null, 8, y));
}
}), D = {
}), b = {
key: 0,
class: "text"
}, b = {
}, D = {
key: 1,

@@ -246,3 +246,3 @@ class: "shape"

shadow: { type: Boolean, default: !1 },
style: { default: "shape" },
variant: { default: "character" },
border: { type: Boolean, default: !1 },

@@ -256,8 +256,8 @@ borderSize: { default: 2 },

z((C) => ({
"7ee363c1": `${i.size}px`,
"5aeecf93": `${i.radius || i.size}px`,
"07ac8c87": `#${a(E)[a(t)]}`,
"0884bbd8": `#${a(y)[a(t)] || "currentColor"}`,
e3f6d93c: u,
"4b348746": `#${a(F)[a(t)]}`
"6aebc356": `${i.size}px`,
"646878e8": `${i.radius || i.size}px`,
"3876a992": `#${a(E)[a(t)]}`,
"774d2ea6": `#${a(V)[a(t)] || "currentColor"}`,
"6a4963ed": u,
"70f00891": `#${a(F)[a(t)]}`
}));

@@ -267,3 +267,3 @@ const l = _(

), t = _(() => o({ value: c.value, min: 0, max: 19 })), e = _(
() => o({ value: c.value, min: 0, max: 59 })
() => o({ value: c.value, min: 1, max: 60 })
), p = _(() => c.border ? `border: ${c.borderSize}px solid ${c.borderColor};` : ""), f = _(() => c.shadow ? `

@@ -273,3 +273,3 @@ box-shadow:

0px 1px 1px rgba(18, 18, 18, 0.02);
` : ""), u = `${Math.round(c.size / 100 * 37)}px`, v = x(c.style);
` : ""), u = `${Math.round(c.size / 100 * 37)}px`, v = x(c.variant);
return (C, $) => (d(), s("div", {

@@ -279,3 +279,3 @@ class: "avvvatars",

}, [
v.value === "character" && i.value ? (d(), s("p", D, L(a(l)), 1)) : (d(), s("span", b, [
v.value === "character" ? (d(), s("p", b, L(a(l)), 1)) : (d(), s("span", D, [
m(N, {

@@ -294,3 +294,3 @@ name: `${a(e)}`,

return l;
}, R = /* @__PURE__ */ O(B, [["__scopeId", "data-v-cf070909"]]);
}, R = /* @__PURE__ */ O(B, [["__scopeId", "data-v-6b8b0cdb"]]);
function k() {

@@ -297,0 +297,0 @@ return {

import type { PropType as __PropType } from 'vue';
type Style = 'character' | 'shape';
type Variant = 'character' | 'shape';
declare const _sfc_main: import("vue").DefineComponent<{

@@ -24,4 +24,4 @@ displayValue: {

};
style: {
type: __PropType<Style | undefined>;
variant: {
type: __PropType<Variant | undefined>;
required: false;

@@ -71,4 +71,4 @@ default: string;

};
style: {
type: __PropType<Style | undefined>;
variant: {
type: __PropType<Variant | undefined>;
required: false;

@@ -102,3 +102,3 @@ default: string;

shadow: boolean | undefined;
style: Style | undefined;
variant: Variant | undefined;
border: boolean | undefined;

@@ -105,0 +105,0 @@ borderSize: number | undefined;

@@ -126,3 +126,3 @@ var g = Object.defineProperty;

"192251"
], y = [
], V = [
"060A23",

@@ -148,3 +148,3 @@ "5E36F5",

"192251"
], V = {
], w = {
1: '<g clip-path="url(#clip0_1_2239)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.9961 16C7.16136 15.9979 7.72403e-07 8.83526 0 2.79754e-06L32 0C32 8.83526 24.8387 15.9979 16.0038 16C24.8387 16.0021 32 23.1648 32 32H1.39876e-06C1.39876e-06 23.1648 7.16136 16.0021 15.9961 16Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_1_2239"> <rect width="32" height="32" fill="white"/> </clipPath> </defs>',

@@ -210,5 +210,5 @@ 2: '<g clip-path="url(#clip0_1_2237)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0619 14.6965C15.3986 6.4696 8.512 0 0.114286 0C0.114286 8.35878 6.52405 15.2205 14.6965 15.938C6.4696 16.6013 3.67075e-07 23.488 0 31.8858C8.35879 31.8858 15.2205 25.476 15.938 17.3035C16.6013 25.5304 23.488 32 31.8858 32C31.8858 23.6413 25.476 16.7795 17.3035 16.0619C25.5304 15.3987 32 8.512 32 0.114286C23.6413 0.114285 16.7795 6.52405 16.0619 14.6965ZM15.9996 16.0003C15.9999 16.0003 16.0002 16.0005 16.0003 16.0005L16.0005 15.9996C16.0002 15.9996 15.9999 15.9996 15.9996 15.9996C15.9996 15.9999 15.9996 16.0002 15.9996 16.0003Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2237"><rect width="32" height="32" fill="white"/></clipPath></defs>',

60: '<path d="M16 0l3.856 9.321 10-1.321-6.144 8 6.145 8-10.001-1.321L16 32l-3.856-9.321-10 1.321 6.144-8-6.144-8 10 1.321L16 0z" fill="currentColor"/>'
}, w = {
icons: V
}, S = ["width", "height", "innerHTML"], N = /* @__PURE__ */ n({
}, S = {
icons: w
}, y = ["width", "height", "innerHTML"], N = /* @__PURE__ */ n({
__name: "Shapes",

@@ -220,3 +220,3 @@ props: {

setup(i) {
const c = JSON.parse(JSON.stringify(w.icons));
const c = JSON.parse(JSON.stringify(S.icons));
return (l, t) => (d(), s("svg", {

@@ -230,8 +230,8 @@ width: i.size,

innerHTML: a(c)[i.name]
}, null, 8, S));
}, null, 8, y));
}
}), D = {
}), b = {
key: 0,
class: "text"
}, b = {
}, D = {
key: 1,

@@ -246,3 +246,3 @@ class: "shape"

shadow: { type: Boolean, default: !1 },
style: { default: "shape" },
variant: { default: "character" },
border: { type: Boolean, default: !1 },

@@ -256,8 +256,8 @@ borderSize: { default: 2 },

z((C) => ({
"7ee363c1": `${i.size}px`,
"5aeecf93": `${i.radius || i.size}px`,
"07ac8c87": `#${a(E)[a(t)]}`,
"0884bbd8": `#${a(y)[a(t)] || "currentColor"}`,
e3f6d93c: u,
"4b348746": `#${a(F)[a(t)]}`
"6aebc356": `${i.size}px`,
"646878e8": `${i.radius || i.size}px`,
"3876a992": `#${a(E)[a(t)]}`,
"774d2ea6": `#${a(V)[a(t)] || "currentColor"}`,
"6a4963ed": u,
"70f00891": `#${a(F)[a(t)]}`
}));

@@ -267,3 +267,3 @@ const l = _(

), t = _(() => o({ value: c.value, min: 0, max: 19 })), e = _(
() => o({ value: c.value, min: 0, max: 59 })
() => o({ value: c.value, min: 1, max: 60 })
), p = _(() => c.border ? `border: ${c.borderSize}px solid ${c.borderColor};` : ""), f = _(() => c.shadow ? `

@@ -273,3 +273,3 @@ box-shadow:

0px 1px 1px rgba(18, 18, 18, 0.02);
` : ""), u = `${Math.round(c.size / 100 * 37)}px`, v = x(c.style);
` : ""), u = `${Math.round(c.size / 100 * 37)}px`, v = x(c.variant);
return (C, $) => (d(), s("div", {

@@ -279,3 +279,3 @@ class: "avvvatars",

}, [
v.value === "character" && i.value ? (d(), s("p", D, L(a(l)), 1)) : (d(), s("span", b, [
v.value === "character" ? (d(), s("p", b, L(a(l)), 1)) : (d(), s("span", D, [
m(N, {

@@ -294,3 +294,3 @@ name: `${a(e)}`,

return l;
}, R = /* @__PURE__ */ O(B, [["__scopeId", "data-v-cf070909"]]);
}, R = /* @__PURE__ */ O(B, [["__scopeId", "data-v-6b8b0cdb"]]);
function k() {

@@ -297,0 +297,0 @@ return {

@@ -1,5 +0,5 @@

(function(r,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],c):(r=typeof globalThis<"u"?globalThis:r||self,c(r.avvvatars={},r.vue))})(this,function(r,c){"use strict";var F=Object.defineProperty;var y=(r,c,f)=>c in r?F(r,c,{enumerable:!0,configurable:!0,writable:!0,value:f}):r[c]=f;var d=(r,c,f)=>(y(r,typeof c!="symbol"?c+"":c,f),f);const f=function(i){i===void 0&&(i=Math.floor(Math.random()*1e13)),this.N=624,this.M=397,this.MATRIX_A=2567483615,this.UPPER_MASK=2147483648,this.LOWER_MASK=2147483647,this.mt=new Array(this.N),this.mti=this.N+1,this.init_genrand(i)};f.prototype.init_genrand=function(i){for(this.mt[0]=i>>>0,this.mti=1;this.mti<this.N;this.mti++)i=this.mt[this.mti-1]^this.mt[this.mti-1]>>>30,this.mt[this.mti]=(((i&4294901760)>>>16)*1812433253<<16)+(i&65535)*1812433253+this.mti,this.mt[this.mti]>>>=0},f.prototype.init_by_array=function(i,t){let l=1,e=0,p,a;for(this.init_genrand(19650218),p=this.N>t?this.N:t;p;p--)a=this.mt[l-1]^this.mt[l-1]>>>30,this.mt[l]=(this.mt[l]^(((a&4294901760)>>>16)*1664525<<16)+(a&65535)*1664525)+i[e]+e,this.mt[l]>>>=0,l++,e++,l>=this.N&&(this.mt[0]=this.mt[this.N-1],l=1),e>=t&&(e=0);for(p=this.N-1;p;p--)a=this.mt[l-1]^this.mt[l-1]>>>30,this.mt[l]=(this.mt[l]^(((a&4294901760)>>>16)*1566083941<<16)+(a&65535)*1566083941)-l,this.mt[l]>>>=0,l++,l>=this.N&&(this.mt[0]=this.mt[this.N-1],l=1);this.mt[0]=2147483648},f.prototype.genrand_int32=function(){let i;const t=[0,this.MATRIX_A];if(this.mti>=this.N){let l;for(this.mti===this.N+1&&this.init_genrand(5489),l=0;l<this.N-this.M;l++)i=this.mt[l]&this.UPPER_MASK|this.mt[l+1]&this.LOWER_MASK,this.mt[l]=this.mt[l+this.M]^i>>>1^t[i&1];for(;l<this.N-1;l++)i=this.mt[l]&this.UPPER_MASK|this.mt[l+1]&this.LOWER_MASK,this.mt[l]=this.mt[l+(this.M-this.N)]^i>>>1^t[i&1];i=this.mt[this.N-1]&this.UPPER_MASK|this.mt[0]&this.LOWER_MASK,this.mt[this.N-1]=this.mt[this.M-1]^i>>>1^t[i&1],this.mti=0}return i=this.mt[this.mti++],i^=i>>>11,i^=i<<7&2636928640,i^=i<<15&4022730752,i^=i>>>18,i>>>0},f.prototype.genrand_int31=function(){return this.genrand_int32()>>>1},f.prototype.genrand_real1=function(){return this.genrand_int32()*(1/4294967295)},f.prototype.random=function(){return this.genrand_int32()*(1/4294967296)},f.prototype.genrand_real3=function(){return(this.genrand_int32()+.5)*(1/4294967296)},f.prototype.genrand_res53=function(){const i=this.genrand_int32()>>>5,t=this.genrand_int32()>>>6;return(i*67108864+t)*(1/9007199254740992)};class n{constructor(t){d(this,"c");d(this,"s0");d(this,"s1");d(this,"s2");t==null&&(t=+new Date);let l=4022871197;this.c=1,this.s0=e(" "),this.s1=e(" "),this.s2=e(" "),this.s0-=e(t),this.s0<0&&(this.s0+=1),this.s1-=e(t),this.s1<0&&(this.s1+=1),this.s2-=e(t),this.s2<0&&(this.s2+=1);function e(p){p=String(p);for(let a=0;a<p.length;a++){l+=p.charCodeAt(a);let h=.02519603282416938*l;l=h>>>0,h-=l,h*=l,l=h>>>0,h-=l,l+=h*4294967296}return(l>>>0)*23283064365386963e-26}}next(){const{c:t,s0:l,s1:e,s2:p}=this,a=2091639*l+t*23283064365386963e-26;return this.s0=e,this.s1=p,this.s2=a-(this.c=a|0)}copy(t,l){return l.c=t.c,l.s0=t.s0,l.s1=t.s1,l.s2=t.s2,l}}function o(i){const{random:t,min:l,max:e}=i;return Math.floor(t*(e-l+1)+l)}function _(i){const{value:t,min:l,max:e}=i,a=new n(t).s1*1e7,h=new f(a);return o({random:h.random(),min:l,max:e})}const u=["F7F9FC","EEEDFD","FFEBEE","FDEFE2","E7F9F3","EDEEFD","ECFAFE","F2FFD1","FFF7E0","FDF1F7","EAEFE6","E0E6EB","E4E2F3","E6DFEC","E2F4E8","E6EBEF","EBE6EF","E8DEF6","D8E8F3","ECE1FE"],C=["060A23","4409B9","BD0F2C","C56511","216E55","05128A","1F84A3","526E0C","935F10","973562","69785E","2D3A46","280F6D","37364F","363548","4D176E","AB133E","420790","222A54","192251"],v=["060A23","5E36F5","E11234","E87917","3EA884","0618BC","0FBBE6","87B80A","FFC933","EE77AF","69785E","2D3A46","280F6D","37364F","363548","4D176E","AB133E","420790","222A54","192251"],g={icons:{1:'<g clip-path="url(#clip0_1_2239)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.9961 16C7.16136 15.9979 7.72403e-07 8.83526 0 2.79754e-06L32 0C32 8.83526 24.8387 15.9979 16.0038 16C24.8387 16.0021 32 23.1648 32 32H1.39876e-06C1.39876e-06 23.1648 7.16136 16.0021 15.9961 16Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_1_2239"> <rect width="32" height="32" fill="white"/> </clipPath> </defs>',2:'<g clip-path="url(#clip0_1_2237)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0619 14.6965C15.3986 6.4696 8.512 0 0.114286 0C0.114286 8.35878 6.52405 15.2205 14.6965 15.938C6.4696 16.6013 3.67075e-07 23.488 0 31.8858C8.35879 31.8858 15.2205 25.476 15.938 17.3035C16.6013 25.5304 23.488 32 31.8858 32C31.8858 23.6413 25.476 16.7795 17.3035 16.0619C25.5304 15.3987 32 8.512 32 0.114286C23.6413 0.114285 16.7795 6.52405 16.0619 14.6965ZM15.9996 16.0003C15.9999 16.0003 16.0002 16.0005 16.0003 16.0005L16.0005 15.9996C16.0002 15.9996 15.9999 15.9996 15.9996 15.9996C15.9996 15.9999 15.9996 16.0002 15.9996 16.0003Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2237"><rect width="32" height="32" fill="white"/></clipPath></defs>',3:'<g clip-path="url(#clip0_1_2235)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.11429 0H0.114286V8C0.114286 12.0739 3.15946 15.4366 7.09776 15.936C3.10424 16.3843 6.7524e-07 19.7725 3.49691e-07 23.8858L0 31.8858H8C12.0739 31.8858 15.4366 28.8405 15.936 24.9022C16.3843 28.8958 19.7725 32 23.8858 32H31.8858V24C31.8858 19.9261 28.8405 16.5634 24.9022 16.064C28.8958 15.6157 32 12.2275 32 8.11429V0.114286L24 0.114285C19.9261 0.114285 16.5634 3.15946 16.064 7.09776C15.6157 3.10424 12.2275 0 8.11429 0Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2235"><rect width="32" height="32" fill="white"/></clipPath></defs>',4:'<g clip-path="url(#clip0_1_2233)"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1231 20.9254C4.5041 35.6915 27.5077 35.6915 18.877 20.9254C32.0195 35.6915 35.6918 32.0257 20.9246 18.8777C35.6918 27.4969 35.6918 4.49241 20.9246 13.1236C35.6918 -0.0245703 32.0245 -3.69196 18.877 11.0758C27.4958 -3.69196 4.49226 -3.69196 13.1231 11.0758C-0.0245337 -3.69196 -3.69179 -0.0245703 11.0754 13.1236C-3.69179 4.50424 -3.69179 27.5088 11.0754 18.8777C-3.69179 32.0257 -0.0245337 35.6915 13.1231 20.9254ZM16 20C18.2091 20 20 18.2091 20 16C20 13.7908 18.2091 12 16 12C13.7909 12 12 13.7908 12 16C12 18.2091 13.7909 20 16 20Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2233"><rect width="32" height="32" fill="white"/></clipPath></defs>',5:'<g clip-path="url(#clip0_1_2231)"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.20193 16C-5.91101 28.1018 3.8983 37.911 16 27.7981C28.0994 37.911 37.911 28.0925 27.7981 16C37.911 3.8983 28.0994 -5.91101 16 4.20193C3.8983 -5.91101 -5.91101 3.8983 4.20193 16ZM16 21.92C19.2696 21.92 21.92 19.2696 21.92 16C21.92 12.7305 19.2696 10.08 16 10.08C12.7305 10.08 10.08 12.7305 10.08 16C10.08 19.2696 12.7305 21.92 16 21.92Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2231"><rect width="32" height="32" fill="white"/></clipPath></defs>',6:'<g clip-path="url(#clip0_1_2229)"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9991 29.3938C17.085 30.697 18.1707 32 20.3424 32C25.3414 32 26.7854 25.351 26.7874 20.345C26.7874 18.1734 28.0904 17.0877 29.3936 16.0019C30.6968 14.9161 32 13.8303 32 11.6588C32 6.65822 25.3414 5.21238 20.3442 5.21238C18.1726 5.21238 17.0867 3.9093 16.001 2.60619C14.9151 1.3031 13.8293 0 11.6576 0C6.65677 0 5.21085 6.65822 5.21085 11.6551C5.21085 13.8266 3.90814 14.9124 2.60542 15.9982C1.30271 17.084 0 18.1698 0 20.3413C0 25.3418 6.65677 26.7877 11.6558 26.7877C13.8274 26.7877 14.9133 28.0907 15.9991 29.3938ZM16 21.92C19.2696 21.92 21.92 19.2696 21.92 16C21.92 12.7305 19.2696 10.08 16 10.08C12.7305 10.08 10.08 12.7305 10.08 16C10.08 19.2696 12.7305 21.92 16 21.92Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2229"><rect width="32" height="32" fill="white"/></clipPath></defs>',7:'<g clip-path="url(#prefix__clip0_1_2227)"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.813 16c-18.568 13.677-7.483 24.762 6.19 6.191 13.664 18.57 24.75 7.486 6.19-6.192 18.568-13.675 7.483-24.762-6.19-6.19C2.322-8.755-8.763 2.325 9.813 16zM16 20a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2227"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',8:'<g clip-path="url(#prefix__clip0_1_2225)"><path d="M15.942 10.957c0-21.425 6.618-6.42 1.261 2.86 5.357-9.28 21.662-11.052 3.107-.338 18.555-10.714 8.87 2.52-1.846 2.52 10.712 0 20.401 13.234 1.846 2.522 18.555 10.712 2.25 8.94-3.107-.34 5.357 9.28-1.26 24.287-1.26 2.86 0 21.427-6.61 6.42-1.262-2.86-5.355 9.28-21.66 11.052-3.104.34-18.556 10.712-8.87-2.522 1.845-2.522-10.713 0-20.4-13.234-1.845-2.52-18.556-10.714-2.25-8.941 3.104.337-5.355-9.278 1.261-24.284 1.261-2.859z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2225"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',9:'<g clip-path="url(#prefix__clip0_1_2223)"><path d="M15.928 3.025c0-8.645 5.402 3.61 3.245 7.354 2.161-3.744 15.478-5.193 7.99-.869C34.65 5.186 26.737 16 22.416 16c4.321 0 12.234 10.808 4.745 6.49 7.489 4.324-5.828 2.875-7.989-.868 2.161 3.743-3.245 15.999-3.245 7.353 0 8.646-5.404-3.61-3.245-7.353-2.16 3.743-15.477 5.192-7.989.869-7.488 4.323.424-6.49 4.748-6.49C5.118 16-2.794 5.191 4.694 9.51c-7.488-4.324 5.828-2.875 7.99.869-2.16-3.748 3.244-16 3.244-7.354z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2223"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',10:'<g clip-path="url(#prefix__clip0_1_2221)"><path d="M19.735 32C16 32 16 23.035 12.265 23.035c-4.3 0-12.265.998-12.265-3.3 0-3.736 8.964-3.736 8.964-7.47C8.964 7.966 7.966 0 12.264 0 16 0 16 8.965 19.736 8.965c4.3 0 12.265-.998 12.265 3.3 0 3.734-8.965 3.734-8.965 7.47 0 4.298 1 12.265-3.3 12.265z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2221"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs><',11:'<g clip-path="url(#prefix__clip0_1_2219)"><path d="M20.342 32C16 32 16 26.788 11.656 26.788 6.656 26.788 0 25.342 0 20.34c0-4.343 5.21-4.343 5.21-8.686C5.21 6.658 6.658 0 11.659 0 16 0 16 5.212 20.344 5.212 25.341 5.212 32 6.658 32 11.66c0 4.343-5.213 4.343-5.213 8.686C26.785 25.351 25.341 32 20.342 32z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2219"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',12:'<g clip-path="url(#prefix__clip0_1_2217)"><path d="M26.435 30.711c.064.71-1.71 1.615-2.268 1.172a13.088 13.088 0 00-16.331-.003c-.558.442-2.334-.464-2.27-1.173.293-3.264-1.01-4.566-4.273-4.273-.71.064-1.615-1.712-1.173-2.27a13.086 13.086 0 00-.003-16.33C-.326 7.276.58 5.502 1.29 5.566c3.266.294 4.57-1.008 4.276-4.273C5.502.583 7.278-.322 7.836.12A13.088 13.088 0 0024.167.117c.558-.443 2.332.462 2.268 1.172-.294 3.268 1.009 4.571 4.276 4.277.71-.064 1.615 1.71 1.172 2.268a13.088 13.088 0 00-.003 16.33c.442.558-.464 2.334-1.173 2.27-3.264-.293-4.566 1.011-4.272 4.277z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2217"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',13:'<g clip-path="url(#prefix__clip0_1_2215)"><path d="M25.345 32c-4.313-7.385-14.376-7.385-18.69 0 2.335-7.385.73-8.99-6.655-6.655C7.385 21.032 7.385 10.97 0 6.657 7.385 8.989 8.99 7.385 6.656 0c4.313 7.385 14.376 7.385 18.689 0-2.333 7.385-.728 8.99 6.655 6.657-7.383 4.313-7.383 14.375 0 18.688-7.383-2.334-8.988-.73-6.655 6.655z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2215"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',14:'<g clip-path="url(#prefix__clip0_1_2213)"><path d="M18.877 20.925c8.63 14.766-14.373 14.766-5.754 0-13.148 14.766-16.815 11.1-2.048-2.047-14.767 8.63-14.767-14.374 0-5.754C-3.692-.025-.025-3.692 13.123 11.076c-8.63-14.768 14.373-14.768 5.754 0 13.148-14.768 16.815-11.1 2.048 2.048 14.767-8.632 14.767 14.373 0 5.754 14.767 13.148 11.095 16.813-2.048 2.047z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2213"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',15:'<g clip-path="url(#prefix__clip0_1_2211)"><path d="M21.689 25.74c4.875 8.347-16.25 8.347-11.376 0-9.03 8.347-12.4 4.974-4.052-4.051-8.348 4.875-8.348-16.25 0-11.376-8.348-9.03-4.975-12.4 4.052-4.052-4.875-8.348 16.25-8.348 11.376 0 9.03-8.348 12.398-4.975 4.05 4.052 8.348-4.875 8.348 16.25 0 11.376 8.348 9.029 4.98 12.398-4.05 4.05z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2211"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',16:'<g clip-path="url(#prefix__clip0_1_2209)"><path d="M15.999 32v-2.49C7.849 29.51 0 24.15 0 16h2.488c0-8.15 5.361-16 13.511-16v2.49C24.149 2.49 32 7.85 32 16h-2.488c0 8.15-5.363 16-13.513 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2209"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',17:'<g clip-path="url(#prefix__clip0_1_2207)"><path d="M16 32v-8.965L0 15.999h8.965L15.999 0v8.965L32 15.999h-8.965L15.999 32z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2207"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',18:'<g clip-path="url(#prefix__clip0_1_2205)"><path d="M16.003 22.191c-13.673 18.57-24.758 7.486-6.19-6.192-18.576-13.675-7.491-24.755 6.19-6.19C29.676-8.762 40.761 2.325 22.193 16c18.56 13.678 7.474 24.763-6.19 6.192z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2205"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',19:'<g clip-path="url(#prefix__clip0_1_2203)"><path d="M22.4 22.399C35.2 35.2-3.2 35.2 9.6 22.399-3.2 35.2-3.2-3.2 9.6 9.599-3.2-3.2 35.2-3.2 22.4 9.6 35.2-3.2 35.2 35.2 22.4 22.4z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2203"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',20:'<g clip-path="url(#prefix__clip0_1_2201)"><path d="M16 27.798C3.898 37.911-5.911 28.102 4.202 16-5.911 3.898 3.898-5.911 16 4.202 28.1-5.911 37.911 3.898 27.798 16 37.911 28.093 28.1 37.911 16 27.798z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2201"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',21:'<g clip-path="url(#prefix__clip0_1_2199)"><path d="M16 0c.002 5.903 7.138 8.859 11.314 4.686C23.14 8.862 26.097 15.998 32 16c-5.903.002-8.859 7.138-4.686 11.314C23.138 23.14 16.002 26.097 16 32c-.002-5.903-7.138-8.859-11.314-4.686C8.86 23.138 5.903 16.002 0 16c5.903-.002 8.859-7.138 4.686-11.314C8.862 8.86 15.998 5.903 16 0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2199"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',22:'<g clip-path="url(#prefix__clip0_1_2197)"><path d="M16 0c.543 8.602 7.398 15.457 16 16-8.602.543-15.457 7.398-16 16-.543-8.602-7.398-15.457-16-16 8.602-.543 15.457-7.398 16-16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2197"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',23:'<g clip-path="url(#prefix__clip0_1_2195)"><path fill-rule="evenodd" clip-rule="evenodd" d="M29.596 12.807c-1.442 1.544-3.806 2.718-6.209 3.193 2.403.475 4.767 1.65 6.21 3.192l1.637 1.752-2.355.455c-2.074.4-4.676-.039-6.9-1.067 1.665 1.797 2.887 4.136 3.147 6.232l.295 2.38-2.172-1.016c-1.913-.895-3.76-2.78-4.955-4.918.29 2.431-.095 5.043-1.117 6.891L16.017 32l-1.16-2.099c-1.022-1.848-1.408-4.46-1.118-6.891-1.194 2.138-3.041 4.023-4.955 4.918l-2.172 1.016.295-2.38c.26-2.096 1.483-4.435 3.147-6.232-2.223 1.028-4.826 1.468-6.9 1.067L.8 20.944l1.637-1.752C3.88 17.65 6.244 16.476 8.647 16c-2.403-.475-4.767-1.65-6.21-3.193L.8 11.056l2.354-.455c2.074-.4 4.677.039 6.9 1.067C8.39 9.87 7.167 7.532 6.907 5.435l-.295-2.38 2.172 1.017c1.914.895 3.761 2.78 4.955 4.918-.29-2.431.096-5.043 1.118-6.891L16.017 0l1.16 2.099c1.022 1.848 1.408 4.46 1.117 6.891 1.195-2.138 3.042-4.023 4.955-4.918l2.173-1.016-.296 2.38c-.26 2.096-1.482 4.435-3.146 6.232 2.223-1.028 4.825-1.468 6.9-1.067l2.354.455-1.638 1.752zm-16.595 6.184a4.211 4.211 0 105.955-5.955 4.211 4.211 0 00-5.955 5.955z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2195"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',24:'<g clip-path="url(#prefix__clip0_1_2193)"><path d="M23.387 16c2.403-.475 4.767-1.65 6.21-3.193l1.637-1.751-2.355-.455c-2.074-.4-4.676.039-6.9 1.067 1.665-1.797 2.888-4.136 3.147-6.233l.296-2.38-2.173 1.017c-1.913.895-3.76 2.78-4.955 4.918.29-2.431-.095-5.043-1.117-6.891L16.017 0l-1.16 2.099c-1.022 1.848-1.408 4.46-1.118 6.891-1.194-2.138-3.041-4.023-4.955-4.918L6.612 3.056l.295 2.38c.26 2.096 1.483 4.435 3.147 6.232-2.223-1.028-4.826-1.468-6.9-1.067L.8 11.056l1.637 1.752C3.88 14.35 6.244 15.524 8.647 16c-2.403.475-4.767 1.65-6.21 3.192L.8 20.944l2.354.455c2.074.4 4.677-.039 6.9-1.067-1.664 1.797-2.887 4.136-3.147 6.232l-.295 2.38 2.172-1.016c1.914-.895 3.76-2.78 4.955-4.918-.29 2.431.096 5.043 1.118 6.891L16.017 32l1.16-2.099c1.022-1.848 1.408-4.46 1.117-6.891 1.195 2.138 3.042 4.023 4.955 4.918l2.172 1.016-.295-2.38c-.26-2.096-1.482-4.435-3.146-6.232 2.223 1.028 4.825 1.467 6.9 1.067l2.354-.455-1.638-1.752C28.154 17.65 25.79 16.476 23.387 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2193"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',25:'<g clip-path="url(#prefix__clip0_1_2191)"><path d="M20.357 17.65c2.98 1.127 6.99.922 9.544-.49L32 16l-2.099-1.16c-2.553-1.412-6.564-1.617-9.544-.49l-2.234.847c-.014-.045-.031-.089-.047-.133l2.171-.979c2.905-1.31 5.595-4.29 6.403-7.094l.664-2.305-2.305.664c-2.803.807-5.785 3.498-7.094 6.403l-.946 2.097a2.234 2.234 0 00-.132-.06l.812-2.147c1.128-2.98.922-6.99-.489-9.544L16 0l-1.16 2.099c-1.412 2.553-1.617 6.564-.49 9.544l.813 2.147c-.045.018-.088.04-.132.06l-.946-2.097c-1.31-2.905-4.29-5.595-7.094-6.403l-2.305-.664.664 2.305c.807 2.803 3.498 5.785 6.403 7.094l2.171.98c-.016.043-.033.087-.047.132l-2.234-.846c-2.98-1.128-6.99-.923-9.544.489L0 16l2.099 1.16c2.553 1.412 6.564 1.617 9.544.49l2.339-.886c.018.04.037.08.058.12l-2.287 1.03c-2.905 1.31-5.595 4.292-6.403 7.095l-.664 2.305 2.305-.664c2.803-.807 5.785-3.498 7.094-6.402l1.061-2.355c.04.017.08.03.12.044l-.915 2.42c-1.128 2.98-.923 6.99.489 9.544l1.16 2.1 1.16-2.1c1.412-2.553 1.617-6.564.49-9.544l-.917-2.42c.04-.014.081-.027.12-.044l1.062 2.354c1.31 2.905 4.29 5.595 7.094 6.403l2.305.664-.664-2.305c-.807-2.803-3.498-5.785-6.402-7.094l-2.288-1.031c.021-.04.04-.08.058-.12l2.34.885z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2191"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',26:'<g clip-path="url(#prefix__clip0_1_2189)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.949 10.594a6.423 6.423 0 011.737-5.908 6.423 6.423 0 015.908-1.737A6.423 6.423 0 0116 0a6.423 6.423 0 015.406 2.949 6.423 6.423 0 015.908 1.737 6.424 6.424 0 011.737 5.908A6.423 6.423 0 0132 16a6.424 6.424 0 01-2.949 5.406 6.424 6.424 0 01-1.737 5.908 6.424 6.424 0 01-5.908 1.737A6.424 6.424 0 0116 32a6.423 6.423 0 01-5.406-2.949 6.424 6.424 0 01-5.908-1.737 6.423 6.423 0 01-1.737-5.908A6.423 6.423 0 010 16a6.423 6.423 0 012.949-5.406zm8.484 9.965a6.429 6.429 0 109.09-9.092 6.429 6.429 0 00-9.09 9.092z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2189"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',27:'<g clip-path="url(#prefix__clip0_1_2187)"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.686 4.686a6.423 6.423 0 00-1.737 5.908A6.423 6.423 0 000 16a6.423 6.423 0 002.949 5.406 6.423 6.423 0 001.737 5.908 6.424 6.424 0 005.908 1.737A6.423 6.423 0 0016 32a6.424 6.424 0 005.406-2.949 6.424 6.424 0 005.908-1.737 6.424 6.424 0 001.737-5.908A6.424 6.424 0 0032 16a6.423 6.423 0 00-2.949-5.406 6.424 6.424 0 00-1.737-5.908 6.423 6.423 0 00-5.908-1.737A6.423 6.423 0 0016 0a6.423 6.423 0 00-5.406 2.949 6.423 6.423 0 00-5.908 1.737z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2187"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',28:'<g clip-path="url(#prefix__clip0_1_2185)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.945 16.067a3.521 3.521 0 00-2.83 3.453v8.96A3.52 3.52 0 003.634 32h8.96a3.521 3.521 0 003.472-2.945 3.521 3.521 0 003.453 2.83h8.96a3.52 3.52 0 003.52-3.52v-8.96a3.521 3.521 0 00-2.945-3.473 3.521 3.521 0 002.83-3.452V3.52A3.52 3.52 0 0028.366 0h-8.96a3.52 3.52 0 00-3.473 2.945A3.521 3.521 0 0012.48.115H3.52A3.52 3.52 0 000 3.634v8.96a3.521 3.521 0 002.945 3.472z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2185"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',29:'<g clip-path="url(#prefix__clip0_1_2183)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 3.977L10.667 0v10.667H0L3.977 16 0 21.333h10.667V10.667h10.666V0L16 3.977zM28.023 16L32 10.667H21.333v10.666H10.667V32L16 28.023 21.333 32V21.333H32L28.023 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2183"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',30:'<g clip-path="url(#prefix__clip0_1_2181)"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 16.107L16 0 0 16.107h15.787L0 32h32L16.213 16.107H32z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2181"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',31:'<g clip-path="url(#prefix__clip0_1_2179)"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.385 23.646a2.115 2.115 0 00-1.03-1.03C4.819 20.98 2.02 18.62.528 17.205a1.642 1.642 0 010-2.412c1.493-1.415 4.29-3.773 7.827-5.409.454-.21.82-.576 1.03-1.03C11.021 4.819 13.38 2.02 14.794.528a1.642 1.642 0 012.413 0c1.414 1.493 3.773 4.29 5.408 7.827.21.454.577.82 1.03 1.03 3.537 1.636 6.334 3.994 7.827 5.409a1.642 1.642 0 010 2.413c-1.493 1.414-4.29 3.773-7.826 5.408-.454.21-.82.577-1.03 1.03-1.636 3.537-3.995 6.334-5.41 7.827a1.642 1.642 0 01-2.412 0c-1.415-1.493-3.773-4.29-5.409-7.826zM16 21.882a5.882 5.882 0 100-11.763 5.882 5.882 0 000 11.763z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2179"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',32:'<g clip-path="url(#prefix__clip0_1_2177)"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.984.787L16.928 13.76 23.94 2.426a.64.64 0 01.997-.116l4.753 4.753a.64.64 0 01-.116.997L18.24 15.072l12.973-3.056a.64.64 0 01.787.623v6.722a.64.64 0 01-.787.623L18.24 16.928l11.334 7.012a.64.64 0 01.116.997l-4.753 4.753a.64.64 0 01-.997-.116L16.928 18.24l3.056 12.973a.64.64 0 01-.623.787h-6.722a.64.64 0 01-.623-.787l3.056-12.973L8.06 29.574a.64.64 0 01-.997.116L2.31 24.937a.64.64 0 01.116-.997l11.334-7.012L.787 19.984A.64.64 0 010 19.36v-6.722a.64.64 0 01.787-.623l12.973 3.056L2.426 8.06a.64.64 0 01-.116-.997L7.063 2.31a.64.64 0 01.997.116l7.012 11.334L12.016.787A.64.64 0 0112.64 0h6.722a.64.64 0 01.623.787zM16 17.829a1.829 1.829 0 100-3.658 1.829 1.829 0 000 3.658z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2177"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',33:'<g clip-path="url(#prefix__clip0_1_2175)"><path d="M24.97 23.03L17.94 16l7.03-7.03L32 16l-7.03 7.03zm-17.94 0L0 16l7.03-7.03L14.06 16l-7.03 7.03zM16 32l-7.03-7.03L16 17.94l7.03 7.03L16 32zm0-17.94L8.97 7.03 16 0l7.03 7.03L16 14.06z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2175"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',34:'<g clip-path="url(#prefix__clip0_1_2173)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.116 14.016a1.28 1.28 0 01-2.232 0L8.074 1.907A1.28 1.28 0 019.192 0h13.618a1.28 1.28 0 011.116 1.907l-6.81 12.109zm-3.1 3.1a1.28 1.28 0 000-2.232L1.907 8.075A1.28 1.28 0 000 9.191v13.618a1.28 1.28 0 001.907 1.116l12.109-6.81zm3.1.868a1.28 1.28 0 00-2.232 0l-6.81 12.109A1.28 1.28 0 009.192 32h13.618a1.28 1.28 0 001.116-1.907l-6.81-12.109zm.868-3.1a1.28 1.28 0 000 2.232l12.109 6.809A1.28 1.28 0 0032 22.809V9.191a1.28 1.28 0 00-1.907-1.116l-12.109 6.81z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2173"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',35:'<g clip-path="url(#prefix__clip0_1_2171)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.714 0H10.286v10.286H0v11.428h10.286V32h11.428V21.714H32V10.286H21.714V0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2171"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',36:'<g clip-path="url(#prefix__clip0_1_2169)"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 25.345c7.385-2.334 8.99-.73 6.656 6.655 4.313-7.385 14.376-7.385 18.689 0-2.333-7.385-.728-8.99 6.655-6.655-7.383-4.313-7.383-14.375 0-18.688-7.383 2.332-8.988.728-6.655-6.657-4.313 7.385-14.376 7.385-18.69 0C8.99 7.385 7.386 8.99 0 6.657c7.385 4.313 7.385 14.375 0 18.688zm16-3.425a5.92 5.92 0 100-11.84 5.92 5.92 0 000 11.84z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2169"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',37:'<g clip-path="url(#prefix__clip0_1_2167)"><path d="M16 0l4.526 11.475L32 16l-11.474 4.526L16 32l-4.525-11.474L0 16l11.475-4.525L16 0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2167"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',38:'<path d="M16 2l5.12 15.68L32 30l-16-3.36L0 30l10.88-12.32L16 2z" fill="currentColor"/>',39:'<g clip-path="url(#prefix__clip0_1_2163)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 16s2-5.356 2-9.143C18 3.07 17.105 0 16 0s-2 3.07-2 6.857C14 10.644 16 16 16 16zm0 0s2.373 5.201 5.05 7.88c2.679 2.677 5.483 4.215 6.264 3.434.78-.781-.757-3.585-3.435-6.263S16 16 16 16zm0 0s5.356-2 9.143-2C28.93 14 32 14.895 32 16s-3.07 2-6.857 2C21.356 18 16 16 16 16zm0 0s-5.201 2.373-7.88 5.05c-2.677 2.679-4.215 5.483-3.434 6.264.781.78 3.585-.757 6.263-3.435S16 16 16 16zm0 0c.005.012 2 5.36 2 9.143C18 28.93 17.105 32 16 32s-2-3.07-2-6.857C14 21.356 16 16 16 16zm0 0s-5.356-2-9.143-2C3.07 14 0 14.895 0 16s3.07 2 6.857 2C10.644 18 16 16 16 16zm0 0s5.201-2.373 7.88-5.05c2.677-2.679 4.215-5.483 3.434-6.264-.781-.78-3.585.757-6.263 3.435S16 16 16 16zm-5.05-7.88C13.626 10.8 16 16 16 16s-5.201-2.373-7.88-5.05C5.444 8.27 3.906 5.466 4.687 4.685c.781-.78 3.585.757 6.263 3.435z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2163"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',40:'<g clip-path="url(#prefix__clip0_1_2161)"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.608 12.076l5.288-5.289a.93.93 0 011.317 1.316l-5.289 5.289c1.194-.268 2.587-.422 4.076-.422 4.418 0 8 1.356 8 3.03 0 1.674-3.582 3.03-8 3.03-1.489 0-2.882-.154-4.076-.422l5.289 5.288a.93.93 0 01-1.317 1.317l-5.288-5.289c.268 1.194.422 2.588.422 4.076 0 4.418-1.356 8-3.03 8-1.674 0-3.03-3.582-3.03-8 0-1.489.154-2.882.422-4.076l-5.289 5.289a.93.93 0 01-1.316-1.317l5.289-5.288c-1.194.268-2.587.422-4.076.422-4.418 0-8-1.356-8-3.03 0-1.674 3.582-3.03 8-3.03 1.489 0 2.882.154 4.076.422L6.787 8.104a.93.93 0 011.316-1.317l5.289 5.289c-.268-1.194-.422-2.587-.422-4.076 0-4.418 1.356-8 3.03-8 1.674 0 3.03 3.582 3.03 8 0 1.489-.154 2.882-.422 4.076z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2161"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',41:'<g clip-path="url(#prefix__clip0_1_2159)"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.008 13.992c1.465-.627 3.607-1.022 5.992-1.022 4.418 0 8 1.356 8 3.03 0 1.674-3.582 3.03-8 3.03-2.385 0-4.527-.395-5.992-1.022.627 1.465 1.022 3.607 1.022 5.992 0 4.418-1.356 8-3.03 8-1.674 0-3.03-3.582-3.03-8 0-2.385.395-4.527 1.022-5.992-1.465.627-3.607 1.022-5.992 1.022-4.418 0-8-1.356-8-3.03 0-1.674 3.582-3.03 8-3.03 2.385 0 4.527.395 5.992 1.022-.627-1.465-1.022-3.607-1.022-5.992 0-4.418 1.356-8 3.03-8 1.674 0 3.03 3.582 3.03 8 0 2.385-.395 4.527-1.022 5.992z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2159"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',42:'<g clip-path="url(#prefix__clip0_1_2157)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 16a8 8 0 008-8 8 8 0 008 8 8 8 0 00-8 8 8 8 0 00-8-8zm0 0a8 8 0 108 8 8 8 0 108-8 8 8 0 10-8-8 8 8 0 10-8 8z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2157"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',43:'<g clip-path="url(#prefix__clip0_1_2155)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16zm0-9a7 7 0 100-14 7 7 0 000 14z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2155"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',44:'<g clip-path="url(#prefix__clip0_1_2153)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.143.64a.64.64 0 00-.64-.64h-1.006a.64.64 0 00-.64.64v6.188c0 .703-.97.892-1.233.24L11.306 1.33a.64.64 0 00-.833-.353l-.933.376a.64.64 0 00-.354.834l2.472 6.116c.26.647-.553 1.185-1.046.692L5.947 4.331a.64.64 0 00-.905 0l-.711.71a.64.64 0 000 .906l4.189 4.189c.5.5-.061 1.322-.71 1.039L2.383 8.803a.64.64 0 00-.842.33l-.403.922a.64.64 0 00.33.843l6.256 2.733c.635.277.437 1.226-.257 1.226H.64a.64.64 0 00-.64.64v1.006c0 .353.287.64.64.64h6.826c.694 0 .892.949.257 1.226l-6.256 2.733a.64.64 0 00-.33.843l.403.922a.64.64 0 00.842.33l5.429-2.372c.648-.283 1.209.539.709 1.04l-4.19 4.188a.64.64 0 000 .905l.712.711c.25.25.655.25.905 0l4.665-4.665c.493-.492 1.307.046 1.046.693l-2.472 6.116a.64.64 0 00.354.834l.933.376a.64.64 0 00.833-.353l2.318-5.738c.263-.652 1.233-.463 1.233.24v6.188c0 .353.287.64.64.64h1.006a.64.64 0 00.64-.64v-6.188c0-.703.97-.892 1.233-.24l2.318 5.738a.64.64 0 00.834.353l.932-.376a.64.64 0 00.354-.834l-2.472-6.116c-.26-.647.553-1.185 1.046-.692l4.665 4.664c.25.25.655.25.905 0l.711-.71a.64.64 0 000-.906l-4.189-4.189c-.5-.5.061-1.322.71-1.039l5.428 2.372a.64.64 0 00.842-.33l.403-.922a.64.64 0 00-.33-.843l-6.256-2.733c-.635-.277-.437-1.226.257-1.226h6.826a.64.64 0 00.64-.64v-1.006a.64.64 0 00-.64-.64h-6.826c-.694 0-.892-.949-.257-1.226l6.256-2.733a.64.64 0 00.33-.843l-.403-.922a.64.64 0 00-.842-.33l-5.429 2.372c-.648.283-1.209-.539-.709-1.04l4.19-4.188a.64.64 0 000-.905l-.712-.711a.64.64 0 00-.905 0l-4.665 4.664c-.493.493-1.307-.045-1.046-.692l2.472-6.116a.64.64 0 00-.354-.834l-.933-.376a.64.64 0 00-.833.353l-2.318 5.738c-.263.652-1.233.463-1.233-.24V.64z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2153"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',45:'<g clip-path="url(#prefix__clip0_1_2151)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.503 0a.64.64 0 01.64.64v6.188c0 .703.97.892 1.233.24l2.318-5.738a.64.64 0 01.834-.353l.932.376a.64.64 0 01.354.834l-2.472 6.116c-.26.647.553 1.185 1.046.692l4.665-4.664a.64.64 0 01.905 0l.711.71a.64.64 0 010 .906l-4.189 4.189c-.5.5.061 1.322.71 1.039l5.428-2.372a.64.64 0 01.842.33l.403.922a.64.64 0 01-.33.843l-6.256 2.733c-.635.277-.437 1.226.257 1.226h6.826a.64.64 0 01.64.64v1.006a.64.64 0 01-.64.64h-6.826c-.694 0-.892.949-.257 1.226l6.256 2.733a.64.64 0 01.33.843l-.403.922a.64.64 0 01-.842.33l-5.429-2.372c-.648-.283-1.209.539-.709 1.04l4.19 4.188a.64.64 0 010 .905l-.712.711a.64.64 0 01-.905 0l-4.665-4.665c-.493-.492-1.307.046-1.046.693l2.472 6.116a.64.64 0 01-.354.834l-.933.376a.64.64 0 01-.833-.353l-2.318-5.738c-.263-.652-1.233-.463-1.233.24v6.188a.64.64 0 01-.64.64h-1.006a.64.64 0 01-.64-.64v-6.188c0-.703-.97-.892-1.233-.24l-2.318 5.738a.64.64 0 01-.833.353l-.933-.376a.64.64 0 01-.354-.834l2.472-6.116c.26-.647-.553-1.185-1.046-.692l-4.665 4.664a.64.64 0 01-.905 0l-.711-.71a.64.64 0 010-.906l4.189-4.189c.5-.5-.061-1.322-.71-1.039l-5.428 2.372a.64.64 0 01-.842-.33l-.403-.922a.64.64 0 01.33-.843l6.256-2.733c.635-.277.437-1.226-.257-1.226H.64a.64.64 0 01-.64-.64v-1.006a.64.64 0 01.64-.64h6.826c.694 0 .892-.949.257-1.226l-6.256-2.733a.64.64 0 01-.33-.843l.403-.922a.64.64 0 01.842-.33l5.429 2.372c.648.283 1.209-.539.709-1.04L4.33 5.948a.64.64 0 010-.905l.712-.711a.64.64 0 01.905 0l4.665 4.664c.493.493 1.307-.045 1.046-.692L9.186 2.187a.64.64 0 01.354-.834l.933-.376a.64.64 0 01.833.353l2.318 5.738c.263.652 1.233.463 1.233-.24V.64a.64.64 0 01.64-.64h1.006zM16 22.857a6.857 6.857 0 100-13.714 6.857 6.857 0 000 13.714z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2151"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',46:'<g clip-path="url(#prefix__clip0_1_2149)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.257.138a.32.32 0 00-.55 0L12.69 5.169a.32.32 0 01-.4.13L6.891 3.002a.32.32 0 00-.444.323l.516 5.845a.32.32 0 01-.247.34L.998 10.825a.32.32 0 00-.17.522l3.853 4.425a.32.32 0 010 .42L.828 20.617a.32.32 0 00.17.522l5.718 1.316a.32.32 0 01.247.34l-.516 5.844a.32.32 0 00.444.323l5.4-2.297a.32.32 0 01.399.13l3.018 5.032a.32.32 0 00.549 0l3.018-5.032a.32.32 0 01.4-.13l5.398 2.297a.32.32 0 00.444-.323l-.516-5.844a.32.32 0 01.247-.34l5.719-1.316a.32.32 0 00.17-.522l-3.854-4.425a.32.32 0 010-.42l3.853-4.425a.32.32 0 00-.17-.522L25.249 9.51a.32.32 0 01-.247-.34l.516-5.845a.32.32 0 00-.444-.323L19.674 5.3a.32.32 0 01-.4-.13L16.258.138zM16 24a8 8 0 100-16 8 8 0 000 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2149"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',47:'<g clip-path="url(#prefix__clip0_1_2147)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.6 0a1.6 1.6 0 011.6 1.6v2.812c0 1.425 1.723 2.14 2.731 1.131l1.988-1.988a1.6 1.6 0 012.263 0l2.263 2.263a1.6 1.6 0 010 2.262l-1.988 1.989c-1.008 1.008-.294 2.731 1.131 2.731H30.4a1.6 1.6 0 011.6 1.6v3.2a1.6 1.6 0 01-1.6 1.6h-2.812c-1.425 0-2.139 1.723-1.131 2.731l1.988 1.988a1.6 1.6 0 010 2.263l-2.263 2.263a1.6 1.6 0 01-2.262 0l-1.989-1.988c-1.008-1.008-2.731-.294-2.731 1.131V30.4a1.6 1.6 0 01-1.6 1.6h-3.2a1.6 1.6 0 01-1.6-1.6v-2.812c0-1.425-1.723-2.139-2.731-1.131L8.08 28.445a1.6 1.6 0 01-2.262 0l-2.263-2.263a1.6 1.6 0 010-2.262l1.988-1.989c1.008-1.008.294-2.731-1.131-2.731H1.6A1.6 1.6 0 010 17.6v-3.2a1.6 1.6 0 011.6-1.6h2.812c1.425 0 2.14-1.723 1.131-2.731L3.555 8.08a1.6 1.6 0 010-2.262l2.263-2.263a1.6 1.6 0 012.262 0l1.989 1.988c1.008 1.008 2.731.294 2.731-1.131V1.6A1.6 1.6 0 0114.4 0h3.2zM16 24a8 8 0 100-16 8 8 0 000 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2147"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',48:'<g clip-path="url(#prefix__clip0_1_2145)"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.2 2.286A2.286 2.286 0 0016.914 0h-1.828A2.286 2.286 0 0012.8 2.286v.47c0 2.037-2.462 3.056-3.902 1.617l-.333-.333a2.286 2.286 0 00-3.232 0L4.04 5.333a2.286 2.286 0 000 3.232l.333.333c1.44 1.44.42 3.902-1.617 3.902h-.47A2.286 2.286 0 000 15.086v1.828A2.286 2.286 0 002.286 19.2h.47c2.037 0 3.056 2.462 1.617 3.902l-.333.333a2.286 2.286 0 000 3.232l1.293 1.293c.892.893 2.34.893 3.232 0l.333-.333c1.44-1.44 3.902-.42 3.902 1.617v.47A2.286 2.286 0 0015.086 32h1.828a2.286 2.286 0 002.286-2.286v-.47c0-2.037 2.462-3.056 3.902-1.617l.333.333c.892.893 2.34.893 3.232 0l1.293-1.293a2.286 2.286 0 000-3.232l-.332-.333c-1.44-1.44-.42-3.902 1.616-3.902h.47A2.286 2.286 0 0032 16.914v-1.828a2.286 2.286 0 00-2.286-2.286h-.47c-2.037 0-3.056-2.462-1.617-3.902l.333-.333a2.286 2.286 0 000-3.232L26.667 4.04a2.286 2.286 0 00-3.232 0l-.333.333c-1.44 1.44-3.902.42-3.902-1.617v-.47z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2145"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',49:'<g clip-path="url(#prefix__clip0_1_2143)"><path d="M16 32a5.608 5.608 0 01-2.917-.792A5.866 5.866 0 0111 29.167a5.848 5.848 0 01-.75-2.917c0-1.333.306-2.444.917-3.333.61-.89 1.555-1.93 2.833-3.125.944-.861 1.417-1.681 1.417-2.459v-.75h-.75c-.861 0-2.042.862-3.542 2.584-1.472 1.722-3.264 2.583-5.375 2.583A5.848 5.848 0 012.833 21 6.226 6.226 0 01.75 18.917 5.848 5.848 0 010 16c0-1.056.25-2.014.75-2.875a5.761 5.761 0 012.083-2.083 5.609 5.609 0 012.917-.792c2.083 0 3.861.847 5.333 2.542 1.473 1.694 2.667 2.541 3.584 2.541h.75v-.666c0-.778-.473-1.598-1.417-2.459l-.958-.875a12.144 12.144 0 01-1.917-2.291c-.583-.917-.875-2.014-.875-3.292 0-1.056.25-2.014.75-2.875A5.761 5.761 0 0113.083.792 5.609 5.609 0 0116 0c1.055 0 2.014.264 2.875.792a5.762 5.762 0 012.083 2.083c.528.861.792 1.82.792 2.875 0 2.083-.847 3.861-2.542 5.333-1.694 1.473-2.541 2.667-2.541 3.584v.666h.666c.945 0 2.14-.847 3.584-2.541 1.416-1.695 3.194-2.542 5.333-2.542 1.056 0 2.014.264 2.875.792a5.45 5.45 0 012.083 2.041c.528.861.792 1.834.792 2.917a5.608 5.608 0 01-.792 2.917A5.76 5.76 0 0129.125 21c-.861.5-1.82.75-2.875.75-1.305 0-2.43-.32-3.375-.958-.917-.64-1.944-1.57-3.083-2.792-.861-.945-1.681-1.417-2.459-1.417h-.666v.75c0 1.028.847 2.223 2.541 3.584 1.695 1.36 2.542 3.138 2.542 5.333a5.61 5.61 0 01-.792 2.917 5.537 5.537 0 01-2.041 2.041c-.862.528-1.834.792-2.917.792z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2143"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',50:'<g clip-path="url(#prefix__clip0_1_2141)"><path d="M16 32c-1.333 0-2.444-.43-3.333-1.292-.89-.86-1.334-1.902-1.334-3.125 0-.694.14-1.32.417-1.875.278-.555.764-1.166 1.458-1.833.723-.667 1.292-1.292 1.709-1.875.444-.611.666-1.139.666-1.583v-1.5a3.638 3.638 0 01-1.625-.834 3.2 3.2 0 01-.875-1.583h-1.5c-.472 0-1.027.222-1.666.667a10.99 10.99 0 00-1.834 1.625c-.583.639-1.166 1.11-1.75 1.416-.555.306-1.194.459-1.916.459-1.25 0-2.306-.445-3.167-1.334C.417 18.445 0 17.333 0 16c0-1.333.417-2.444 1.25-3.333.861-.89 1.917-1.334 3.167-1.334 1.166 0 2.166.417 3 1.25a47.148 47.148 0 002.25 2.125c.666.584 1.305.875 1.916.875h1.5c.14-.639.43-1.166.875-1.583a3.156 3.156 0 011.625-.833v-1.5c0-.723-.555-1.64-1.666-2.75l-.875-.875c-1.14-1.14-1.709-2.348-1.709-3.625 0-1.25.445-2.292 1.334-3.125C13.583.43 14.694 0 16 0c1.333 0 2.445.43 3.333 1.292.89.86 1.334 1.902 1.334 3.125 0 1.416-.695 2.75-2.084 4-1.389 1.277-2.083 2.36-2.083 3.25v1.5c.639.11 1.167.389 1.583.833.445.417.723.944.834 1.583h1.5c.944 0 2.027-.708 3.25-2.125 1.25-1.416 2.555-2.125 3.916-2.125 1.25 0 2.292.459 3.125 1.375C31.57 13.598 32 14.694 32 16c0 1.333-.43 2.445-1.292 3.333-.86.89-1.902 1.334-3.125 1.334-1.166 0-2.152-.403-2.958-1.209a35.7 35.7 0 00-2.25-2.083c-.695-.583-1.347-.875-1.958-.875h-1.5c-.223 1.333-1.028 2.139-2.417 2.417v1.5c0 .833.694 1.902 2.083 3.208 1.39 1.306 2.084 2.625 2.084 3.958 0 1.25-.459 2.292-1.375 3.125C18.402 31.57 17.306 32 16 32z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2141"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',51:'<g clip-path="url(#prefix__clip0_1_2139)"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.2 0h-6.4v8.275L6.949 2.424 2.424 6.949l5.85 5.851H0v6.4h8.275l-5.851 5.85 4.525 4.526 5.851-5.85V32h6.4v-8.275l5.851 5.851 4.526-4.525-5.852-5.851H32v-6.4h-8.275l5.851-5.851-4.525-4.525-5.851 5.85V0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2139"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',52:'<g clip-path="url(#prefix__clip0_1_2137)"><path d="M16.04 32c-.504 0-.93-.365-1.053-.855-.39-1.56-1.135-3.22-2.237-4.978-1.306-2.112-3.167-4.07-5.583-5.875-2.102-1.589-4.204-2.672-6.306-3.25C.363 16.905 0 16.463 0 15.947c0-.506.35-.942.836-1.081 2.06-.589 4.046-1.544 5.956-2.866 2.194-1.528 4.027-3.361 5.5-5.5 1.302-1.905 2.196-3.79 2.682-5.653C15.1.359 15.53 0 16.035 0c.51 0 .943.366 1.067.861.28 1.117.719 2.26 1.315 3.43.75 1.445 1.708 2.834 2.875 4.167a25.694 25.694 0 004 3.542c1.923 1.364 3.88 2.322 5.867 2.874.488.136.841.57.841 1.076 0 .514-.364.951-.86 1.087-1.26.346-2.556.903-3.89 1.671a25.061 25.061 0 00-4.5 3.375c-1.389 1.278-2.528 2.625-3.417 4.042-1.104 1.762-1.85 3.434-2.24 5.017-.12.491-.547.858-1.052.858z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2137"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',53:'<g clip-path="url(#prefix__clip0_1_2135)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.143 0h-2.286v10.12L11.066.738l-2.12.856 3.89 9.627-7.342-7.342-1.616 1.616 7.037 7.037-9.12-3.984-.914 2.094 9.649 4.216H0v2.286h10.53L.88 21.359l.916 2.094 9.119-3.984-7.037 7.037 1.616 1.616 7.342-7.342-3.89 9.627 2.12.856 3.791-9.384V32h2.286V21.88l3.791 9.383 2.12-.856-3.89-9.627 7.342 7.342 1.616-1.616-7.037-7.037 9.12 3.984.914-2.094-9.649-4.216H32v-2.286H21.47l9.65-4.216-.916-2.094-9.119 3.984 7.037-7.037-1.616-1.616-7.342 7.342 3.89-9.627-2.12-.856-3.791 9.383V0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2135"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',54:'<g clip-path="url(#prefix__clip0_1_2133)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.143 0h-2.286v13.24L5.494 3.879 3.878 5.494l9.363 9.363H0v2.286h13.24l-9.362 9.363 1.616 1.616 9.363-9.363V32h2.286V18.759l9.363 9.363 1.616-1.616-9.363-9.363H32v-2.286H18.759l9.363-9.363-1.616-1.616-9.363 9.363V0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2133"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',55:'<g clip-path="url(#prefix__clip0_1_2130)"><path d="M11.45 2.614c2.044-3.485 7.082-3.485 9.127 0l.074.126a5.291 5.291 0 004.526 2.614h.147c4.04.029 6.56 4.392 4.564 7.905l-.073.128a5.291 5.291 0 000 5.226l.073.128c1.995 3.513-.524 7.876-4.564 7.904l-.147.001a5.292 5.292 0 00-4.526 2.614l-.075.126c-2.044 3.485-7.082 3.485-9.127 0l-.074-.126a5.291 5.291 0 00-4.527-2.614h-.146c-4.04-.029-6.56-4.392-4.564-7.905l.073-.128c.92-1.62.92-3.606 0-5.226l-.073-.128c-1.995-3.513.524-7.876 4.564-7.904l.146-.001a5.291 5.291 0 004.527-2.614l.074-.126z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2130"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',56:'<g clip-path="url(#prefix__clip0_1_2128)"><path d="M15.65.295c.068-.393.632-.393.7 0l.748 4.342c.06.346.53.406.674.085L19.574.704c.164-.365.71-.224.678.174L19.9 5.269c-.028.35.413.526.632.251l2.743-3.443c.249-.313.744-.04.614.338L22.456 6.58c-.115.332.27.612.55.4l3.51-2.652c.32-.24.73.147.511.48l-2.42 3.679c-.194.293.109.66.433.524l4.059-1.693c.368-.154.67.323.375.592l-3.258 2.959c-.26.236-.057.666.29.616l4.352-.629c.395-.057.569.481.216.667l-3.89 2.055c-.31.163-.221.63.127.668l4.372.476c.397.043.432.607.044.7l-4.278 1.02c-.34.082-.37.556-.042.68l4.116 1.55c.373.14.268.696-.131.689l-4.397-.078c-.35-.006-.497.446-.21.648l3.602 2.526c.327.23.087.741-.298.635l-4.239-1.17c-.338-.094-.592.308-.364.575l2.862 3.344c.26.304-.1.74-.446.54l-3.816-2.189c-.304-.175-.65.151-.495.466l1.942 3.953c.176.359-.28.69-.567.412l-3.152-3.072c-.251-.244-.667-.015-.595.328l.9 4.313c.081.391-.444.6-.652.258l-2.29-3.76a.355.355 0 00-.658.169l-.2 4.401c-.017.4-.578.47-.694.088l-1.285-4.213a.355.355 0 00-.68 0l-1.285 4.213c-.117.382-.677.311-.695-.088l-.199-4.401a.355.355 0 00-.658-.17l-2.29 3.761c-.208.341-.733.133-.651-.258l.9-4.313c.071-.343-.345-.572-.596-.328l-3.152 3.072c-.286.279-.743-.053-.567-.412l1.942-3.953c.155-.315-.191-.64-.495-.466l-3.816 2.19c-.346.199-.706-.237-.446-.54l2.862-3.345c.228-.267-.026-.669-.364-.575l-4.24 1.17c-.384.106-.624-.405-.297-.635l3.602-2.526c.287-.202.14-.654-.21-.648l-4.397.078c-.399.007-.504-.549-.13-.69l4.115-1.55c.328-.123.299-.597-.042-.679l-4.278-1.02c-.388-.093-.353-.657.044-.7l4.372-.476c.348-.037.437-.505.127-.668l-3.89-2.055c-.353-.186-.179-.724.216-.667l4.352.629c.347.05.55-.38.29-.616l-3.258-2.96c-.296-.268.007-.745.375-.591l4.06 1.693c.323.135.626-.231.433-.524L4.973 4.809c-.22-.334.192-.721.51-.48L8.995 6.98c.28.212.664-.068.55-.4L8.111 2.415c-.13-.378.365-.65.614-.338l2.743 3.443c.219.275.66.1.632-.25L11.747.877c-.031-.398.515-.54.679-.174l1.802 4.018c.143.32.614.261.674-.085L15.65.295z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2128"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',57:'<g clip-path="url(#prefix__clip0_1_2126)"><path d="M14.989.825a1.6 1.6 0 012.022 0l1.27 1.035c.399.326.93.44 1.428.305l1.577-.427a1.6 1.6 0 011.845.823l.746 1.473a1.6 1.6 0 001.177.859l1.62.256a1.6 1.6 0 011.348 1.499l.086 1.662a1.6 1.6 0 00.724 1.259l1.386.903a1.6 1.6 0 01.62 1.912l-.596 1.56a1.6 1.6 0 00.151 1.44l.906 1.4a1.6 1.6 0 01-.21 1.998l-1.173 1.178a1.6 1.6 0 00-.447 1.379l.261 1.648a1.6 1.6 0 01-1.005 1.743l-1.538.592a1.6 1.6 0 00-.971 1.083l-.426 1.602a1.6 1.6 0 01-1.632 1.188l-1.633-.088a1.6 1.6 0 00-1.333.595l-1.03 1.281a1.6 1.6 0 01-1.977.421l-1.454-.746a1.601 1.601 0 00-1.462 0l-1.454.746a1.6 1.6 0 01-1.977-.42l-1.03-1.282a1.6 1.6 0 00-1.333-.595l-1.633.088a1.6 1.6 0 01-1.632-1.188l-.426-1.602a1.6 1.6 0 00-.971-1.083l-1.538-.592a1.6 1.6 0 01-1.005-1.743l.26-1.648a1.6 1.6 0 00-.446-1.38L.91 18.783a1.6 1.6 0 01-.21-1.998l.906-1.4a1.6 1.6 0 00.15-1.44l-.596-1.56a1.6 1.6 0 01.62-1.912l1.387-.903a1.6 1.6 0 00.724-1.259l.086-1.662a1.6 1.6 0 011.347-1.499l1.62-.256a1.6 1.6 0 001.178-.859l.746-1.473a1.6 1.6 0 011.845-.823l1.577.427a1.6 1.6 0 001.428-.305L14.99.825z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2126"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',58:'<g clip-path="url(#prefix__clip0_1_2124)"><path d="M14.39.98c.675-1.307 2.545-1.307 3.22 0l4.306 8.326c.172.334.444.606.778.778l8.325 4.305c1.308.676 1.308 2.546 0 3.222l-8.325 4.305a1.812 1.812 0 00-.778.778l-4.305 8.325c-.676 1.308-2.546 1.308-3.222 0l-4.305-8.325a1.813 1.813 0 00-.778-.778L.981 17.61c-1.308-.676-1.308-2.546 0-3.222l8.325-4.305c.334-.172.606-.444.778-.778L14.39.981z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2124"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',59:'<g clip-path="url(#prefix__clip0_1_2122)"><path d="M16.017 0L18.4 8.665l7.021-5.61-3.165 8.412 8.978-.411L23.729 16l7.505 4.944-8.978-.411 3.165 8.411-7.021-5.61L16.017 32l-2.383-8.665-7.022 5.61 3.166-8.412-8.978.411L8.305 16 .8 11.056l8.978.411-3.166-8.411 7.022 5.61L16.017 0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2122"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',60:'<path d="M16 0l3.856 9.321 10-1.321-6.144 8 6.145 8-10.001-1.321L16 32l-3.856-9.321-10 1.321 6.144-8-6.144-8 10 1.321L16 0z" fill="currentColor"/>'}},M=["width","height","innerHTML"],z=c.defineComponent({__name:"Shapes",props:{name:null,size:null},setup(i){const t=JSON.parse(JSON.stringify(g.icons));return(l,e)=>(c.openBlock(),c.createElementBlock("svg",{width:i.size,height:i.size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img",innerHTML:c.unref(t)[i.name]},null,8,M))}}),x={key:0,class:"text"},P={key:1,class:"shape"},m=c.defineComponent({__name:"Avvvatars",props:{displayValue:{default:""},value:{default:""},size:{default:32},shadow:{type:Boolean,default:!1},style:{default:"shape"},border:{type:Boolean,default:!1},borderSize:{default:2},borderColor:{default:"#fff"},radius:{default:0}},setup(i){const t=i;c.useCssVars(E=>({"7ee363c1":`${i.size}px`,"5aeecf93":`${i.radius||i.size}px`,"07ac8c87":`#${c.unref(u)[c.unref(e)]}`,"0884bbd8":`#${c.unref(v)[c.unref(e)]||"currentColor"}`,e3f6d93c:H,"4b348746":`#${c.unref(C)[c.unref(e)]}`}));const l=c.computed(()=>String(t.displayValue||t.value).substring(0,2)),e=c.computed(()=>_({value:t.value,min:0,max:19})),p=c.computed(()=>_({value:t.value,min:0,max:59})),a=c.computed(()=>t.border?`border: ${t.borderSize}px solid ${t.borderColor};`:""),h=c.computed(()=>t.shadow?`
(function(r,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],c):(r=typeof globalThis<"u"?globalThis:r||self,c(r.avvvatars={},r.vue))})(this,function(r,c){"use strict";var F=Object.defineProperty;var y=(r,c,f)=>c in r?F(r,c,{enumerable:!0,configurable:!0,writable:!0,value:f}):r[c]=f;var d=(r,c,f)=>(y(r,typeof c!="symbol"?c+"":c,f),f);const f=function(i){i===void 0&&(i=Math.floor(Math.random()*1e13)),this.N=624,this.M=397,this.MATRIX_A=2567483615,this.UPPER_MASK=2147483648,this.LOWER_MASK=2147483647,this.mt=new Array(this.N),this.mti=this.N+1,this.init_genrand(i)};f.prototype.init_genrand=function(i){for(this.mt[0]=i>>>0,this.mti=1;this.mti<this.N;this.mti++)i=this.mt[this.mti-1]^this.mt[this.mti-1]>>>30,this.mt[this.mti]=(((i&4294901760)>>>16)*1812433253<<16)+(i&65535)*1812433253+this.mti,this.mt[this.mti]>>>=0},f.prototype.init_by_array=function(i,t){let l=1,e=0,p,a;for(this.init_genrand(19650218),p=this.N>t?this.N:t;p;p--)a=this.mt[l-1]^this.mt[l-1]>>>30,this.mt[l]=(this.mt[l]^(((a&4294901760)>>>16)*1664525<<16)+(a&65535)*1664525)+i[e]+e,this.mt[l]>>>=0,l++,e++,l>=this.N&&(this.mt[0]=this.mt[this.N-1],l=1),e>=t&&(e=0);for(p=this.N-1;p;p--)a=this.mt[l-1]^this.mt[l-1]>>>30,this.mt[l]=(this.mt[l]^(((a&4294901760)>>>16)*1566083941<<16)+(a&65535)*1566083941)-l,this.mt[l]>>>=0,l++,l>=this.N&&(this.mt[0]=this.mt[this.N-1],l=1);this.mt[0]=2147483648},f.prototype.genrand_int32=function(){let i;const t=[0,this.MATRIX_A];if(this.mti>=this.N){let l;for(this.mti===this.N+1&&this.init_genrand(5489),l=0;l<this.N-this.M;l++)i=this.mt[l]&this.UPPER_MASK|this.mt[l+1]&this.LOWER_MASK,this.mt[l]=this.mt[l+this.M]^i>>>1^t[i&1];for(;l<this.N-1;l++)i=this.mt[l]&this.UPPER_MASK|this.mt[l+1]&this.LOWER_MASK,this.mt[l]=this.mt[l+(this.M-this.N)]^i>>>1^t[i&1];i=this.mt[this.N-1]&this.UPPER_MASK|this.mt[0]&this.LOWER_MASK,this.mt[this.N-1]=this.mt[this.M-1]^i>>>1^t[i&1],this.mti=0}return i=this.mt[this.mti++],i^=i>>>11,i^=i<<7&2636928640,i^=i<<15&4022730752,i^=i>>>18,i>>>0},f.prototype.genrand_int31=function(){return this.genrand_int32()>>>1},f.prototype.genrand_real1=function(){return this.genrand_int32()*(1/4294967295)},f.prototype.random=function(){return this.genrand_int32()*(1/4294967296)},f.prototype.genrand_real3=function(){return(this.genrand_int32()+.5)*(1/4294967296)},f.prototype.genrand_res53=function(){const i=this.genrand_int32()>>>5,t=this.genrand_int32()>>>6;return(i*67108864+t)*(1/9007199254740992)};class n{constructor(t){d(this,"c");d(this,"s0");d(this,"s1");d(this,"s2");t==null&&(t=+new Date);let l=4022871197;this.c=1,this.s0=e(" "),this.s1=e(" "),this.s2=e(" "),this.s0-=e(t),this.s0<0&&(this.s0+=1),this.s1-=e(t),this.s1<0&&(this.s1+=1),this.s2-=e(t),this.s2<0&&(this.s2+=1);function e(p){p=String(p);for(let a=0;a<p.length;a++){l+=p.charCodeAt(a);let h=.02519603282416938*l;l=h>>>0,h-=l,h*=l,l=h>>>0,h-=l,l+=h*4294967296}return(l>>>0)*23283064365386963e-26}}next(){const{c:t,s0:l,s1:e,s2:p}=this,a=2091639*l+t*23283064365386963e-26;return this.s0=e,this.s1=p,this.s2=a-(this.c=a|0)}copy(t,l){return l.c=t.c,l.s0=t.s0,l.s1=t.s1,l.s2=t.s2,l}}function o(i){const{random:t,min:l,max:e}=i;return Math.floor(t*(e-l+1)+l)}function _(i){const{value:t,min:l,max:e}=i,a=new n(t).s1*1e7,h=new f(a);return o({random:h.random(),min:l,max:e})}const u=["F7F9FC","EEEDFD","FFEBEE","FDEFE2","E7F9F3","EDEEFD","ECFAFE","F2FFD1","FFF7E0","FDF1F7","EAEFE6","E0E6EB","E4E2F3","E6DFEC","E2F4E8","E6EBEF","EBE6EF","E8DEF6","D8E8F3","ECE1FE"],C=["060A23","4409B9","BD0F2C","C56511","216E55","05128A","1F84A3","526E0C","935F10","973562","69785E","2D3A46","280F6D","37364F","363548","4D176E","AB133E","420790","222A54","192251"],v=["060A23","5E36F5","E11234","E87917","3EA884","0618BC","0FBBE6","87B80A","FFC933","EE77AF","69785E","2D3A46","280F6D","37364F","363548","4D176E","AB133E","420790","222A54","192251"],g={icons:{1:'<g clip-path="url(#clip0_1_2239)"> <path fill-rule="evenodd" clip-rule="evenodd" d="M15.9961 16C7.16136 15.9979 7.72403e-07 8.83526 0 2.79754e-06L32 0C32 8.83526 24.8387 15.9979 16.0038 16C24.8387 16.0021 32 23.1648 32 32H1.39876e-06C1.39876e-06 23.1648 7.16136 16.0021 15.9961 16Z" fill="currentColor"/> </g> <defs> <clipPath id="clip0_1_2239"> <rect width="32" height="32" fill="white"/> </clipPath> </defs>',2:'<g clip-path="url(#clip0_1_2237)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.0619 14.6965C15.3986 6.4696 8.512 0 0.114286 0C0.114286 8.35878 6.52405 15.2205 14.6965 15.938C6.4696 16.6013 3.67075e-07 23.488 0 31.8858C8.35879 31.8858 15.2205 25.476 15.938 17.3035C16.6013 25.5304 23.488 32 31.8858 32C31.8858 23.6413 25.476 16.7795 17.3035 16.0619C25.5304 15.3987 32 8.512 32 0.114286C23.6413 0.114285 16.7795 6.52405 16.0619 14.6965ZM15.9996 16.0003C15.9999 16.0003 16.0002 16.0005 16.0003 16.0005L16.0005 15.9996C16.0002 15.9996 15.9999 15.9996 15.9996 15.9996C15.9996 15.9999 15.9996 16.0002 15.9996 16.0003Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2237"><rect width="32" height="32" fill="white"/></clipPath></defs>',3:'<g clip-path="url(#clip0_1_2235)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.11429 0H0.114286V8C0.114286 12.0739 3.15946 15.4366 7.09776 15.936C3.10424 16.3843 6.7524e-07 19.7725 3.49691e-07 23.8858L0 31.8858H8C12.0739 31.8858 15.4366 28.8405 15.936 24.9022C16.3843 28.8958 19.7725 32 23.8858 32H31.8858V24C31.8858 19.9261 28.8405 16.5634 24.9022 16.064C28.8958 15.6157 32 12.2275 32 8.11429V0.114286L24 0.114285C19.9261 0.114285 16.5634 3.15946 16.064 7.09776C15.6157 3.10424 12.2275 0 8.11429 0Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2235"><rect width="32" height="32" fill="white"/></clipPath></defs>',4:'<g clip-path="url(#clip0_1_2233)"><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1231 20.9254C4.5041 35.6915 27.5077 35.6915 18.877 20.9254C32.0195 35.6915 35.6918 32.0257 20.9246 18.8777C35.6918 27.4969 35.6918 4.49241 20.9246 13.1236C35.6918 -0.0245703 32.0245 -3.69196 18.877 11.0758C27.4958 -3.69196 4.49226 -3.69196 13.1231 11.0758C-0.0245337 -3.69196 -3.69179 -0.0245703 11.0754 13.1236C-3.69179 4.50424 -3.69179 27.5088 11.0754 18.8777C-3.69179 32.0257 -0.0245337 35.6915 13.1231 20.9254ZM16 20C18.2091 20 20 18.2091 20 16C20 13.7908 18.2091 12 16 12C13.7909 12 12 13.7908 12 16C12 18.2091 13.7909 20 16 20Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2233"><rect width="32" height="32" fill="white"/></clipPath></defs>',5:'<g clip-path="url(#clip0_1_2231)"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.20193 16C-5.91101 28.1018 3.8983 37.911 16 27.7981C28.0994 37.911 37.911 28.0925 27.7981 16C37.911 3.8983 28.0994 -5.91101 16 4.20193C3.8983 -5.91101 -5.91101 3.8983 4.20193 16ZM16 21.92C19.2696 21.92 21.92 19.2696 21.92 16C21.92 12.7305 19.2696 10.08 16 10.08C12.7305 10.08 10.08 12.7305 10.08 16C10.08 19.2696 12.7305 21.92 16 21.92Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2231"><rect width="32" height="32" fill="white"/></clipPath></defs>',6:'<g clip-path="url(#clip0_1_2229)"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9991 29.3938C17.085 30.697 18.1707 32 20.3424 32C25.3414 32 26.7854 25.351 26.7874 20.345C26.7874 18.1734 28.0904 17.0877 29.3936 16.0019C30.6968 14.9161 32 13.8303 32 11.6588C32 6.65822 25.3414 5.21238 20.3442 5.21238C18.1726 5.21238 17.0867 3.9093 16.001 2.60619C14.9151 1.3031 13.8293 0 11.6576 0C6.65677 0 5.21085 6.65822 5.21085 11.6551C5.21085 13.8266 3.90814 14.9124 2.60542 15.9982C1.30271 17.084 0 18.1698 0 20.3413C0 25.3418 6.65677 26.7877 11.6558 26.7877C13.8274 26.7877 14.9133 28.0907 15.9991 29.3938ZM16 21.92C19.2696 21.92 21.92 19.2696 21.92 16C21.92 12.7305 19.2696 10.08 16 10.08C12.7305 10.08 10.08 12.7305 10.08 16C10.08 19.2696 12.7305 21.92 16 21.92Z" fill="currentColor"/></g><defs><clipPath id="clip0_1_2229"><rect width="32" height="32" fill="white"/></clipPath></defs>',7:'<g clip-path="url(#prefix__clip0_1_2227)"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.813 16c-18.568 13.677-7.483 24.762 6.19 6.191 13.664 18.57 24.75 7.486 6.19-6.192 18.568-13.675 7.483-24.762-6.19-6.19C2.322-8.755-8.763 2.325 9.813 16zM16 20a4 4 0 100-8 4 4 0 000 8z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2227"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',8:'<g clip-path="url(#prefix__clip0_1_2225)"><path d="M15.942 10.957c0-21.425 6.618-6.42 1.261 2.86 5.357-9.28 21.662-11.052 3.107-.338 18.555-10.714 8.87 2.52-1.846 2.52 10.712 0 20.401 13.234 1.846 2.522 18.555 10.712 2.25 8.94-3.107-.34 5.357 9.28-1.26 24.287-1.26 2.86 0 21.427-6.61 6.42-1.262-2.86-5.355 9.28-21.66 11.052-3.104.34-18.556 10.712-8.87-2.522 1.845-2.522-10.713 0-20.4-13.234-1.845-2.52-18.556-10.714-2.25-8.941 3.104.337-5.355-9.278 1.261-24.284 1.261-2.859z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2225"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',9:'<g clip-path="url(#prefix__clip0_1_2223)"><path d="M15.928 3.025c0-8.645 5.402 3.61 3.245 7.354 2.161-3.744 15.478-5.193 7.99-.869C34.65 5.186 26.737 16 22.416 16c4.321 0 12.234 10.808 4.745 6.49 7.489 4.324-5.828 2.875-7.989-.868 2.161 3.743-3.245 15.999-3.245 7.353 0 8.646-5.404-3.61-3.245-7.353-2.16 3.743-15.477 5.192-7.989.869-7.488 4.323.424-6.49 4.748-6.49C5.118 16-2.794 5.191 4.694 9.51c-7.488-4.324 5.828-2.875 7.99.869-2.16-3.748 3.244-16 3.244-7.354z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2223"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',10:'<g clip-path="url(#prefix__clip0_1_2221)"><path d="M19.735 32C16 32 16 23.035 12.265 23.035c-4.3 0-12.265.998-12.265-3.3 0-3.736 8.964-3.736 8.964-7.47C8.964 7.966 7.966 0 12.264 0 16 0 16 8.965 19.736 8.965c4.3 0 12.265-.998 12.265 3.3 0 3.734-8.965 3.734-8.965 7.47 0 4.298 1 12.265-3.3 12.265z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2221"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs><',11:'<g clip-path="url(#prefix__clip0_1_2219)"><path d="M20.342 32C16 32 16 26.788 11.656 26.788 6.656 26.788 0 25.342 0 20.34c0-4.343 5.21-4.343 5.21-8.686C5.21 6.658 6.658 0 11.659 0 16 0 16 5.212 20.344 5.212 25.341 5.212 32 6.658 32 11.66c0 4.343-5.213 4.343-5.213 8.686C26.785 25.351 25.341 32 20.342 32z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2219"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',12:'<g clip-path="url(#prefix__clip0_1_2217)"><path d="M26.435 30.711c.064.71-1.71 1.615-2.268 1.172a13.088 13.088 0 00-16.331-.003c-.558.442-2.334-.464-2.27-1.173.293-3.264-1.01-4.566-4.273-4.273-.71.064-1.615-1.712-1.173-2.27a13.086 13.086 0 00-.003-16.33C-.326 7.276.58 5.502 1.29 5.566c3.266.294 4.57-1.008 4.276-4.273C5.502.583 7.278-.322 7.836.12A13.088 13.088 0 0024.167.117c.558-.443 2.332.462 2.268 1.172-.294 3.268 1.009 4.571 4.276 4.277.71-.064 1.615 1.71 1.172 2.268a13.088 13.088 0 00-.003 16.33c.442.558-.464 2.334-1.173 2.27-3.264-.293-4.566 1.011-4.272 4.277z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2217"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',13:'<g clip-path="url(#prefix__clip0_1_2215)"><path d="M25.345 32c-4.313-7.385-14.376-7.385-18.69 0 2.335-7.385.73-8.99-6.655-6.655C7.385 21.032 7.385 10.97 0 6.657 7.385 8.989 8.99 7.385 6.656 0c4.313 7.385 14.376 7.385 18.689 0-2.333 7.385-.728 8.99 6.655 6.657-7.383 4.313-7.383 14.375 0 18.688-7.383-2.334-8.988-.73-6.655 6.655z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2215"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',14:'<g clip-path="url(#prefix__clip0_1_2213)"><path d="M18.877 20.925c8.63 14.766-14.373 14.766-5.754 0-13.148 14.766-16.815 11.1-2.048-2.047-14.767 8.63-14.767-14.374 0-5.754C-3.692-.025-.025-3.692 13.123 11.076c-8.63-14.768 14.373-14.768 5.754 0 13.148-14.768 16.815-11.1 2.048 2.048 14.767-8.632 14.767 14.373 0 5.754 14.767 13.148 11.095 16.813-2.048 2.047z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2213"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',15:'<g clip-path="url(#prefix__clip0_1_2211)"><path d="M21.689 25.74c4.875 8.347-16.25 8.347-11.376 0-9.03 8.347-12.4 4.974-4.052-4.051-8.348 4.875-8.348-16.25 0-11.376-8.348-9.03-4.975-12.4 4.052-4.052-4.875-8.348 16.25-8.348 11.376 0 9.03-8.348 12.398-4.975 4.05 4.052 8.348-4.875 8.348 16.25 0 11.376 8.348 9.029 4.98 12.398-4.05 4.05z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2211"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',16:'<g clip-path="url(#prefix__clip0_1_2209)"><path d="M15.999 32v-2.49C7.849 29.51 0 24.15 0 16h2.488c0-8.15 5.361-16 13.511-16v2.49C24.149 2.49 32 7.85 32 16h-2.488c0 8.15-5.363 16-13.513 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2209"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',17:'<g clip-path="url(#prefix__clip0_1_2207)"><path d="M16 32v-8.965L0 15.999h8.965L15.999 0v8.965L32 15.999h-8.965L15.999 32z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2207"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',18:'<g clip-path="url(#prefix__clip0_1_2205)"><path d="M16.003 22.191c-13.673 18.57-24.758 7.486-6.19-6.192-18.576-13.675-7.491-24.755 6.19-6.19C29.676-8.762 40.761 2.325 22.193 16c18.56 13.678 7.474 24.763-6.19 6.192z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2205"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',19:'<g clip-path="url(#prefix__clip0_1_2203)"><path d="M22.4 22.399C35.2 35.2-3.2 35.2 9.6 22.399-3.2 35.2-3.2-3.2 9.6 9.599-3.2-3.2 35.2-3.2 22.4 9.6 35.2-3.2 35.2 35.2 22.4 22.4z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2203"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',20:'<g clip-path="url(#prefix__clip0_1_2201)"><path d="M16 27.798C3.898 37.911-5.911 28.102 4.202 16-5.911 3.898 3.898-5.911 16 4.202 28.1-5.911 37.911 3.898 27.798 16 37.911 28.093 28.1 37.911 16 27.798z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2201"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',21:'<g clip-path="url(#prefix__clip0_1_2199)"><path d="M16 0c.002 5.903 7.138 8.859 11.314 4.686C23.14 8.862 26.097 15.998 32 16c-5.903.002-8.859 7.138-4.686 11.314C23.138 23.14 16.002 26.097 16 32c-.002-5.903-7.138-8.859-11.314-4.686C8.86 23.138 5.903 16.002 0 16c5.903-.002 8.859-7.138 4.686-11.314C8.862 8.86 15.998 5.903 16 0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2199"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',22:'<g clip-path="url(#prefix__clip0_1_2197)"><path d="M16 0c.543 8.602 7.398 15.457 16 16-8.602.543-15.457 7.398-16 16-.543-8.602-7.398-15.457-16-16 8.602-.543 15.457-7.398 16-16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2197"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',23:'<g clip-path="url(#prefix__clip0_1_2195)"><path fill-rule="evenodd" clip-rule="evenodd" d="M29.596 12.807c-1.442 1.544-3.806 2.718-6.209 3.193 2.403.475 4.767 1.65 6.21 3.192l1.637 1.752-2.355.455c-2.074.4-4.676-.039-6.9-1.067 1.665 1.797 2.887 4.136 3.147 6.232l.295 2.38-2.172-1.016c-1.913-.895-3.76-2.78-4.955-4.918.29 2.431-.095 5.043-1.117 6.891L16.017 32l-1.16-2.099c-1.022-1.848-1.408-4.46-1.118-6.891-1.194 2.138-3.041 4.023-4.955 4.918l-2.172 1.016.295-2.38c.26-2.096 1.483-4.435 3.147-6.232-2.223 1.028-4.826 1.468-6.9 1.067L.8 20.944l1.637-1.752C3.88 17.65 6.244 16.476 8.647 16c-2.403-.475-4.767-1.65-6.21-3.193L.8 11.056l2.354-.455c2.074-.4 4.677.039 6.9 1.067C8.39 9.87 7.167 7.532 6.907 5.435l-.295-2.38 2.172 1.017c1.914.895 3.761 2.78 4.955 4.918-.29-2.431.096-5.043 1.118-6.891L16.017 0l1.16 2.099c1.022 1.848 1.408 4.46 1.117 6.891 1.195-2.138 3.042-4.023 4.955-4.918l2.173-1.016-.296 2.38c-.26 2.096-1.482 4.435-3.146 6.232 2.223-1.028 4.825-1.468 6.9-1.067l2.354.455-1.638 1.752zm-16.595 6.184a4.211 4.211 0 105.955-5.955 4.211 4.211 0 00-5.955 5.955z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2195"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',24:'<g clip-path="url(#prefix__clip0_1_2193)"><path d="M23.387 16c2.403-.475 4.767-1.65 6.21-3.193l1.637-1.751-2.355-.455c-2.074-.4-4.676.039-6.9 1.067 1.665-1.797 2.888-4.136 3.147-6.233l.296-2.38-2.173 1.017c-1.913.895-3.76 2.78-4.955 4.918.29-2.431-.095-5.043-1.117-6.891L16.017 0l-1.16 2.099c-1.022 1.848-1.408 4.46-1.118 6.891-1.194-2.138-3.041-4.023-4.955-4.918L6.612 3.056l.295 2.38c.26 2.096 1.483 4.435 3.147 6.232-2.223-1.028-4.826-1.468-6.9-1.067L.8 11.056l1.637 1.752C3.88 14.35 6.244 15.524 8.647 16c-2.403.475-4.767 1.65-6.21 3.192L.8 20.944l2.354.455c2.074.4 4.677-.039 6.9-1.067-1.664 1.797-2.887 4.136-3.147 6.232l-.295 2.38 2.172-1.016c1.914-.895 3.76-2.78 4.955-4.918-.29 2.431.096 5.043 1.118 6.891L16.017 32l1.16-2.099c1.022-1.848 1.408-4.46 1.117-6.891 1.195 2.138 3.042 4.023 4.955 4.918l2.172 1.016-.295-2.38c-.26-2.096-1.482-4.435-3.146-6.232 2.223 1.028 4.825 1.467 6.9 1.067l2.354-.455-1.638-1.752C28.154 17.65 25.79 16.476 23.387 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2193"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',25:'<g clip-path="url(#prefix__clip0_1_2191)"><path d="M20.357 17.65c2.98 1.127 6.99.922 9.544-.49L32 16l-2.099-1.16c-2.553-1.412-6.564-1.617-9.544-.49l-2.234.847c-.014-.045-.031-.089-.047-.133l2.171-.979c2.905-1.31 5.595-4.29 6.403-7.094l.664-2.305-2.305.664c-2.803.807-5.785 3.498-7.094 6.403l-.946 2.097a2.234 2.234 0 00-.132-.06l.812-2.147c1.128-2.98.922-6.99-.489-9.544L16 0l-1.16 2.099c-1.412 2.553-1.617 6.564-.49 9.544l.813 2.147c-.045.018-.088.04-.132.06l-.946-2.097c-1.31-2.905-4.29-5.595-7.094-6.403l-2.305-.664.664 2.305c.807 2.803 3.498 5.785 6.403 7.094l2.171.98c-.016.043-.033.087-.047.132l-2.234-.846c-2.98-1.128-6.99-.923-9.544.489L0 16l2.099 1.16c2.553 1.412 6.564 1.617 9.544.49l2.339-.886c.018.04.037.08.058.12l-2.287 1.03c-2.905 1.31-5.595 4.292-6.403 7.095l-.664 2.305 2.305-.664c2.803-.807 5.785-3.498 7.094-6.402l1.061-2.355c.04.017.08.03.12.044l-.915 2.42c-1.128 2.98-.923 6.99.489 9.544l1.16 2.1 1.16-2.1c1.412-2.553 1.617-6.564.49-9.544l-.917-2.42c.04-.014.081-.027.12-.044l1.062 2.354c1.31 2.905 4.29 5.595 7.094 6.403l2.305.664-.664-2.305c-.807-2.803-3.498-5.785-6.402-7.094l-2.288-1.031c.021-.04.04-.08.058-.12l2.34.885z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2191"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',26:'<g clip-path="url(#prefix__clip0_1_2189)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.949 10.594a6.423 6.423 0 011.737-5.908 6.423 6.423 0 015.908-1.737A6.423 6.423 0 0116 0a6.423 6.423 0 015.406 2.949 6.423 6.423 0 015.908 1.737 6.424 6.424 0 011.737 5.908A6.423 6.423 0 0132 16a6.424 6.424 0 01-2.949 5.406 6.424 6.424 0 01-1.737 5.908 6.424 6.424 0 01-5.908 1.737A6.424 6.424 0 0116 32a6.423 6.423 0 01-5.406-2.949 6.424 6.424 0 01-5.908-1.737 6.423 6.423 0 01-1.737-5.908A6.423 6.423 0 010 16a6.423 6.423 0 012.949-5.406zm8.484 9.965a6.429 6.429 0 109.09-9.092 6.429 6.429 0 00-9.09 9.092z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2189"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',27:'<g clip-path="url(#prefix__clip0_1_2187)"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.686 4.686a6.423 6.423 0 00-1.737 5.908A6.423 6.423 0 000 16a6.423 6.423 0 002.949 5.406 6.423 6.423 0 001.737 5.908 6.424 6.424 0 005.908 1.737A6.423 6.423 0 0016 32a6.424 6.424 0 005.406-2.949 6.424 6.424 0 005.908-1.737 6.424 6.424 0 001.737-5.908A6.424 6.424 0 0032 16a6.423 6.423 0 00-2.949-5.406 6.424 6.424 0 00-1.737-5.908 6.423 6.423 0 00-5.908-1.737A6.423 6.423 0 0016 0a6.423 6.423 0 00-5.406 2.949 6.423 6.423 0 00-5.908 1.737z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2187"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',28:'<g clip-path="url(#prefix__clip0_1_2185)"><path fill-rule="evenodd" clip-rule="evenodd" d="M2.945 16.067a3.521 3.521 0 00-2.83 3.453v8.96A3.52 3.52 0 003.634 32h8.96a3.521 3.521 0 003.472-2.945 3.521 3.521 0 003.453 2.83h8.96a3.52 3.52 0 003.52-3.52v-8.96a3.521 3.521 0 00-2.945-3.473 3.521 3.521 0 002.83-3.452V3.52A3.52 3.52 0 0028.366 0h-8.96a3.52 3.52 0 00-3.473 2.945A3.521 3.521 0 0012.48.115H3.52A3.52 3.52 0 000 3.634v8.96a3.521 3.521 0 002.945 3.472z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2185"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',29:'<g clip-path="url(#prefix__clip0_1_2183)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 3.977L10.667 0v10.667H0L3.977 16 0 21.333h10.667V10.667h10.666V0L16 3.977zM28.023 16L32 10.667H21.333v10.666H10.667V32L16 28.023 21.333 32V21.333H32L28.023 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2183"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',30:'<g clip-path="url(#prefix__clip0_1_2181)"><path fill-rule="evenodd" clip-rule="evenodd" d="M32 16.107L16 0 0 16.107h15.787L0 32h32L16.213 16.107H32z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2181"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',31:'<g clip-path="url(#prefix__clip0_1_2179)"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.385 23.646a2.115 2.115 0 00-1.03-1.03C4.819 20.98 2.02 18.62.528 17.205a1.642 1.642 0 010-2.412c1.493-1.415 4.29-3.773 7.827-5.409.454-.21.82-.576 1.03-1.03C11.021 4.819 13.38 2.02 14.794.528a1.642 1.642 0 012.413 0c1.414 1.493 3.773 4.29 5.408 7.827.21.454.577.82 1.03 1.03 3.537 1.636 6.334 3.994 7.827 5.409a1.642 1.642 0 010 2.413c-1.493 1.414-4.29 3.773-7.826 5.408-.454.21-.82.577-1.03 1.03-1.636 3.537-3.995 6.334-5.41 7.827a1.642 1.642 0 01-2.412 0c-1.415-1.493-3.773-4.29-5.409-7.826zM16 21.882a5.882 5.882 0 100-11.763 5.882 5.882 0 000 11.763z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2179"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',32:'<g clip-path="url(#prefix__clip0_1_2177)"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.984.787L16.928 13.76 23.94 2.426a.64.64 0 01.997-.116l4.753 4.753a.64.64 0 01-.116.997L18.24 15.072l12.973-3.056a.64.64 0 01.787.623v6.722a.64.64 0 01-.787.623L18.24 16.928l11.334 7.012a.64.64 0 01.116.997l-4.753 4.753a.64.64 0 01-.997-.116L16.928 18.24l3.056 12.973a.64.64 0 01-.623.787h-6.722a.64.64 0 01-.623-.787l3.056-12.973L8.06 29.574a.64.64 0 01-.997.116L2.31 24.937a.64.64 0 01.116-.997l11.334-7.012L.787 19.984A.64.64 0 010 19.36v-6.722a.64.64 0 01.787-.623l12.973 3.056L2.426 8.06a.64.64 0 01-.116-.997L7.063 2.31a.64.64 0 01.997.116l7.012 11.334L12.016.787A.64.64 0 0112.64 0h6.722a.64.64 0 01.623.787zM16 17.829a1.829 1.829 0 100-3.658 1.829 1.829 0 000 3.658z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2177"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',33:'<g clip-path="url(#prefix__clip0_1_2175)"><path d="M24.97 23.03L17.94 16l7.03-7.03L32 16l-7.03 7.03zm-17.94 0L0 16l7.03-7.03L14.06 16l-7.03 7.03zM16 32l-7.03-7.03L16 17.94l7.03 7.03L16 32zm0-17.94L8.97 7.03 16 0l7.03 7.03L16 14.06z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2175"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',34:'<g clip-path="url(#prefix__clip0_1_2173)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.116 14.016a1.28 1.28 0 01-2.232 0L8.074 1.907A1.28 1.28 0 019.192 0h13.618a1.28 1.28 0 011.116 1.907l-6.81 12.109zm-3.1 3.1a1.28 1.28 0 000-2.232L1.907 8.075A1.28 1.28 0 000 9.191v13.618a1.28 1.28 0 001.907 1.116l12.109-6.81zm3.1.868a1.28 1.28 0 00-2.232 0l-6.81 12.109A1.28 1.28 0 009.192 32h13.618a1.28 1.28 0 001.116-1.907l-6.81-12.109zm.868-3.1a1.28 1.28 0 000 2.232l12.109 6.809A1.28 1.28 0 0032 22.809V9.191a1.28 1.28 0 00-1.907-1.116l-12.109 6.81z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2173"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',35:'<g clip-path="url(#prefix__clip0_1_2171)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.714 0H10.286v10.286H0v11.428h10.286V32h11.428V21.714H32V10.286H21.714V0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2171"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',36:'<g clip-path="url(#prefix__clip0_1_2169)"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 25.345c7.385-2.334 8.99-.73 6.656 6.655 4.313-7.385 14.376-7.385 18.689 0-2.333-7.385-.728-8.99 6.655-6.655-7.383-4.313-7.383-14.375 0-18.688-7.383 2.332-8.988.728-6.655-6.657-4.313 7.385-14.376 7.385-18.69 0C8.99 7.385 7.386 8.99 0 6.657c7.385 4.313 7.385 14.375 0 18.688zm16-3.425a5.92 5.92 0 100-11.84 5.92 5.92 0 000 11.84z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2169"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',37:'<g clip-path="url(#prefix__clip0_1_2167)"><path d="M16 0l4.526 11.475L32 16l-11.474 4.526L16 32l-4.525-11.474L0 16l11.475-4.525L16 0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2167"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',38:'<path d="M16 2l5.12 15.68L32 30l-16-3.36L0 30l10.88-12.32L16 2z" fill="currentColor"/>',39:'<g clip-path="url(#prefix__clip0_1_2163)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 16s2-5.356 2-9.143C18 3.07 17.105 0 16 0s-2 3.07-2 6.857C14 10.644 16 16 16 16zm0 0s2.373 5.201 5.05 7.88c2.679 2.677 5.483 4.215 6.264 3.434.78-.781-.757-3.585-3.435-6.263S16 16 16 16zm0 0s5.356-2 9.143-2C28.93 14 32 14.895 32 16s-3.07 2-6.857 2C21.356 18 16 16 16 16zm0 0s-5.201 2.373-7.88 5.05c-2.677 2.679-4.215 5.483-3.434 6.264.781.78 3.585-.757 6.263-3.435S16 16 16 16zm0 0c.005.012 2 5.36 2 9.143C18 28.93 17.105 32 16 32s-2-3.07-2-6.857C14 21.356 16 16 16 16zm0 0s-5.356-2-9.143-2C3.07 14 0 14.895 0 16s3.07 2 6.857 2C10.644 18 16 16 16 16zm0 0s5.201-2.373 7.88-5.05c2.677-2.679 4.215-5.483 3.434-6.264-.781-.78-3.585.757-6.263 3.435S16 16 16 16zm-5.05-7.88C13.626 10.8 16 16 16 16s-5.201-2.373-7.88-5.05C5.444 8.27 3.906 5.466 4.687 4.685c.781-.78 3.585.757 6.263 3.435z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2163"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',40:'<g clip-path="url(#prefix__clip0_1_2161)"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.608 12.076l5.288-5.289a.93.93 0 011.317 1.316l-5.289 5.289c1.194-.268 2.587-.422 4.076-.422 4.418 0 8 1.356 8 3.03 0 1.674-3.582 3.03-8 3.03-1.489 0-2.882-.154-4.076-.422l5.289 5.288a.93.93 0 01-1.317 1.317l-5.288-5.289c.268 1.194.422 2.588.422 4.076 0 4.418-1.356 8-3.03 8-1.674 0-3.03-3.582-3.03-8 0-1.489.154-2.882.422-4.076l-5.289 5.289a.93.93 0 01-1.316-1.317l5.289-5.288c-1.194.268-2.587.422-4.076.422-4.418 0-8-1.356-8-3.03 0-1.674 3.582-3.03 8-3.03 1.489 0 2.882.154 4.076.422L6.787 8.104a.93.93 0 011.316-1.317l5.289 5.289c-.268-1.194-.422-2.587-.422-4.076 0-4.418 1.356-8 3.03-8 1.674 0 3.03 3.582 3.03 8 0 1.489-.154 2.882-.422 4.076z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2161"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',41:'<g clip-path="url(#prefix__clip0_1_2159)"><path fill-rule="evenodd" clip-rule="evenodd" d="M18.008 13.992c1.465-.627 3.607-1.022 5.992-1.022 4.418 0 8 1.356 8 3.03 0 1.674-3.582 3.03-8 3.03-2.385 0-4.527-.395-5.992-1.022.627 1.465 1.022 3.607 1.022 5.992 0 4.418-1.356 8-3.03 8-1.674 0-3.03-3.582-3.03-8 0-2.385.395-4.527 1.022-5.992-1.465.627-3.607 1.022-5.992 1.022-4.418 0-8-1.356-8-3.03 0-1.674 3.582-3.03 8-3.03 2.385 0 4.527.395 5.992 1.022-.627-1.465-1.022-3.607-1.022-5.992 0-4.418 1.356-8 3.03-8 1.674 0 3.03 3.582 3.03 8 0 2.385-.395 4.527-1.022 5.992z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2159"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',42:'<g clip-path="url(#prefix__clip0_1_2157)"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 16a8 8 0 008-8 8 8 0 008 8 8 8 0 00-8 8 8 8 0 00-8-8zm0 0a8 8 0 108 8 8 8 0 108-8 8 8 0 10-8-8 8 8 0 10-8 8z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2157"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',43:'<g clip-path="url(#prefix__clip0_1_2155)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 32c8.837 0 16-7.163 16-16S24.837 0 16 0 0 7.163 0 16s7.163 16 16 16zm0-9a7 7 0 100-14 7 7 0 000 14z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2155"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',44:'<g clip-path="url(#prefix__clip0_1_2153)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.143.64a.64.64 0 00-.64-.64h-1.006a.64.64 0 00-.64.64v6.188c0 .703-.97.892-1.233.24L11.306 1.33a.64.64 0 00-.833-.353l-.933.376a.64.64 0 00-.354.834l2.472 6.116c.26.647-.553 1.185-1.046.692L5.947 4.331a.64.64 0 00-.905 0l-.711.71a.64.64 0 000 .906l4.189 4.189c.5.5-.061 1.322-.71 1.039L2.383 8.803a.64.64 0 00-.842.33l-.403.922a.64.64 0 00.33.843l6.256 2.733c.635.277.437 1.226-.257 1.226H.64a.64.64 0 00-.64.64v1.006c0 .353.287.64.64.64h6.826c.694 0 .892.949.257 1.226l-6.256 2.733a.64.64 0 00-.33.843l.403.922a.64.64 0 00.842.33l5.429-2.372c.648-.283 1.209.539.709 1.04l-4.19 4.188a.64.64 0 000 .905l.712.711c.25.25.655.25.905 0l4.665-4.665c.493-.492 1.307.046 1.046.693l-2.472 6.116a.64.64 0 00.354.834l.933.376a.64.64 0 00.833-.353l2.318-5.738c.263-.652 1.233-.463 1.233.24v6.188c0 .353.287.64.64.64h1.006a.64.64 0 00.64-.64v-6.188c0-.703.97-.892 1.233-.24l2.318 5.738a.64.64 0 00.834.353l.932-.376a.64.64 0 00.354-.834l-2.472-6.116c-.26-.647.553-1.185 1.046-.692l4.665 4.664c.25.25.655.25.905 0l.711-.71a.64.64 0 000-.906l-4.189-4.189c-.5-.5.061-1.322.71-1.039l5.428 2.372a.64.64 0 00.842-.33l.403-.922a.64.64 0 00-.33-.843l-6.256-2.733c-.635-.277-.437-1.226.257-1.226h6.826a.64.64 0 00.64-.64v-1.006a.64.64 0 00-.64-.64h-6.826c-.694 0-.892-.949-.257-1.226l6.256-2.733a.64.64 0 00.33-.843l-.403-.922a.64.64 0 00-.842-.33l-5.429 2.372c-.648.283-1.209-.539-.709-1.04l4.19-4.188a.64.64 0 000-.905l-.712-.711a.64.64 0 00-.905 0l-4.665 4.664c-.493.493-1.307-.045-1.046-.692l2.472-6.116a.64.64 0 00-.354-.834l-.933-.376a.64.64 0 00-.833.353l-2.318 5.738c-.263.652-1.233.463-1.233-.24V.64z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2153"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',45:'<g clip-path="url(#prefix__clip0_1_2151)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.503 0a.64.64 0 01.64.64v6.188c0 .703.97.892 1.233.24l2.318-5.738a.64.64 0 01.834-.353l.932.376a.64.64 0 01.354.834l-2.472 6.116c-.26.647.553 1.185 1.046.692l4.665-4.664a.64.64 0 01.905 0l.711.71a.64.64 0 010 .906l-4.189 4.189c-.5.5.061 1.322.71 1.039l5.428-2.372a.64.64 0 01.842.33l.403.922a.64.64 0 01-.33.843l-6.256 2.733c-.635.277-.437 1.226.257 1.226h6.826a.64.64 0 01.64.64v1.006a.64.64 0 01-.64.64h-6.826c-.694 0-.892.949-.257 1.226l6.256 2.733a.64.64 0 01.33.843l-.403.922a.64.64 0 01-.842.33l-5.429-2.372c-.648-.283-1.209.539-.709 1.04l4.19 4.188a.64.64 0 010 .905l-.712.711a.64.64 0 01-.905 0l-4.665-4.665c-.493-.492-1.307.046-1.046.693l2.472 6.116a.64.64 0 01-.354.834l-.933.376a.64.64 0 01-.833-.353l-2.318-5.738c-.263-.652-1.233-.463-1.233.24v6.188a.64.64 0 01-.64.64h-1.006a.64.64 0 01-.64-.64v-6.188c0-.703-.97-.892-1.233-.24l-2.318 5.738a.64.64 0 01-.833.353l-.933-.376a.64.64 0 01-.354-.834l2.472-6.116c.26-.647-.553-1.185-1.046-.692l-4.665 4.664a.64.64 0 01-.905 0l-.711-.71a.64.64 0 010-.906l4.189-4.189c.5-.5-.061-1.322-.71-1.039l-5.428 2.372a.64.64 0 01-.842-.33l-.403-.922a.64.64 0 01.33-.843l6.256-2.733c.635-.277.437-1.226-.257-1.226H.64a.64.64 0 01-.64-.64v-1.006a.64.64 0 01.64-.64h6.826c.694 0 .892-.949.257-1.226l-6.256-2.733a.64.64 0 01-.33-.843l.403-.922a.64.64 0 01.842-.33l5.429 2.372c.648.283 1.209-.539.709-1.04L4.33 5.948a.64.64 0 010-.905l.712-.711a.64.64 0 01.905 0l4.665 4.664c.493.493 1.307-.045 1.046-.692L9.186 2.187a.64.64 0 01.354-.834l.933-.376a.64.64 0 01.833.353l2.318 5.738c.263.652 1.233.463 1.233-.24V.64a.64.64 0 01.64-.64h1.006zM16 22.857a6.857 6.857 0 100-13.714 6.857 6.857 0 000 13.714z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2151"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',46:'<g clip-path="url(#prefix__clip0_1_2149)"><path fill-rule="evenodd" clip-rule="evenodd" d="M16.257.138a.32.32 0 00-.55 0L12.69 5.169a.32.32 0 01-.4.13L6.891 3.002a.32.32 0 00-.444.323l.516 5.845a.32.32 0 01-.247.34L.998 10.825a.32.32 0 00-.17.522l3.853 4.425a.32.32 0 010 .42L.828 20.617a.32.32 0 00.17.522l5.718 1.316a.32.32 0 01.247.34l-.516 5.844a.32.32 0 00.444.323l5.4-2.297a.32.32 0 01.399.13l3.018 5.032a.32.32 0 00.549 0l3.018-5.032a.32.32 0 01.4-.13l5.398 2.297a.32.32 0 00.444-.323l-.516-5.844a.32.32 0 01.247-.34l5.719-1.316a.32.32 0 00.17-.522l-3.854-4.425a.32.32 0 010-.42l3.853-4.425a.32.32 0 00-.17-.522L25.249 9.51a.32.32 0 01-.247-.34l.516-5.845a.32.32 0 00-.444-.323L19.674 5.3a.32.32 0 01-.4-.13L16.258.138zM16 24a8 8 0 100-16 8 8 0 000 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2149"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',47:'<g clip-path="url(#prefix__clip0_1_2147)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.6 0a1.6 1.6 0 011.6 1.6v2.812c0 1.425 1.723 2.14 2.731 1.131l1.988-1.988a1.6 1.6 0 012.263 0l2.263 2.263a1.6 1.6 0 010 2.262l-1.988 1.989c-1.008 1.008-.294 2.731 1.131 2.731H30.4a1.6 1.6 0 011.6 1.6v3.2a1.6 1.6 0 01-1.6 1.6h-2.812c-1.425 0-2.139 1.723-1.131 2.731l1.988 1.988a1.6 1.6 0 010 2.263l-2.263 2.263a1.6 1.6 0 01-2.262 0l-1.989-1.988c-1.008-1.008-2.731-.294-2.731 1.131V30.4a1.6 1.6 0 01-1.6 1.6h-3.2a1.6 1.6 0 01-1.6-1.6v-2.812c0-1.425-1.723-2.139-2.731-1.131L8.08 28.445a1.6 1.6 0 01-2.262 0l-2.263-2.263a1.6 1.6 0 010-2.262l1.988-1.989c1.008-1.008.294-2.731-1.131-2.731H1.6A1.6 1.6 0 010 17.6v-3.2a1.6 1.6 0 011.6-1.6h2.812c1.425 0 2.14-1.723 1.131-2.731L3.555 8.08a1.6 1.6 0 010-2.262l2.263-2.263a1.6 1.6 0 012.262 0l1.989 1.988c1.008 1.008 2.731.294 2.731-1.131V1.6A1.6 1.6 0 0114.4 0h3.2zM16 24a8 8 0 100-16 8 8 0 000 16z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2147"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',48:'<g clip-path="url(#prefix__clip0_1_2145)"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.2 2.286A2.286 2.286 0 0016.914 0h-1.828A2.286 2.286 0 0012.8 2.286v.47c0 2.037-2.462 3.056-3.902 1.617l-.333-.333a2.286 2.286 0 00-3.232 0L4.04 5.333a2.286 2.286 0 000 3.232l.333.333c1.44 1.44.42 3.902-1.617 3.902h-.47A2.286 2.286 0 000 15.086v1.828A2.286 2.286 0 002.286 19.2h.47c2.037 0 3.056 2.462 1.617 3.902l-.333.333a2.286 2.286 0 000 3.232l1.293 1.293c.892.893 2.34.893 3.232 0l.333-.333c1.44-1.44 3.902-.42 3.902 1.617v.47A2.286 2.286 0 0015.086 32h1.828a2.286 2.286 0 002.286-2.286v-.47c0-2.037 2.462-3.056 3.902-1.617l.333.333c.892.893 2.34.893 3.232 0l1.293-1.293a2.286 2.286 0 000-3.232l-.332-.333c-1.44-1.44-.42-3.902 1.616-3.902h.47A2.286 2.286 0 0032 16.914v-1.828a2.286 2.286 0 00-2.286-2.286h-.47c-2.037 0-3.056-2.462-1.617-3.902l.333-.333a2.286 2.286 0 000-3.232L26.667 4.04a2.286 2.286 0 00-3.232 0l-.333.333c-1.44 1.44-3.902.42-3.902-1.617v-.47z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2145"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',49:'<g clip-path="url(#prefix__clip0_1_2143)"><path d="M16 32a5.608 5.608 0 01-2.917-.792A5.866 5.866 0 0111 29.167a5.848 5.848 0 01-.75-2.917c0-1.333.306-2.444.917-3.333.61-.89 1.555-1.93 2.833-3.125.944-.861 1.417-1.681 1.417-2.459v-.75h-.75c-.861 0-2.042.862-3.542 2.584-1.472 1.722-3.264 2.583-5.375 2.583A5.848 5.848 0 012.833 21 6.226 6.226 0 01.75 18.917 5.848 5.848 0 010 16c0-1.056.25-2.014.75-2.875a5.761 5.761 0 012.083-2.083 5.609 5.609 0 012.917-.792c2.083 0 3.861.847 5.333 2.542 1.473 1.694 2.667 2.541 3.584 2.541h.75v-.666c0-.778-.473-1.598-1.417-2.459l-.958-.875a12.144 12.144 0 01-1.917-2.291c-.583-.917-.875-2.014-.875-3.292 0-1.056.25-2.014.75-2.875A5.761 5.761 0 0113.083.792 5.609 5.609 0 0116 0c1.055 0 2.014.264 2.875.792a5.762 5.762 0 012.083 2.083c.528.861.792 1.82.792 2.875 0 2.083-.847 3.861-2.542 5.333-1.694 1.473-2.541 2.667-2.541 3.584v.666h.666c.945 0 2.14-.847 3.584-2.541 1.416-1.695 3.194-2.542 5.333-2.542 1.056 0 2.014.264 2.875.792a5.45 5.45 0 012.083 2.041c.528.861.792 1.834.792 2.917a5.608 5.608 0 01-.792 2.917A5.76 5.76 0 0129.125 21c-.861.5-1.82.75-2.875.75-1.305 0-2.43-.32-3.375-.958-.917-.64-1.944-1.57-3.083-2.792-.861-.945-1.681-1.417-2.459-1.417h-.666v.75c0 1.028.847 2.223 2.541 3.584 1.695 1.36 2.542 3.138 2.542 5.333a5.61 5.61 0 01-.792 2.917 5.537 5.537 0 01-2.041 2.041c-.862.528-1.834.792-2.917.792z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2143"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',50:'<g clip-path="url(#prefix__clip0_1_2141)"><path d="M16 32c-1.333 0-2.444-.43-3.333-1.292-.89-.86-1.334-1.902-1.334-3.125 0-.694.14-1.32.417-1.875.278-.555.764-1.166 1.458-1.833.723-.667 1.292-1.292 1.709-1.875.444-.611.666-1.139.666-1.583v-1.5a3.638 3.638 0 01-1.625-.834 3.2 3.2 0 01-.875-1.583h-1.5c-.472 0-1.027.222-1.666.667a10.99 10.99 0 00-1.834 1.625c-.583.639-1.166 1.11-1.75 1.416-.555.306-1.194.459-1.916.459-1.25 0-2.306-.445-3.167-1.334C.417 18.445 0 17.333 0 16c0-1.333.417-2.444 1.25-3.333.861-.89 1.917-1.334 3.167-1.334 1.166 0 2.166.417 3 1.25a47.148 47.148 0 002.25 2.125c.666.584 1.305.875 1.916.875h1.5c.14-.639.43-1.166.875-1.583a3.156 3.156 0 011.625-.833v-1.5c0-.723-.555-1.64-1.666-2.75l-.875-.875c-1.14-1.14-1.709-2.348-1.709-3.625 0-1.25.445-2.292 1.334-3.125C13.583.43 14.694 0 16 0c1.333 0 2.445.43 3.333 1.292.89.86 1.334 1.902 1.334 3.125 0 1.416-.695 2.75-2.084 4-1.389 1.277-2.083 2.36-2.083 3.25v1.5c.639.11 1.167.389 1.583.833.445.417.723.944.834 1.583h1.5c.944 0 2.027-.708 3.25-2.125 1.25-1.416 2.555-2.125 3.916-2.125 1.25 0 2.292.459 3.125 1.375C31.57 13.598 32 14.694 32 16c0 1.333-.43 2.445-1.292 3.333-.86.89-1.902 1.334-3.125 1.334-1.166 0-2.152-.403-2.958-1.209a35.7 35.7 0 00-2.25-2.083c-.695-.583-1.347-.875-1.958-.875h-1.5c-.223 1.333-1.028 2.139-2.417 2.417v1.5c0 .833.694 1.902 2.083 3.208 1.39 1.306 2.084 2.625 2.084 3.958 0 1.25-.459 2.292-1.375 3.125C18.402 31.57 17.306 32 16 32z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2141"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',51:'<g clip-path="url(#prefix__clip0_1_2139)"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.2 0h-6.4v8.275L6.949 2.424 2.424 6.949l5.85 5.851H0v6.4h8.275l-5.851 5.85 4.525 4.526 5.851-5.85V32h6.4v-8.275l5.851 5.851 4.526-4.525-5.852-5.851H32v-6.4h-8.275l5.851-5.851-4.525-4.525-5.851 5.85V0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2139"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',52:'<g clip-path="url(#prefix__clip0_1_2137)"><path d="M16.04 32c-.504 0-.93-.365-1.053-.855-.39-1.56-1.135-3.22-2.237-4.978-1.306-2.112-3.167-4.07-5.583-5.875-2.102-1.589-4.204-2.672-6.306-3.25C.363 16.905 0 16.463 0 15.947c0-.506.35-.942.836-1.081 2.06-.589 4.046-1.544 5.956-2.866 2.194-1.528 4.027-3.361 5.5-5.5 1.302-1.905 2.196-3.79 2.682-5.653C15.1.359 15.53 0 16.035 0c.51 0 .943.366 1.067.861.28 1.117.719 2.26 1.315 3.43.75 1.445 1.708 2.834 2.875 4.167a25.694 25.694 0 004 3.542c1.923 1.364 3.88 2.322 5.867 2.874.488.136.841.57.841 1.076 0 .514-.364.951-.86 1.087-1.26.346-2.556.903-3.89 1.671a25.061 25.061 0 00-4.5 3.375c-1.389 1.278-2.528 2.625-3.417 4.042-1.104 1.762-1.85 3.434-2.24 5.017-.12.491-.547.858-1.052.858z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2137"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',53:'<g clip-path="url(#prefix__clip0_1_2135)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.143 0h-2.286v10.12L11.066.738l-2.12.856 3.89 9.627-7.342-7.342-1.616 1.616 7.037 7.037-9.12-3.984-.914 2.094 9.649 4.216H0v2.286h10.53L.88 21.359l.916 2.094 9.119-3.984-7.037 7.037 1.616 1.616 7.342-7.342-3.89 9.627 2.12.856 3.791-9.384V32h2.286V21.88l3.791 9.383 2.12-.856-3.89-9.627 7.342 7.342 1.616-1.616-7.037-7.037 9.12 3.984.914-2.094-9.649-4.216H32v-2.286H21.47l9.65-4.216-.916-2.094-9.119 3.984 7.037-7.037-1.616-1.616-7.342 7.342 3.89-9.627-2.12-.856-3.791 9.383V0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2135"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',54:'<g clip-path="url(#prefix__clip0_1_2133)"><path fill-rule="evenodd" clip-rule="evenodd" d="M17.143 0h-2.286v13.24L5.494 3.879 3.878 5.494l9.363 9.363H0v2.286h13.24l-9.362 9.363 1.616 1.616 9.363-9.363V32h2.286V18.759l9.363 9.363 1.616-1.616-9.363-9.363H32v-2.286H18.759l9.363-9.363-1.616-1.616-9.363 9.363V0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2133"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',55:'<g clip-path="url(#prefix__clip0_1_2130)"><path d="M11.45 2.614c2.044-3.485 7.082-3.485 9.127 0l.074.126a5.291 5.291 0 004.526 2.614h.147c4.04.029 6.56 4.392 4.564 7.905l-.073.128a5.291 5.291 0 000 5.226l.073.128c1.995 3.513-.524 7.876-4.564 7.904l-.147.001a5.292 5.292 0 00-4.526 2.614l-.075.126c-2.044 3.485-7.082 3.485-9.127 0l-.074-.126a5.291 5.291 0 00-4.527-2.614h-.146c-4.04-.029-6.56-4.392-4.564-7.905l.073-.128c.92-1.62.92-3.606 0-5.226l-.073-.128c-1.995-3.513.524-7.876 4.564-7.904l.146-.001a5.291 5.291 0 004.527-2.614l.074-.126z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2130"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',56:'<g clip-path="url(#prefix__clip0_1_2128)"><path d="M15.65.295c.068-.393.632-.393.7 0l.748 4.342c.06.346.53.406.674.085L19.574.704c.164-.365.71-.224.678.174L19.9 5.269c-.028.35.413.526.632.251l2.743-3.443c.249-.313.744-.04.614.338L22.456 6.58c-.115.332.27.612.55.4l3.51-2.652c.32-.24.73.147.511.48l-2.42 3.679c-.194.293.109.66.433.524l4.059-1.693c.368-.154.67.323.375.592l-3.258 2.959c-.26.236-.057.666.29.616l4.352-.629c.395-.057.569.481.216.667l-3.89 2.055c-.31.163-.221.63.127.668l4.372.476c.397.043.432.607.044.7l-4.278 1.02c-.34.082-.37.556-.042.68l4.116 1.55c.373.14.268.696-.131.689l-4.397-.078c-.35-.006-.497.446-.21.648l3.602 2.526c.327.23.087.741-.298.635l-4.239-1.17c-.338-.094-.592.308-.364.575l2.862 3.344c.26.304-.1.74-.446.54l-3.816-2.189c-.304-.175-.65.151-.495.466l1.942 3.953c.176.359-.28.69-.567.412l-3.152-3.072c-.251-.244-.667-.015-.595.328l.9 4.313c.081.391-.444.6-.652.258l-2.29-3.76a.355.355 0 00-.658.169l-.2 4.401c-.017.4-.578.47-.694.088l-1.285-4.213a.355.355 0 00-.68 0l-1.285 4.213c-.117.382-.677.311-.695-.088l-.199-4.401a.355.355 0 00-.658-.17l-2.29 3.761c-.208.341-.733.133-.651-.258l.9-4.313c.071-.343-.345-.572-.596-.328l-3.152 3.072c-.286.279-.743-.053-.567-.412l1.942-3.953c.155-.315-.191-.64-.495-.466l-3.816 2.19c-.346.199-.706-.237-.446-.54l2.862-3.345c.228-.267-.026-.669-.364-.575l-4.24 1.17c-.384.106-.624-.405-.297-.635l3.602-2.526c.287-.202.14-.654-.21-.648l-4.397.078c-.399.007-.504-.549-.13-.69l4.115-1.55c.328-.123.299-.597-.042-.679l-4.278-1.02c-.388-.093-.353-.657.044-.7l4.372-.476c.348-.037.437-.505.127-.668l-3.89-2.055c-.353-.186-.179-.724.216-.667l4.352.629c.347.05.55-.38.29-.616l-3.258-2.96c-.296-.268.007-.745.375-.591l4.06 1.693c.323.135.626-.231.433-.524L4.973 4.809c-.22-.334.192-.721.51-.48L8.995 6.98c.28.212.664-.068.55-.4L8.111 2.415c-.13-.378.365-.65.614-.338l2.743 3.443c.219.275.66.1.632-.25L11.747.877c-.031-.398.515-.54.679-.174l1.802 4.018c.143.32.614.261.674-.085L15.65.295z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2128"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',57:'<g clip-path="url(#prefix__clip0_1_2126)"><path d="M14.989.825a1.6 1.6 0 012.022 0l1.27 1.035c.399.326.93.44 1.428.305l1.577-.427a1.6 1.6 0 011.845.823l.746 1.473a1.6 1.6 0 001.177.859l1.62.256a1.6 1.6 0 011.348 1.499l.086 1.662a1.6 1.6 0 00.724 1.259l1.386.903a1.6 1.6 0 01.62 1.912l-.596 1.56a1.6 1.6 0 00.151 1.44l.906 1.4a1.6 1.6 0 01-.21 1.998l-1.173 1.178a1.6 1.6 0 00-.447 1.379l.261 1.648a1.6 1.6 0 01-1.005 1.743l-1.538.592a1.6 1.6 0 00-.971 1.083l-.426 1.602a1.6 1.6 0 01-1.632 1.188l-1.633-.088a1.6 1.6 0 00-1.333.595l-1.03 1.281a1.6 1.6 0 01-1.977.421l-1.454-.746a1.601 1.601 0 00-1.462 0l-1.454.746a1.6 1.6 0 01-1.977-.42l-1.03-1.282a1.6 1.6 0 00-1.333-.595l-1.633.088a1.6 1.6 0 01-1.632-1.188l-.426-1.602a1.6 1.6 0 00-.971-1.083l-1.538-.592a1.6 1.6 0 01-1.005-1.743l.26-1.648a1.6 1.6 0 00-.446-1.38L.91 18.783a1.6 1.6 0 01-.21-1.998l.906-1.4a1.6 1.6 0 00.15-1.44l-.596-1.56a1.6 1.6 0 01.62-1.912l1.387-.903a1.6 1.6 0 00.724-1.259l.086-1.662a1.6 1.6 0 011.347-1.499l1.62-.256a1.6 1.6 0 001.178-.859l.746-1.473a1.6 1.6 0 011.845-.823l1.577.427a1.6 1.6 0 001.428-.305L14.99.825z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2126"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',58:'<g clip-path="url(#prefix__clip0_1_2124)"><path d="M14.39.98c.675-1.307 2.545-1.307 3.22 0l4.306 8.326c.172.334.444.606.778.778l8.325 4.305c1.308.676 1.308 2.546 0 3.222l-8.325 4.305a1.812 1.812 0 00-.778.778l-4.305 8.325c-.676 1.308-2.546 1.308-3.222 0l-4.305-8.325a1.813 1.813 0 00-.778-.778L.981 17.61c-1.308-.676-1.308-2.546 0-3.222l8.325-4.305c.334-.172.606-.444.778-.778L14.39.981z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2124"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',59:'<g clip-path="url(#prefix__clip0_1_2122)"><path d="M16.017 0L18.4 8.665l7.021-5.61-3.165 8.412 8.978-.411L23.729 16l7.505 4.944-8.978-.411 3.165 8.411-7.021-5.61L16.017 32l-2.383-8.665-7.022 5.61 3.166-8.412-8.978.411L8.305 16 .8 11.056l8.978.411-3.166-8.411 7.022 5.61L16.017 0z" fill="currentColor"/></g><defs><clipPath id="prefix__clip0_1_2122"><path fill="#fff" d="M0 0h32v32H0z"/></clipPath></defs>',60:'<path d="M16 0l3.856 9.321 10-1.321-6.144 8 6.145 8-10.001-1.321L16 32l-3.856-9.321-10 1.321 6.144-8-6.144-8 10 1.321L16 0z" fill="currentColor"/>'}},M=["width","height","innerHTML"],z=c.defineComponent({__name:"Shapes",props:{name:null,size:null},setup(i){const t=JSON.parse(JSON.stringify(g.icons));return(l,e)=>(c.openBlock(),c.createElementBlock("svg",{width:i.size,height:i.size,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",role:"img",innerHTML:c.unref(t)[i.name]},null,8,M))}}),x={key:0,class:"text"},P={key:1,class:"shape"},m=c.defineComponent({__name:"Avvvatars",props:{displayValue:{default:""},value:{default:""},size:{default:32},shadow:{type:Boolean,default:!1},variant:{default:"character"},border:{type:Boolean,default:!1},borderSize:{default:2},borderColor:{default:"#fff"},radius:{default:0}},setup(i){const t=i;c.useCssVars(E=>({"6aebc356":`${i.size}px`,"646878e8":`${i.radius||i.size}px`,"3876a992":`#${c.unref(u)[c.unref(e)]}`,"774d2ea6":`#${c.unref(v)[c.unref(e)]||"currentColor"}`,"6a4963ed":H,"70f00891":`#${c.unref(C)[c.unref(e)]}`}));const l=c.computed(()=>String(t.displayValue||t.value).substring(0,2)),e=c.computed(()=>_({value:t.value,min:0,max:19})),p=c.computed(()=>_({value:t.value,min:1,max:60})),a=c.computed(()=>t.border?`border: ${t.borderSize}px solid ${t.borderColor};`:""),h=c.computed(()=>t.shadow?`
box-shadow:
0px 3px 8px rgba(18, 18, 18, 0.04),
0px 1px 1px rgba(18, 18, 18, 0.02);
`:""),H=`${Math.round(t.size/100*37)}px`,A=c.ref(t.style);return(E,B)=>(c.openBlock(),c.createElementBlock("div",{class:"avvvatars",style:c.normalizeStyle([c.unref(a),c.unref(h)])},[A.value==="character"&&i.value?(c.openBlock(),c.createElementBlock("p",x,c.toDisplayString(c.unref(l)),1)):(c.openBlock(),c.createElementBlock("span",P,[c.createVNode(z,{name:`${c.unref(p)}`,size:Math.round(i.size/100*50)},null,8,["name","size"])]))],4))}}),V="",s=((i,t)=>{const l=i.__vccOpts||i;for(const[e,p]of t)l[e]=p;return l})(m,[["__scopeId","data-v-cf070909"]]);function L(){return{install:i=>{i.component("Avvvatars",s)}}}r.Avvvatars=s,r.plugin=L,Object.defineProperty(r,Symbol.toStringTag,{value:"Module"})});
`:""),H=`${Math.round(t.size/100*37)}px`,A=c.ref(t.variant);return(E,b)=>(c.openBlock(),c.createElementBlock("div",{class:"avvvatars",style:c.normalizeStyle([c.unref(a),c.unref(h)])},[A.value==="character"?(c.openBlock(),c.createElementBlock("p",x,c.toDisplayString(c.unref(l)),1)):(c.openBlock(),c.createElementBlock("span",P,[c.createVNode(z,{name:`${c.unref(p)}`,size:Math.round(i.size/100*50)},null,8,["name","size"])]))],4))}}),V="",s=((i,t)=>{const l=i.__vccOpts||i;for(const[e,p]of t)l[e]=p;return l})(m,[["__scopeId","data-v-6b8b0cdb"]]);function L(){return{install:i=>{i.component("Avvvatars",s)}}}r.Avvvatars=s,r.plugin=L,Object.defineProperty(r,Symbol.toStringTag,{value:"Module"})});
{
"author": "Fatih Yildiz",
"name": "avvvatars-vue",
"version": "0.4.5",
"version": "0.4.6",
"description": "generates unique placeholder avatars with either characters or shapes for your vue project",

@@ -6,0 +6,0 @@ "keywords": [

@@ -1,48 +0,134 @@

# Vue Typescript Bundle Template
<a href="https://avvvatars.com"><img src="https://github.com/0fatihyildiz/avvvatars-vue/raw/main/Thumbnail.png" alt="Avvvatars" height="620"></a>
![Vue Typescript Bundle Template](https://github.com/productdevbookcom/assets/blob/main/vue-ts-bundle-template.jpg?raw=true)
[![npm version](https://badge.fury.io/js/avvvatars-vue.svg)](https://badge.fury.io/js/avvvatars-vue)
[![npm](https://img.shields.io/npm/dt/avvvatars-vue.svg)](https://www.npmjs.com/package/avvvatars-vue)
[![npm bundle size](https://img.shields.io/bundlephobia/minzip/avvvatars-vue.svg)](https://bundlephobia.com/result?p=avvvatars-vue)
![npm](https://img.shields.io/npm/l/avvvatars-vue.svg)
This is a template for creating a Typescript bundle. It is based on the [Typescript](https://www.typescriptlang.org/) compiler with the [Vite](https://vitejs.dev/) bundler.
Main Repository - [Avvvatars](https://github.com/nusu/avvvatars)
## Features
# Avvvatars
- [x] [Typescript](https://www.typescriptlang.org/)
- [x] [Vite](https://vitejs.dev/)
- [x] [Vue](https://vuejs.org/)
- [x] [Vue Macros](https://github.com/sxzz/unplugin-vue-macros)
- [x] [ESLint](https://eslint.org/) with [Antfu's ESLint Config](https://github.com/antfu/eslint-config)
- [x] [Bumpp](https://github.com/antfu/bumpp) github changelog generator
- [x] [Vitest](https://vitest.dev/)
- [x] [Pnpm](https://pnpm.io/)
- [x] [GitHub Actions]()
- [x] [NPM Local Registry]()
- [x] [Renovate]()
Beautifully crafted unique avatar placeholder for your next vue project
Lightweight and customizable ❤️
## Usage
https://user-images.githubusercontent.com/1702215/158075475-c23004ab-827a-45ad-bdba-aee29ac5b582.mp4
1. To use this template, click the "Use this template" button above.
2. Clone the repository to your local machine.
3. Run `pnpm install` to install the dependencies.
4. Run `pnpm build` to build the bundle.
5. Run `pnpm start` to start the bundle.
6. Run `pnpm lint` to lint the code. (You can also run `pnpm lint:fix` to fix the linting errors.)
7. Run `pnpm test` to run the tests. (You can also run `pnpm test:watch` to run the tests in watch mode.)
8. Run `pnpm release` to bump the version. Terminal will ask you to select the version type. And then it will automatically commit and push the changes. GitHub Actions will automatically publish git tags. NPM local registry will automatically publish the package.
[Live Demo 🧩](https://avvvatars-demo-nusualabuga.vercel.app/) | [Website 🧘‍♀️](https://avvvatars.com)
## Configuration
Built by [Nusu Alabuga](https://twitter.com/nusualabuga) and [Oguz Yagiz Kara](https://twitter.com/oguzyagizkara)
### Github Secrets
Vue3 Converted by [Fatih Yildiz](https://twitter.com/0fatihyildiz)
[Github Token](https://github.com/settings/tokens) is required github changelog generator. You can create a token. Select the `repo` scope. Then add the token to the repository secrets.
🙏 Special thanks to [Monika Michalczyk](https://www.monikamichalczyk.com/) for awesome shapes 🙏
`REPOCHANGELOG_TOKEN` - add the token to the repository secrets.
## Installation
### Renovate
**With pnpm**
[Setup Github App](https://github.com/apps/renovate) for Renovate.
```js
pnpm i avvvatars-vue
```
**With yarn**
```js
yarn add avvvatars-vue
```
**With npm**
```js
npm install avvvatars-vue
```
## Getting Started
Import Avvvatars to your app, then use it anywhere you want.
```jsx
import { Avvvatars } from 'avvvatars-vue'
import 'avvvatars-vue/style'
```
## Customization
### `value: string`
This is required for plugin to work, each value generates a random avatar to unique to this value, so each time plugin renders, you will get the same results.
```jsx
<Avvvatars value="best_user@gmail.com" />
```
### `display-value?: string`
Override default text by providing display-value
for example if you provide `value=”best_user@gmail.com”` the character output will be the first 2 letters of value which is “BE”, if you pass `displayValue=”BU”` you can override it to **BU**
```jsx
<Avvvatars value="best_user@gmail.com" display-value="BE" />
```
### `variant?: character | shape (default character)`
Use shape or character as avatar.
```jsx
<Avvvatars value="best_user@gmail.com" variant="character" />
```
### `size?: number (default 32)`
Override default size (32px) by providing a number.
```jsx
<Avvvatars value="best_user@gmail.com" :size="32" />
```
### `shadow?: boolean (default false)`
Enable shadow around the avatar.
```jsx
<Avvvatars value="best_user@gmail.com" :shadow="false" />
```
### `radius?: number` (default [size](https://github.com/nusu/avvvatars#size-number--default-32))
Override the radius of the avatar, it takes `size` by default to always turn it to a circle
```jsx
<Avvvatars value="best_user@gmail.com" :radius="10" />
```
### `border?: boolean (default false)`
Toggle border
```jsx
<Avvvatars value="best_user@gmail.com" border="false" />
```
### `border-size?: number (default 2)`
Override border width
```jsx
<Avvvatars value="best_user@gmail.com" border-size="2" />
```
### `border-color?: string (default #fff)`
Override border color
```jsx
<Avvvatars value="best_user@gmail.com" border-color="#fff" />
```
## License
This project is licensed under the [MIT License](LICENSE).
MIT

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc