From 1c97cd502e31e74b8ede8e9af69e36ea2d47ebf3 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Date: Thu, 8 Jan 2026 17:21:08 -0300 Subject: [PATCH 1/6] feat: add lx and vote icon and currencies --- src/atoms/label/index.tsx | 5 ++--- src/atoms/label/stories/label.stories.tsx | 4 ++-- src/ions/icons.ts | 2 ++ src/molecules/card-value/index.tsx | 2 +- src/molecules/card-value/stories/card-value.stories.tsx | 6 +++--- src/molecules/form-group/index.tsx | 2 +- src/molecules/form-group/stories/form-group.stories.tsx | 4 ++-- src/molecules/table/index.tsx | 4 ++++ src/molecules/table/stories/table.stories.tsx | 2 +- src/molecules/table/styles.tsx | 8 ++++++-- .../horizontal-nav/stories/horizontal-nav.stories.tsx | 2 +- 11 files changed, 25 insertions(+), 16 deletions(-) diff --git a/src/atoms/label/index.tsx b/src/atoms/label/index.tsx index 5890fa2d..eb78837c 100644 --- a/src/atoms/label/index.tsx +++ b/src/atoms/label/index.tsx @@ -5,7 +5,7 @@ import { colors } from '../../ions/variables'; import { Icon } from '../..'; export interface LabelProps { - currency?: 'tkai' | 'vkai' | undefined; + currency?: 'lx' | 'vote' | 'tkai' | 'vkai' | undefined; value: string; className?: string; style?: React.CSSProperties; @@ -16,8 +16,7 @@ const Label = (props: LabelProps) => { return ( {value} - {currency === 'tkai' && } - {currency === 'vkai' && } + {currency && } ); }; diff --git a/src/atoms/label/stories/label.stories.tsx b/src/atoms/label/stories/label.stories.tsx index 11cee0f2..9770c6b3 100644 --- a/src/atoms/label/stories/label.stories.tsx +++ b/src/atoms/label/stories/label.stories.tsx @@ -8,7 +8,7 @@ export default { currency: { control: { type: 'select', - options: ['', 'tkai', 'vkai'], + options: ['', 'lx', 'vote', 'tkai', 'vkai'], }, }, }, @@ -20,7 +20,7 @@ export const LabelComponentKAI = (args: LabelProps) => { LabelComponentKAI.storyName = 'With Currency'; LabelComponentKAI.args = { - currency: 'tkai', + currency: 'lx', value: 'Amount', }; diff --git a/src/ions/icons.ts b/src/ions/icons.ts index e17bc9c7..66db7337 100644 --- a/src/ions/icons.ts +++ b/src/ions/icons.ts @@ -313,6 +313,8 @@ const icons: IconsType = { 'M2.216 5.6A3.384 3.384 0 015.6 2.216h20.8A3.384 3.384 0 0129.785 5.6v11.2a3.384 3.384 0 01-3.385 3.385h-3.2a.984.984 0 110-1.97h3.2c.782 0 1.416-.633 1.416-1.415V5.6c0-.782-.634-1.415-1.416-1.415H5.6c-.782 0-1.415.633-1.415 1.415v11.2c0 .782.633 1.416 1.415 1.416h3.2a.984.984 0 110 1.969H5.6A3.384 3.384 0 012.216 16.8V5.6zM8 7.016c.544 0 .985.44.985.984v5.6a.984.984 0 11-1.97 0V8c0-.543.442-.984.985-.984zm8 1.969a2.216 2.216 0 100 4.43 2.216 2.216 0 000-4.43zM11.816 11.2a4.184 4.184 0 118.369 0 4.184 4.184 0 01-8.37 0zM24 7.016c.544 0 .985.44.985.984v5.6a.984.984 0 01-1.97 0V8c0-.543.441-.984.985-.984zm-8 11.543c.543 0 .983.44.983.985v6.88l2.54-2.54a.984.984 0 111.393 1.391l-4.221 4.221a.984.984 0 01-1.392 0l-4.526-4.525a.984.984 0 011.393-1.393l2.845 2.846v-6.88c0-.544.44-.985.984-.985z', withdraw: 'M29.8 26.4a3.4 3.4 0 01-3.4 3.4H5.6a3.4 3.4 0 01-3.4-3.4V15.2a3.4 3.4 0 013.4-3.4h3.2a1 1 0 110 2H5.6a1.4 1.4 0 00-1.4 1.4v11.2a1.4 1.4 0 001.4 1.4h20.8a1.4 1.4 0 001.4-1.4V15.2a1.4 1.4 0 00-1.4-1.4h-3.2a1 1 0 110-2h3.2a3.4 3.4 0 013.4 3.4v11.2zM24 25a1 1 0 01-1-1v-5.6a1 1 0 112 0V24a1 1 0 01-1 1zm-8-2a2.2 2.2 0 100-4.4 2.2 2.2 0 000 4.4zm4.2-2.2a4.2 4.2 0 11-8.4 0 4.2 4.2 0 018.4 0zM8 25a1 1 0 01-1-1v-5.6a1 1 0 112 0V24a1 1 0 01-1 1zm8-11.543a1 1 0 01-1-1l.001-6.843-2.513 2.514a1 1 0 11-1.415-1.414l4.221-4.221a1 1 0 011.414 0l4.526 4.525a1 1 0 01-1.415 1.415l-2.818-2.819v6.843a1 1 0 01-1 1z', + lx: 'M24 11.2V8H18.8V11.2H13.2V8H8V11.2H10.4V14.4H13.2V17.6H10.8V20.8H8V24H13.2V20.8H18.8V24H24V20.8H21.2V17.6H18.8V14.4H21.6V11.2H24Z', + vote: 'M5.21704 23L0 8H3.3417L5.74573 15.2987C5.97183 16.0168 6.20459 16.7819 6.444 17.594C6.6834 18.3993 6.93611 19.2617 7.20211 20.1812C7.46147 19.2617 7.7042 18.3993 7.9303 17.594C8.16306 16.7819 8.38917 16.0168 8.60862 15.2987L10.9328 8H14.2346L9.12733 23H5.21704Z M32 11V8H27.1695V11H21.9674V8H17.1369V11H19.3664V14H21.9674V17H19.7379V20H17.1369V23H21.9674V20H27.1695V23H32V20H29.399V17H27.1695V14H29.7705V11H32Z' }; export default icons; diff --git a/src/molecules/card-value/index.tsx b/src/molecules/card-value/index.tsx index 871c45df..e911a024 100644 --- a/src/molecules/card-value/index.tsx +++ b/src/molecules/card-value/index.tsx @@ -4,7 +4,7 @@ import * as Styles from './styles'; export interface CardValueProps { label: string; - currency?: 'tkai' | 'vkai' | undefined; + currency?: 'lx' | 'vote' | 'tkai' | 'vkai' | undefined; value: string | number; description?: string; buttonValue?: string; diff --git a/src/molecules/card-value/stories/card-value.stories.tsx b/src/molecules/card-value/stories/card-value.stories.tsx index eebb7a38..5d5f2d9f 100644 --- a/src/molecules/card-value/stories/card-value.stories.tsx +++ b/src/molecules/card-value/stories/card-value.stories.tsx @@ -8,7 +8,7 @@ export default { currency: { control: { type: 'select', - options: ['', 'tkai', 'vkai'], + options: ['', 'lx', 'vote', 'tkai', 'vkai'], }, }, }, @@ -18,10 +18,10 @@ export const CardValueComponentKAI = (args: CardValueProps) => ( ); -CardValueComponentKAI.storyName = 'With TKAI'; +CardValueComponentKAI.storyName = 'With LX'; CardValueComponentKAI.args = { label: 'Amount', - currency: 'tkai', + currency: 'lx', value: '13000', showArrowButton: false, }; diff --git a/src/molecules/form-group/index.tsx b/src/molecules/form-group/index.tsx index 8594cd34..30c360af 100644 --- a/src/molecules/form-group/index.tsx +++ b/src/molecules/form-group/index.tsx @@ -3,7 +3,7 @@ import { Label } from '../..'; import * as Styles from './styles'; export interface FormGroupProps { - currency?: 'tkai' | 'vkai' | undefined; + currency?: 'lx' | 'vote' | 'tkai' | 'vkai' | undefined; label: string; error?: boolean; children: React.ReactNode; diff --git a/src/molecules/form-group/stories/form-group.stories.tsx b/src/molecules/form-group/stories/form-group.stories.tsx index e568d286..3ce7241e 100644 --- a/src/molecules/form-group/stories/form-group.stories.tsx +++ b/src/molecules/form-group/stories/form-group.stories.tsx @@ -15,7 +15,7 @@ export default { currency: { control: { type: 'select', - options: ['', 'tkai', 'vkai'], + options: ['', 'lx', 'vote', 'tkai', 'vkai'], }, }, }, @@ -32,6 +32,6 @@ export const FormGroupComponent = (args: FormGroupProps) => { FormGroupComponent.storyName = 'Form Group'; FormGroupComponent.args = { label: 'Awesome Label', - currency: '', + currency: 'lx', error: false, }; diff --git a/src/molecules/table/index.tsx b/src/molecules/table/index.tsx index edf9f285..11973b66 100644 --- a/src/molecules/table/index.tsx +++ b/src/molecules/table/index.tsx @@ -168,6 +168,10 @@ const Table = (props: TableProps) => { ) : className === 'vkai' ? ( + ) : className === 'lx' ? ( + + ) : className === 'vote' ? ( + ) : null} diff --git a/src/molecules/table/stories/table.stories.tsx b/src/molecules/table/stories/table.stories.tsx index c8894319..b2c737e3 100644 --- a/src/molecules/table/stories/table.stories.tsx +++ b/src/molecules/table/stories/table.stories.tsx @@ -75,7 +75,7 @@ const columns = { id: 'amount', value: 'Amount', dataKey: 'amount', - className: 'vkai', + className: 'lx', dataTestId: 'header-amount-id', }, { diff --git a/src/molecules/table/styles.tsx b/src/molecules/table/styles.tsx index eb1fc88d..8b1b825e 100644 --- a/src/molecules/table/styles.tsx +++ b/src/molecules/table/styles.tsx @@ -95,7 +95,9 @@ export const Table = styled.table` } &.vkai, - &.tkai { + &.tkai, + &.lx, + &.vote { text-align: right; > div { @@ -253,7 +255,9 @@ export const Table = styled.table` } &.tkai, - &.vkai { + &.vkai, + &.lx, + &.vote { svg { float: right; margin-left: ${rem('5px')}; diff --git a/src/organisms/horizontal-nav/stories/horizontal-nav.stories.tsx b/src/organisms/horizontal-nav/stories/horizontal-nav.stories.tsx index 61345507..8ba84a56 100644 --- a/src/organisms/horizontal-nav/stories/horizontal-nav.stories.tsx +++ b/src/organisms/horizontal-nav/stories/horizontal-nav.stories.tsx @@ -58,7 +58,7 @@ const menu = [ url: '#0', }, { - icon: 'tkai', + icon: 'lx', label: 'Transactions', url: '#0', }, From fcddcb9a0fbeac6fb0420068957bf4776dfb1d04 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Date: Thu, 8 Jan 2026 18:48:42 -0300 Subject: [PATCH 2/6] refactor: increase path size --- src/ions/icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ions/icons.ts b/src/ions/icons.ts index 66db7337..30d0128a 100644 --- a/src/ions/icons.ts +++ b/src/ions/icons.ts @@ -313,7 +313,7 @@ const icons: IconsType = { 'M2.216 5.6A3.384 3.384 0 015.6 2.216h20.8A3.384 3.384 0 0129.785 5.6v11.2a3.384 3.384 0 01-3.385 3.385h-3.2a.984.984 0 110-1.97h3.2c.782 0 1.416-.633 1.416-1.415V5.6c0-.782-.634-1.415-1.416-1.415H5.6c-.782 0-1.415.633-1.415 1.415v11.2c0 .782.633 1.416 1.415 1.416h3.2a.984.984 0 110 1.969H5.6A3.384 3.384 0 012.216 16.8V5.6zM8 7.016c.544 0 .985.44.985.984v5.6a.984.984 0 11-1.97 0V8c0-.543.442-.984.985-.984zm8 1.969a2.216 2.216 0 100 4.43 2.216 2.216 0 000-4.43zM11.816 11.2a4.184 4.184 0 118.369 0 4.184 4.184 0 01-8.37 0zM24 7.016c.544 0 .985.44.985.984v5.6a.984.984 0 01-1.97 0V8c0-.543.441-.984.985-.984zm-8 11.543c.543 0 .983.44.983.985v6.88l2.54-2.54a.984.984 0 111.393 1.391l-4.221 4.221a.984.984 0 01-1.392 0l-4.526-4.525a.984.984 0 011.393-1.393l2.845 2.846v-6.88c0-.544.44-.985.984-.985z', withdraw: 'M29.8 26.4a3.4 3.4 0 01-3.4 3.4H5.6a3.4 3.4 0 01-3.4-3.4V15.2a3.4 3.4 0 013.4-3.4h3.2a1 1 0 110 2H5.6a1.4 1.4 0 00-1.4 1.4v11.2a1.4 1.4 0 001.4 1.4h20.8a1.4 1.4 0 001.4-1.4V15.2a1.4 1.4 0 00-1.4-1.4h-3.2a1 1 0 110-2h3.2a3.4 3.4 0 013.4 3.4v11.2zM24 25a1 1 0 01-1-1v-5.6a1 1 0 112 0V24a1 1 0 01-1 1zm-8-2a2.2 2.2 0 100-4.4 2.2 2.2 0 000 4.4zm4.2-2.2a4.2 4.2 0 11-8.4 0 4.2 4.2 0 018.4 0zM8 25a1 1 0 01-1-1v-5.6a1 1 0 112 0V24a1 1 0 01-1 1zm8-11.543a1 1 0 01-1-1l.001-6.843-2.513 2.514a1 1 0 11-1.415-1.414l4.221-4.221a1 1 0 011.414 0l4.526 4.525a1 1 0 01-1.415 1.415l-2.818-2.819v6.843a1 1 0 01-1 1z', - lx: 'M24 11.2V8H18.8V11.2H13.2V8H8V11.2H10.4V14.4H13.2V17.6H10.8V20.8H8V24H13.2V20.8H18.8V24H24V20.8H21.2V17.6H18.8V14.4H21.6V11.2H24Z', + lx: 'M27 9.4V5h-7.15v4.4h-7.7V5H5v4.4h3.3v4.4h3.85v4.4h-3.3v4.4H5V27h7.15v-4.4h7.7V27H27v-4.4h-3.85v-4.4h-3.3v-4.4h3.85V9.4z', vote: 'M5.21704 23L0 8H3.3417L5.74573 15.2987C5.97183 16.0168 6.20459 16.7819 6.444 17.594C6.6834 18.3993 6.93611 19.2617 7.20211 20.1812C7.46147 19.2617 7.7042 18.3993 7.9303 17.594C8.16306 16.7819 8.38917 16.0168 8.60862 15.2987L10.9328 8H14.2346L9.12733 23H5.21704Z M32 11V8H27.1695V11H21.9674V8H17.1369V11H19.3664V14H21.9674V17H19.7379V20H17.1369V23H21.9674V20H27.1695V23H32V20H29.399V17H27.1695V14H29.7705V11H32Z' }; From c07e27bb54869297c3b9efa35db3aac3089ba54e Mon Sep 17 00:00:00 2001 From: ickas Date: Thu, 8 Jan 2026 22:00:52 +0000 Subject: [PATCH 3/6] Update .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ff8f0e7..fa4f0872 100644 --- a/.gitignore +++ b/.gitignore @@ -6,5 +6,5 @@ dist package-lock.json .env *.tgz - +.claude .vscode \ No newline at end of file From 0206d66cbfb9d4f0ed3b63c9c3dd343cda6d48e0 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Date: Fri, 9 Jan 2026 10:48:39 -0300 Subject: [PATCH 4/6] refactor: change transaction to icon to match lx --- src/ions/icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ions/icons.ts b/src/ions/icons.ts index 30d0128a..8755e9d0 100644 --- a/src/ions/icons.ts +++ b/src/ions/icons.ts @@ -254,7 +254,7 @@ const icons: IconsType = { juries: 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z', transactions: - 'M9.451 5.76c0.973 0.012 1.76 0.798 1.771 1.77v7.755l10.043-9.085c0.127-0.102 0.272-0.191 0.427-0.261l0.013-0.005c0.217-0.105 0.473-0.166 0.742-0.166 0.001 0 0.002 0 0.003 0h-0c0.492 0.012 0.934 0.214 1.258 0.536l-0-0 0.002-0.002c0.037 0.033 0.071 0.067 0.103 0.102l0.001 0.001c0.255 0.305 0.41 0.701 0.41 1.134 0 0.346-0.099 0.669-0.271 0.942l0.004-0.007c-0.053 0.076-0.107 0.143-0.166 0.205l0.001-0.001c-0.068 0.080-0.141 0.151-0.221 0.215l-0.003 0.002-7.656 6.915 1.961 1.947 1.782-1.605c0.314-0.277 0.729-0.446 1.183-0.446 0.521 0 0.989 0.222 1.317 0.576l0.001 0.001c0.273 0.296 0.44 0.693 0.44 1.129 0 0.052-0.002 0.103-0.007 0.153l0-0.006c-0.029 0.48-0.248 0.904-0.583 1.201l-0.002 0.002-1.635 1.472 3.283 3.26 0.069 0.1 0.036 0.036c0.279 0.299 0.45 0.701 0.45 1.143 0 0.026-0.001 0.052-0.002 0.077l0-0.004c-0.012 0.472-0.21 0.895-0.524 1.201l-0 0c-0.284 0.291-0.671 0.48-1.102 0.508l-0.005 0c-0.041 0.003-0.089 0.005-0.137 0.005-0.37 0-0.713-0.112-0.998-0.305l0.006 0.004-0.061-0.048-0.028-0.026c-0.032-0.022-0.010-0.007-0.066-0.047-0.028-0.022-0.055-0.047-0.102-0.092l-3.453-3.443-1.782 1.605c-0.309 0.284-0.722 0.458-1.176 0.458-0.028 0-0.057-0.001-0.085-0.002l0.004 0c-0.487-0.008-0.922-0.224-1.222-0.562l-0.002-0.002c-0.277-0.314-0.446-0.729-0.446-1.184 0-0.52 0.222-0.989 0.576-1.316l0.001-0.001 1.64-1.477-1.952-1.946-2.070 1.876v4.73c0 0.003 0 0.006 0 0.010 0 0.974-0.789 1.763-1.763 1.763-0.491 0-0.935-0.201-1.255-0.524l-0-0c-0.324-0.313-0.525-0.752-0.525-1.237 0-0.004 0-0.008 0-0.011v0.001-17.254c0.012-0.973 0.798-1.76 1.77-1.771h0.001z', + 'M27 9.4V5h-7.15v4.4h-7.7V5H5v4.4h3.3v4.4h3.85v4.4h-3.3v4.4H5V27h7.15v-4.4h7.7V27H27v-4.4h-3.85v-4.4h-3.3v-4.4h3.85V9.4z', updates: 'M16 29.333c1.471-0.005 2.662-1.196 2.667-2.666v-0h-5.333c0 0 0 0 0 0.001 0 1.472 1.194 2.666 2.666 2.666 0 0 0 0 0.001 0h-0zM24 21.333v-6.667c0-4.093-2.187-7.52-6-8.427v-0.907c0-1.105-0.895-2-2-2s-2 0.895-2 2v0 0.907c-3.827 0.907-6 4.32-6 8.427v6.667l-1.72 1.72c-0.244 0.242-0.394 0.577-0.394 0.947 0 0.734 0.594 1.33 1.327 1.333h17.56c0.738-0.001 1.336-0.599 1.336-1.337 0-0.368-0.149-0.701-0.389-0.943l0 0z', matchmaking: From c4037d8715fa757cb55e41cac24e4eecaee0f628 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Date: Fri, 9 Jan 2026 11:49:44 -0300 Subject: [PATCH 5/6] refactor: update transferReceiced icon --- src/ions/icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ions/icons.ts b/src/ions/icons.ts index 8755e9d0..6895f76e 100644 --- a/src/ions/icons.ts +++ b/src/ions/icons.ts @@ -22,7 +22,7 @@ const icons: IconsType = { 'M9.92 4.853v12c0.002 0.736 0.598 1.331 1.333 1.333h2.667v9.533c0 0 0 0 0 0.001 0 0.367 0.298 0.665 0.665 0.665 0.245 0 0.458-0.132 0.574-0.329l0.002-0.003 6.92-11.867c0.115-0.193 0.184-0.425 0.184-0.673 0-0.733-0.594-1.327-1.327-1.327-0.001 0-0.002 0-0.004 0h-3.013l3.32-8.867c0.056-0.141 0.088-0.304 0.088-0.475 0-0.732-0.593-1.325-1.325-1.325-0.001 0-0.002 0-0.003 0h-8.746c-0.736 0.002-1.331 0.598-1.333 1.333v0z', flag: 'M19.2 8l-0.32-1.6c-0.127-0.613-0.663-1.067-1.304-1.067-0.001 0-0.002 0-0.003 0h-9.573c-0.736 0.002-1.331 0.598-1.333 1.333v20c-0 0.006-0 0.013-0 0.021 0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333c0-0.007-0-0.015-0-0.022v0.001-8h7.467l0.32 1.6c0.122 0.612 0.654 1.067 1.293 1.067 0.005 0 0.009-0 0.014-0h6.906c0.736-0.002 1.331-0.598 1.333-1.333v-10.667c-0.002-0.736-0.598-1.331-1.333-1.333h-0z', transferReceived: - 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.639-0.838-4.131 0-0.007 0-0.014 0-0.021v0.001c0-0.006-0-0.014-0-0.022 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.026 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.131 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.022 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.030-0h0.002zM21.001 19.119v0l1.673 1.668c0.022 0.022 0.036 0.034 0.049 0.044l0.022 0.016 0.010 0.007 0.013 0.012 0.030 0.023c0.134 0.091 0.299 0.145 0.477 0.145 0.002 0 0.004 0 0.006-0h-0c0.021 0 0.042 0 0.064-0.002 0.211-0.013 0.399-0.105 0.536-0.246l0-0c0.153-0.148 0.249-0.353 0.254-0.581v-0.001c0.001-0.011 0.001-0.024 0.001-0.037 0-0.214-0.083-0.408-0.219-0.552l0 0-0.017-0.018-0.034-0.048-1.591-1.579 0.792-0.714c0.163-0.145 0.27-0.35 0.283-0.581l0-0.002c0.002-0.021 0.003-0.045 0.003-0.069 0-0.212-0.081-0.405-0.213-0.549l0.001 0.001c-0.146-0.165-0.357-0.271-0.592-0.279l-0.001-0c-0.017 0-0.034 0-0.050 0-0.003-0-0.007-0-0.011-0-0.215 0-0.411 0.082-0.558 0.217l-0.863 0.777-0.95-0.943 3.71-3.35c0.040-0.032 0.075-0.067 0.107-0.104l0.001-0.001c0.029-0.030 0.055-0.062 0.079-0.097l0.002-0.003c0.081-0.129 0.128-0.285 0.128-0.453 0-0.21-0.075-0.402-0.199-0.551l0.001 0.001c-0.016-0.018-0.032-0.035-0.049-0.050l-0.001-0c-0.154-0.153-0.363-0.25-0.594-0.259l-0.002-0h-0.013c-0.053 0.006-0.089 0.009-0.115 0.012-0.051 0.002-0.099 0.013-0.142 0.033l0.002-0.001c-0.025 0.009-0.059 0.021-0.107 0.037l-0.066 0.034c-0.031 0.015-0.058 0.031-0.083 0.050l0.001-0.001-0.007 0.004-0.058 0.041-4.866 4.403v-3.757c0-0.001 0-0.002 0-0.004 0-0.236-0.098-0.449-0.256-0.6l-0-0c-0.151-0.157-0.363-0.254-0.597-0.254-0.002 0-0.005 0-0.007 0h0c-0.002-0-0.004-0-0.007-0-0.234 0-0.446 0.097-0.597 0.254l-0 0c-0.157 0.151-0.254 0.363-0.254 0.598 0 0.002 0 0.004 0 0.007v-0 8.36c-0 0.002-0 0.004-0 0.007 0 0.235 0.098 0.446 0.254 0.597l0 0c0.151 0.157 0.363 0.254 0.597 0.254 0.002 0 0.005 0 0.007-0h-0c0.002 0 0.004 0 0.007 0 0.234 0 0.446-0.097 0.597-0.254l0-0c0.158-0.151 0.256-0.364 0.256-0.599 0-0.002 0-0.003 0-0.005v0-2.292l1.003-0.909 0.946 0.943-0.794 0.716c-0.165 0.147-0.271 0.357-0.279 0.592l-0 0.001c-0.001 0.018-0.002 0.039-0.002 0.060 0 0.216 0.083 0.412 0.218 0.56l-0.001-0.001c0.146 0.164 0.357 0.269 0.592 0.273h0.033c0.003 0 0.006 0 0.009 0 0.219 0 0.418-0.084 0.567-0.222l-0.001 0 0.864-0.777z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z', + 'M19.2027 6C20.5758 6.00006 21.8826 6.2891 23.068 6.81025L23.0051 6.78553C24.2182 7.31522 25.2536 8.03825 26.1252 8.9279C26.9997 9.81573 27.7092 10.8716 28.2045 12.0435L28.2287 12.1076C28.7166 13.2504 29 14.5825 29 15.9812V16.0224C28.9999 17.421 28.7161 18.7519 28.2045 19.9593L28.2287 19.8952C27.7087 21.1317 26.9987 22.1871 26.1252 23.0748C25.2535 23.9645 24.2177 24.6881 23.068 25.1925L23.0051 25.2172C21.8849 25.7122 20.5795 26 19.2089 26H19.1829L19.182 25.9991H19.1622C17.789 25.999 16.4823 25.71 15.2968 25.1888L15.3598 25.2136C14.1466 24.6839 13.1113 23.9608 12.2396 23.0712C11.3651 22.1834 10.6556 21.1275 10.1604 19.9556L10.1361 19.8915C9.64827 18.7487 9.36486 17.4166 9.36486 16.0179V15.9785C9.36492 14.5799 9.64871 13.249 10.1604 12.0417L10.1361 12.1057C10.6562 10.8693 11.3661 9.81384 12.2396 8.92607C13.1113 8.03637 14.1471 7.31281 15.2968 6.80842L15.3598 6.7837C16.4808 6.2878 17.7872 6.00005 19.1595 6H19.2027ZM14.5795 13.1861H15.9602V15.0611H17.5711V16.9361H16.1904V18.8112H14.5795V20.6862H17.5711V18.8112H20.7928V20.6862H23.7845V18.8112H22.1736V16.9361H20.7928V15.0611H22.4037V13.1861H23.7845V11.3111H20.7928V13.1861H17.5711V11.3111H14.5795V13.1861Z M8.23851 6.79286C8.85878 6.79303 9.3612 7.30461 9.36396 7.93545V8.17441C9.35281 8.64397 9.07136 9.04459 8.6646 9.22362L8.62056 9.24285C6.15547 10.4532 4.45406 13.0221 4.45406 15.9959V15.9986C4.45406 18.9724 6.15533 21.5409 8.6646 22.7709L8.67179 22.7736C9.07221 22.9546 9.35384 23.3594 9.36396 23.8338V24.0591C9.3566 24.6889 8.85332 25.1968 8.23402 25.1971C8.0565 25.1971 7.88763 25.1565 7.74411 25.0845L7.68298 25.0588C4.32692 23.4735 2.00002 20.0121 2 15.9968C2 12.1069 4.18464 8.73684 7.42679 7.06569L7.74411 6.90913C7.89343 6.83523 8.06162 6.79286 8.23851 6.79286Z', transferSent: 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.64-0.838-4.132 0-0.007 0-0.013 0-0.020v0.001c0-0.006-0-0.014-0-0.021 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.027 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.131 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.022 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.031-0h0.002zM18.737 10.703c-0.736 0.001-1.333 0.597-1.333 1.333v0c0.001 0.736 0.597 1.332 1.333 1.333h2.12l-5.747 5.747c-0.24 0.241-0.388 0.573-0.388 0.94s0.148 0.699 0.389 0.94l-0-0c0.239 0.241 0.571 0.39 0.937 0.39 0.001 0 0.002 0 0.003 0h-0c0.001 0 0.002 0 0.003 0 0.366 0 0.698-0.149 0.937-0.39l5.747-5.747v2.12c0.001 0.736 0.597 1.333 1.333 1.333h0c0.736-0.001 1.333-0.597 1.333-1.333v-5.333c-0.001-0.736-0.597-1.333-1.333-1.333h-0z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z', transferFailed: From 6a5f8c2da195ad7a22e4a36581a90ea6460478f7 Mon Sep 17 00:00:00 2001 From: ickas Date: Fri, 9 Jan 2026 18:23:06 +0000 Subject: [PATCH 6/6] feat: update transferReceived, jury and backer icons --- src/ions/icons.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/ions/icons.ts b/src/ions/icons.ts index 6895f76e..d395b9f4 100644 --- a/src/ions/icons.ts +++ b/src/ions/icons.ts @@ -22,14 +22,14 @@ const icons: IconsType = { 'M9.92 4.853v12c0.002 0.736 0.598 1.331 1.333 1.333h2.667v9.533c0 0 0 0 0 0.001 0 0.367 0.298 0.665 0.665 0.665 0.245 0 0.458-0.132 0.574-0.329l0.002-0.003 6.92-11.867c0.115-0.193 0.184-0.425 0.184-0.673 0-0.733-0.594-1.327-1.327-1.327-0.001 0-0.002 0-0.004 0h-3.013l3.32-8.867c0.056-0.141 0.088-0.304 0.088-0.475 0-0.732-0.593-1.325-1.325-1.325-0.001 0-0.002 0-0.003 0h-8.746c-0.736 0.002-1.331 0.598-1.333 1.333v0z', flag: 'M19.2 8l-0.32-1.6c-0.127-0.613-0.663-1.067-1.304-1.067-0.001 0-0.002 0-0.003 0h-9.573c-0.736 0.002-1.331 0.598-1.333 1.333v20c-0 0.006-0 0.013-0 0.021 0 0.736 0.597 1.333 1.333 1.333s1.333-0.597 1.333-1.333c0-0.007-0-0.015-0-0.022v0.001-8h7.467l0.32 1.6c0.122 0.612 0.654 1.067 1.293 1.067 0.005 0 0.009-0 0.014-0h6.906c0.736-0.002 1.331-0.598 1.333-1.333v-10.667c-0.002-0.736-0.598-1.331-1.333-1.333h-0z', transferReceived: - 'M19.2027 6C20.5758 6.00006 21.8826 6.2891 23.068 6.81025L23.0051 6.78553C24.2182 7.31522 25.2536 8.03825 26.1252 8.9279C26.9997 9.81573 27.7092 10.8716 28.2045 12.0435L28.2287 12.1076C28.7166 13.2504 29 14.5825 29 15.9812V16.0224C28.9999 17.421 28.7161 18.7519 28.2045 19.9593L28.2287 19.8952C27.7087 21.1317 26.9987 22.1871 26.1252 23.0748C25.2535 23.9645 24.2177 24.6881 23.068 25.1925L23.0051 25.2172C21.8849 25.7122 20.5795 26 19.2089 26H19.1829L19.182 25.9991H19.1622C17.789 25.999 16.4823 25.71 15.2968 25.1888L15.3598 25.2136C14.1466 24.6839 13.1113 23.9608 12.2396 23.0712C11.3651 22.1834 10.6556 21.1275 10.1604 19.9556L10.1361 19.8915C9.64827 18.7487 9.36486 17.4166 9.36486 16.0179V15.9785C9.36492 14.5799 9.64871 13.249 10.1604 12.0417L10.1361 12.1057C10.6562 10.8693 11.3661 9.81384 12.2396 8.92607C13.1113 8.03637 14.1471 7.31281 15.2968 6.80842L15.3598 6.7837C16.4808 6.2878 17.7872 6.00005 19.1595 6H19.2027ZM14.5795 13.1861H15.9602V15.0611H17.5711V16.9361H16.1904V18.8112H14.5795V20.6862H17.5711V18.8112H20.7928V20.6862H23.7845V18.8112H22.1736V16.9361H20.7928V15.0611H22.4037V13.1861H23.7845V11.3111H20.7928V13.1861H17.5711V11.3111H14.5795V13.1861Z M8.23851 6.79286C8.85878 6.79303 9.3612 7.30461 9.36396 7.93545V8.17441C9.35281 8.64397 9.07136 9.04459 8.6646 9.22362L8.62056 9.24285C6.15547 10.4532 4.45406 13.0221 4.45406 15.9959V15.9986C4.45406 18.9724 6.15533 21.5409 8.6646 22.7709L8.67179 22.7736C9.07221 22.9546 9.35384 23.3594 9.36396 23.8338V24.0591C9.3566 24.6889 8.85332 25.1968 8.23402 25.1971C8.0565 25.1971 7.88763 25.1565 7.74411 25.0845L7.68298 25.0588C4.32692 23.4735 2.00002 20.0121 2 15.9968C2 12.1069 4.18464 8.73684 7.42679 7.06569L7.74411 6.90913C7.89343 6.83523 8.06162 6.79286 8.23851 6.79286Z', + 'M20.023 5.336c1.492 0 2.912.308 4.2.864l-.069-.026a10.7 10.7 0 0 1 3.39 2.285c.95.947 1.72 2.073 2.259 3.323l.026.069c.53 1.219.838 2.64.838 4.131v.044c0 1.492-.308 2.912-.864 4.2l.026-.069a10.7 10.7 0 0 1-2.285 3.392 10.7 10.7 0 0 1-3.321 2.259l-.069.026a10.4 10.4 0 0 1-4.124.835h-.029L20 26.667h-.021c-1.492 0-2.912-.308-4.2-.864l.069.026a10.7 10.7 0 0 1-3.39-2.285 10.6 10.6 0 0 1-2.259-3.323l-.026-.069a10.4 10.4 0 0 1-.838-4.132v-.04c0-1.492.308-2.912.864-4.2l-.026.069a10.7 10.7 0 0 1 2.285-3.392 10.7 10.7 0 0 1 3.321-2.259l.069-.026a10.4 10.4 0 0 1 4.128-.836zM8.111 6.18c.674 0 1.22.546 1.223 1.218v.255a1.25 1.25 0 0 1-.76 1.118l-.048.022A7.99 7.99 0 0 0 4 15.997V16c0 3.172 1.848 5.912 4.574 7.224l.008.003c.435.193.741.624.752 1.13v.24a1.228 1.228 0 0 1-1.76 1.094l-.066-.027a10.65 10.65 0 0 1-6.174-9.666c0-4.15 2.373-7.744 5.895-9.526l.345-.167c.162-.08.345-.124.537-.124M14 12.4h1.8V14.8h2.1v2.4h-1.8v2.4H14V22h3.9v-2.4h4.2V22H26v-2.4h-2.1v-2.4h-1.8v-2.4h2.1v-2.4H26V10h-3.9v2.4h-4.2V10H14z', transferSent: 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.64-0.838-4.132 0-0.007 0-0.013 0-0.020v0.001c0-0.006-0-0.014-0-0.021 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.027 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.131 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.022 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.031-0h0.002zM18.737 10.703c-0.736 0.001-1.333 0.597-1.333 1.333v0c0.001 0.736 0.597 1.332 1.333 1.333h2.12l-5.747 5.747c-0.24 0.241-0.388 0.573-0.388 0.94s0.148 0.699 0.389 0.94l-0-0c0.239 0.241 0.571 0.39 0.937 0.39 0.001 0 0.002 0 0.003 0h-0c0.001 0 0.002 0 0.003 0 0.366 0 0.698-0.149 0.937-0.39l5.747-5.747v2.12c0.001 0.736 0.597 1.333 1.333 1.333h0c0.736-0.001 1.333-0.597 1.333-1.333v-5.333c-0.001-0.736-0.597-1.333-1.333-1.333h-0z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z', transferFailed: 'M20 26.667c-0.006 0-0.014 0-0.021 0-1.492 0-2.912-0.308-4.2-0.864l0.069 0.026c-1.318-0.565-2.443-1.336-3.39-2.285l-0-0c-0.95-0.947-1.721-2.073-2.259-3.323l-0.026-0.069c-0.53-1.219-0.838-2.639-0.838-4.132 0-0.007 0-0.014 0-0.021v0.001c0-0.006-0-0.014-0-0.021 0-1.492 0.308-2.912 0.864-4.2l-0.026 0.069c0.565-1.319 1.336-2.445 2.285-3.392l0-0c0.947-0.949 2.072-1.721 3.321-2.259l0.069-0.026c1.218-0.529 2.637-0.836 4.128-0.836 0.009 0 0.018 0 0.027 0h-0.001c0.006 0 0.014-0 0.021-0 1.492 0 2.912 0.308 4.2 0.864l-0.069-0.026c1.318 0.565 2.443 1.336 3.39 2.285l0 0c0.95 0.947 1.721 2.073 2.259 3.323l0.026 0.069c0.53 1.219 0.838 2.639 0.838 4.132 0 0.008 0 0.015-0 0.023v-0.001c0 0.006 0 0.014 0 0.021 0 1.492-0.308 2.912-0.864 4.2l0.026-0.069c-0.565 1.319-1.336 2.445-2.285 3.392l-0 0c-0.947 0.949-2.072 1.721-3.321 2.259l-0.069 0.026c-1.217 0.528-2.635 0.835-4.124 0.835-0.010 0-0.020 0-0.030-0h0.002zM20.16 17.886v0l2.828 2.828c0.24 0.24 0.571 0.389 0.937 0.389 0.002 0 0.004 0 0.006 0h-0c0.002 0 0.004 0 0.006 0 0.366 0 0.698-0.149 0.937-0.389l0-0c0.24-0.24 0.389-0.571 0.389-0.937 0-0.002 0-0.004 0-0.006v0c0-0.002 0-0.003 0-0.005 0-0.366-0.149-0.698-0.389-0.937l-2.828-2.828 2.828-2.828c0.24-0.24 0.389-0.571 0.389-0.937 0-0.002 0-0.004 0-0.006v0c0-0.002 0-0.004 0-0.006 0-0.366-0.149-0.698-0.389-0.937l-0-0c-0.24-0.24-0.571-0.389-0.937-0.389-0.002 0-0.004 0-0.006 0h0c-0.002 0-0.004 0-0.006 0-0.366 0-0.698 0.149-0.937 0.389l-2.828 2.828-2.828-2.828c-0.24-0.24-0.571-0.389-0.937-0.389-0.002 0-0.004 0-0.006 0h0c-0.002 0-0.004 0-0.006 0-0.366 0-0.698 0.149-0.937 0.389l-0 0c-0.241 0.242-0.39 0.575-0.39 0.943s0.149 0.701 0.39 0.943l2.828 2.828-2.828 2.828c-0.241 0.241-0.39 0.575-0.39 0.943s0.149 0.701 0.39 0.943l-0-0c0.24 0.24 0.571 0.389 0.937 0.389 0.002 0 0.004 0 0.006 0h-0c0.002 0 0.004 0 0.006 0 0.366 0 0.698-0.149 0.937-0.389l2.828-2.828z M4 16c0-0.001 0-0.002 0-0.003 0-3.172 1.848-5.912 4.526-7.203l0.048-0.021c0.442-0.191 0.748-0.618 0.76-1.119l0-0.002v-0.253c-0.003-0.673-0.549-1.218-1.223-1.218-0.195 0-0.38 0.046-0.544 0.127l0.007-0.003c-3.711 1.718-6.24 5.41-6.24 9.693s2.528 7.975 6.174 9.666l0.066 0.027c0.156 0.077 0.339 0.121 0.532 0.121 0.673 0 1.22-0.542 1.228-1.214v-0.241c-0.011-0.506-0.317-0.937-0.752-1.13l-0.008-0.003c-2.726-1.312-4.573-4.052-4.573-7.224 0-0.001 0-0.002 0-0.003v0z', backer: - 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z', - jury: 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z', + 'M16.006 2.664c7.36 0 13.327 5.967 13.327 13.327v.007c0 7.363-5.97 13.333-13.333 13.333S2.667 23.362 2.667 15.998c0-7.359 5.962-13.326 13.32-13.333zM16 5.331c-5.891 0-10.667 4.776-10.667 10.667S10.109 26.665 16 26.665h.003c5.89 0 10.664-4.775 10.664-10.664v-.003c0-5.89-4.776-10.667-10.667-10.667m5.746 13.333a.672.672 0 0 1 .587 1l-.018.035A7.31 7.31 0 0 1 16 23.331l-.001.001c-2.61-.004-4.898-1.373-6.209-3.463l-.122-.201a.675.675 0 0 1 .585-1.004zM10.95 11.2h2.1V10H15v1.2h-.9v1.2h-1.05v1.2h.9v1.2H15V16h-1.95v-1.2h-2.1V16H9v-1.2h1.05v-1.2h.9v-1.2H9.9v-1.2H9V10h1.95zm8-1.2v1.2h2.1V10H23v1.2h-.9v1.2h-1.05v1.2h.9v1.2H23V16h-1.95v-1.2h-2.1V16H17v-1.2h1.05v-1.2h.9v-1.2H17.9v-1.2H17V10z', + jury: 'M16.006 2.664c7.36 0 13.327 5.967 13.327 13.327v.007c0 7.363-5.97 13.333-13.333 13.333S2.667 23.362 2.667 15.998c0-7.359 5.962-13.326 13.32-13.333zM16 5.331c-5.891 0-10.667 4.776-10.667 10.667S10.109 26.665 16 26.665h.003c5.89 0 10.664-4.775 10.664-10.664v-.003c0-5.89-4.776-10.667-10.667-10.667m5.746 13.333a.672.672 0 0 1 .587 1l-.018.035A7.31 7.31 0 0 1 16 23.331l-.001.001c-2.61-.004-4.898-1.373-6.209-3.463l-.122-.201a.675.675 0 0 1 .585-1.004zM10.95 11.2h2.1V10H15v1.2h-.9v1.2h-1.05v1.2h.9v1.2H15V16h-1.95v-1.2h-2.1V16H9v-1.2h1.05v-1.2h.9v-1.2H9.9v-1.2H9V10h1.95zm8-1.2v1.2h2.1V10H23v1.2h-.9v1.2h-1.05v1.2h.9v1.2H23V16h-1.95v-1.2h-2.1V16H17v-1.2h1.05v-1.2h.9v-1.2H17.9v-1.2H17V10z', addMember: 'M16 26.667l-1.147-1.147c-0.724-0.723-1.172-1.723-1.172-2.827 0-1.117 0.459-2.128 1.198-2.853l0.001-0.001 1.12-1.093c-0.397-0.048-0.86-0.077-1.329-0.080l-0.004-0c-3.56 0-10.667 1.787-10.667 5.333v2.667h12zM14.667 16c0 0 0 0 0 0 2.946 0 5.333-2.388 5.333-5.333s-2.388-5.333-5.333-5.333c-2.946 0-5.333 2.388-5.333 5.333 0 0 0 0 0 0v-0c0 0 0 0.001 0 0.001 0 2.945 2.387 5.332 5.332 5.332 0 0 0.001 0 0.001 0h-0z M21.573 26.373c-0.243 0.241-0.577 0.39-0.947 0.39s-0.704-0.149-0.947-0.39l0 0-2.76-2.787c-0.235-0.238-0.38-0.566-0.38-0.927s0.145-0.689 0.38-0.927l-0 0 0.013-0.014c0.238-0.241 0.568-0.39 0.933-0.39s0.695 0.149 0.933 0.39l1.827 1.827 5.907-5.946c0.24-0.241 0.573-0.39 0.94-0.39s0.7 0.149 0.94 0.39l0.013 0.013c0.235 0.238 0.38 0.566 0.38 0.927s-0.145 0.689-0.38 0.927l0-0-6.853 6.907z', github: @@ -250,9 +250,9 @@ const icons: IconsType = { participants: 'M21.333 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 14.667c2.213 0 3.987-1.787 3.987-4s-1.773-4-3.987-4-4 1.787-4 4 1.787 4 4 4zM10.667 17.333c-3.107 0-9.333 1.56-9.333 4.667v2c0 0.733 0.6 1.333 1.333 1.333h16c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667zM21.333 17.333c-0.387 0-0.827 0.027-1.293 0.067 0.027 0.013 0.040 0.040 0.053 0.053 1.52 1.107 2.573 2.587 2.573 4.547v2c0 0.467-0.093 0.92-0.24 1.333h6.907c0.733 0 1.333-0.6 1.333-1.333v-2c0-3.107-6.227-4.667-9.333-4.667z', backers: - 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z', + 'M16.006 2.664c7.36 0 13.327 5.967 13.327 13.327v.007c0 7.363-5.97 13.333-13.333 13.333S2.667 23.362 2.667 15.998c0-7.359 5.962-13.326 13.32-13.333zM16 5.331c-5.891 0-10.667 4.776-10.667 10.667S10.109 26.665 16 26.665h.003c5.89 0 10.664-4.775 10.664-10.664v-.003c0-5.89-4.776-10.667-10.667-10.667m5.746 13.333a.672.672 0 0 1 .587 1l-.018.035A7.31 7.31 0 0 1 16 23.331l-.001.001c-2.61-.004-4.898-1.373-6.209-3.463l-.122-.201a.675.675 0 0 1 .585-1.004zM10.95 11.2h2.1V10H15v1.2h-.9v1.2h-1.05v1.2h.9v1.2H15V16h-1.95v-1.2h-2.1V16H9v-1.2h1.05v-1.2h.9v-1.2H9.9v-1.2H9V10h1.95zm8-1.2v1.2h2.1V10H23v1.2h-.9v1.2h-1.05v1.2h.9v1.2H23V16h-1.95v-1.2h-2.1V16H17v-1.2h1.05v-1.2h.9v-1.2H17.9v-1.2H17V10z', juries: - 'M15.987 2.667c-7.358 0.007-13.32 5.974-13.32 13.333 0 7.364 5.97 13.333 13.333 13.333s13.333-5.97 13.333-13.333v0c0-0.002 0-0.004 0-0.007 0-7.36-5.967-13.327-13.327-13.327-0.007 0-0.014 0-0.021 0h0.001zM16 26.667c-5.891 0-10.667-4.776-10.667-10.667s4.776-10.667 10.667-10.667c5.891 0 10.667 4.776 10.667 10.667v0c0 0.001 0 0.002 0 0.003 0 5.889-4.774 10.664-10.664 10.664-0.001 0-0.002 0-0.003 0h0zM16 23.333c2.694-0.003 5.047-1.462 6.314-3.632l0.019-0.035c0.054-0.094 0.085-0.208 0.085-0.328 0-0.371-0.301-0.672-0.672-0.672-0 0-0 0-0 0h-11.493c-0.371 0.003-0.67 0.304-0.67 0.675 0 0.119 0.031 0.231 0.085 0.329l-0.002-0.003c1.287 2.205 3.639 3.663 6.333 3.667h0z M18.132 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.224-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.087 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z M9.812 9.592c0.3 0.004 0.542 0.246 0.546 0.545v2.389l3.094-2.799c0.039-0.031 0.084-0.059 0.131-0.080l0.004-0.002c0.067-0.032 0.146-0.051 0.229-0.051 0 0 0.001 0 0.001 0h-0c0.152 0.004 0.288 0.066 0.388 0.165l-0-0c0.011 0.010 0.022 0.021 0.032 0.032l0 0c0.079 0.094 0.126 0.216 0.126 0.349 0 0.107-0.030 0.206-0.083 0.29l0.001-0.002c-0.016 0.024-0.033 0.045-0.051 0.064l0-0c-0.021 0.025-0.043 0.046-0.068 0.066l-0.001 0.001-2.359 2.13 0.604 0.6 0.549-0.494c0.097-0.085 0.225-0.137 0.364-0.137 0.16 0 0.305 0.068 0.406 0.178l0 0c0.084 0.091 0.135 0.214 0.135 0.348 0 0.016-0.001 0.032-0.002 0.047l0-0.002c-0.009 0.148-0.077 0.279-0.18 0.37l-0.001 0-0.504 0.454 1.012 1.004 0.021 0.032 0.011 0.011c0.086 0.092 0.139 0.216 0.139 0.352 0 0.008-0 0.016-0.001 0.023l0-0.001c-0.003 0.145-0.064 0.276-0.16 0.37l-0 0c-0.088 0.090-0.207 0.148-0.34 0.157l-0.002 0c-0.013 0.001-0.028 0.002-0.043 0.002-0.114 0-0.22-0.035-0.307-0.094l0.002 0.001-0.019-0.015-0.009-0.008-0.020-0.014c-0.009-0.007-0.017-0.014-0.032-0.028l-1.064-1.060-0.547 0.49c-0.095 0.087-0.223 0.141-0.363 0.141-0.009 0-0.017-0-0.026-0.001l0.001 0c-0.15-0.003-0.284-0.069-0.377-0.173l-0-0.001c-0.085-0.097-0.138-0.225-0.138-0.365 0-0.16 0.068-0.305 0.178-0.406l0-0 0.505-0.455-0.603-0.597-0.637 0.576v1.458c0 0.301-0.244 0.546-0.546 0.546s-0.546-0.244-0.546-0.546v0-5.315c0.004-0.3 0.245-0.541 0.544-0.546h0z', + 'M16.006 2.664c7.36 0 13.327 5.967 13.327 13.327v.007c0 7.363-5.97 13.333-13.333 13.333S2.667 23.362 2.667 15.998c0-7.359 5.962-13.326 13.32-13.333zM16 5.331c-5.891 0-10.667 4.776-10.667 10.667S10.109 26.665 16 26.665h.003c5.89 0 10.664-4.775 10.664-10.664v-.003c0-5.89-4.776-10.667-10.667-10.667m5.746 13.333a.672.672 0 0 1 .587 1l-.018.035A7.31 7.31 0 0 1 16 23.331l-.001.001c-2.61-.004-4.898-1.373-6.209-3.463l-.122-.201a.675.675 0 0 1 .585-1.004zM10.95 11.2h2.1V10H15v1.2h-.9v1.2h-1.05v1.2h.9v1.2H15V16h-1.95v-1.2h-2.1V16H9v-1.2h1.05v-1.2h.9v-1.2H9.9v-1.2H9V10h1.95zm8-1.2v1.2h2.1V10H23v1.2h-.9v1.2h-1.05v1.2h.9v1.2H23V16h-1.95v-1.2h-2.1V16H17v-1.2h1.05v-1.2h.9v-1.2H17.9v-1.2H17V10z', transactions: 'M27 9.4V5h-7.15v4.4h-7.7V5H5v4.4h3.3v4.4h3.85v4.4h-3.3v4.4H5V27h7.15v-4.4h7.7V27H27v-4.4h-3.85v-4.4h-3.3v-4.4h3.85V9.4z', updates: