Skip to content

Commit

Permalink
fix: accounts combination icons export
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Jul 25, 2024
1 parent 1de4c5b commit 019593e
Show file tree
Hide file tree
Showing 4,513 changed files with 5,678 additions and 5,143 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions scripts/figma.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ const filterComponent: ComponentFilter = (component) => {

// pages with sm/md/lg/xl sizes we get only md icons
const splits = component.name.split('/');

if (component.name.includes('accounts') && splits.length == 2) {
return true;
}
if (!splits[1].includes('md')) {
return false;
}
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDerivAccountDarkIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDerivAccountDarkIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#5c8517315aaf23f6b1a9ff72a23a87d3__a)'>
<g clipPath='url(#47d1db8bbe59041aff8dfcfecac463c1__a)'>
<path fill='#fff' d='M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z' />
<path
fill='#EF8933'
Expand All @@ -44,7 +44,7 @@ export const AccountsDerivAccountDarkIcon = (
/>
</g>
<defs>
<clipPath id='5c8517315aaf23f6b1a9ff72a23a87d3__a'>
<clipPath id='47d1db8bbe59041aff8dfcfecac463c1__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDerivAccountLightIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDerivAccountLightIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#e7583b4005fcabb0e517c4161643e7aa__a)'>
<g clipPath='url(#4b028b979f711157cee3bda9ba07ca96__a)'>
<path
fill='#414652'
d='M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'
Expand All @@ -47,7 +47,7 @@ export const AccountsDerivAccountLightIcon = (
/>
</g>
<defs>
<clipPath id='e7583b4005fcabb0e517c4161643e7aa__a'>
<clipPath id='4b028b979f711157cee3bda9ba07ca96__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDerivXIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDerivXIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#b83851344c11c75ba57a889661fc1484__a)'>
<g clipPath='url(#62caa8ea98a81a7a0cd35f6f5073ded8__a)'>
<path
fill='#FF444F'
d='M0 6a6 6 0 0 1 6-6h20a6 6 0 0 1 6 6v20a6 6 0 0 1-6 6H6a6 6 0 0 1-6-6z'
Expand All @@ -39,7 +39,7 @@ export const AccountsDerivXIcon = (
/>
</g>
<defs>
<clipPath id='b83851344c11c75ba57a889661fc1484__a'>
<clipPath id='62caa8ea98a81a7a0cd35f6f5073ded8__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDmt5CfdsIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDmt5CfdsIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#5bc9d9f7096d4788020cf568fc3d423d__a)'>
<g clipPath='url(#b15093a570683d0e6e01204cc302923b__a)'>
<path fill='#0364B9' d='M26 0H6a6 6 0 0 0-6 6v17.5h32V6a6 6 0 0 0-6-6' />
<path
fill='#0A559E'
Expand All @@ -33,7 +33,7 @@ export const AccountsDmt5CfdsIcon = (
/>
</g>
<defs>
<clipPath id='5bc9d9f7096d4788020cf568fc3d423d__a'>
<clipPath id='b15093a570683d0e6e01204cc302923b__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDmt5DerivedIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDmt5DerivedIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#a2badde160628c767f8a648dabb93ce7__a)'>
<g clipPath='url(#289c5700b8002287bfecb6be3c45995a__a)'>
<path fill='#0364B9' d='M26 0H6a6 6 0 0 0-6 6v17.5h32V6a6 6 0 0 0-6-6' />
<path
fill='#0A559E'
Expand All @@ -33,7 +33,7 @@ export const AccountsDmt5DerivedIcon = (
/>
</g>
<defs>
<clipPath id='a2badde160628c767f8a648dabb93ce7__a'>
<clipPath id='289c5700b8002287bfecb6be3c45995a__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDmt5FinancialIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDmt5FinancialIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#b8910b51806408ff66a3379fd4875770__a)'>
<g clipPath='url(#771378c6b5cc52500fd781505917d1a8__a)'>
<path fill='#0364B9' d='M26 0H6a6 6 0 0 0-6 6v17.5h32V6a6 6 0 0 0-6-6' />
<path
fill='#0A559E'
Expand All @@ -33,7 +33,7 @@ export const AccountsDmt5FinancialIcon = (
/>
</g>
<defs>
<clipPath id='b8910b51806408ff66a3379fd4875770__a'>
<clipPath id='771378c6b5cc52500fd781505917d1a8__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDmt5StandardIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDmt5StandardIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#cbc37b9a2091780851f3064d81edf723__a)'>
<g clipPath='url(#20bec7c1f31bd8fda9637dedb5d53bd2__a)'>
<path fill='#0364B9' d='M26 0H6a6 6 0 0 0-6 6v17.5h32V6a6 6 0 0 0-6-6' />
<path
fill='#0A559E'
Expand All @@ -33,7 +33,7 @@ export const AccountsDmt5StandardIcon = (
/>
</g>
<defs>
<clipPath id='cbc37b9a2091780851f3064d81edf723__a'>
<clipPath id='20bec7c1f31bd8fda9637dedb5d53bd2__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDmt5SwfIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDmt5SwfIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#0f46a4c40216139fd0a6b6533c05c472__a)'>
<g clipPath='url(#dcdf27ce8c8e91ebb51109f9a3096387__a)'>
<path fill='#0364B9' d='M26 0H6a6 6 0 0 0-6 6v17.5h32V6a6 6 0 0 0-6-6' />
<path
fill='#0A559E'
Expand All @@ -33,7 +33,7 @@ export const AccountsDmt5SwfIcon = (
/>
</g>
<defs>
<clipPath id='0f46a4c40216139fd0a6b6533c05c472__a'>
<clipPath id='dcdf27ce8c8e91ebb51109f9a3096387__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
4 changes: 2 additions & 2 deletions src/react/Accounts/AccountsDmt5ZrsIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const AccountsDmt5ZrsIcon = (
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g clipPath='url(#f21d08a5dd763d98f5fd954883fc5b7e__a)'>
<g clipPath='url(#eee19c3a3f557c2274eda41930062876__a)'>
<path fill='#0364B9' d='M26 0H6a6 6 0 0 0-6 6v17.5h32V6a6 6 0 0 0-6-6' />
<path
fill='#0A559E'
Expand All @@ -33,7 +33,7 @@ export const AccountsDmt5ZrsIcon = (
/>
</g>
<defs>
<clipPath id='f21d08a5dd763d98f5fd954883fc5b7e__a'>
<clipPath id='eee19c3a3f557c2274eda41930062876__a'>
<path fill='#fff' d='M0 0h32v32H0z' />
</clipPath>
</defs>
Expand Down
51 changes: 51 additions & 0 deletions src/react/Accounts/AccountsMt5StandardBviLightIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
import * as React from 'react';
import { Ref, forwardRef } from 'react';
import { QuillSvgProps, sizes } from '../../types';
interface SVGRProps {
title?: string;
titleId?: string;
}
export const AccountsMt5StandardBviLightIcon = (
{ iconSize = 'md', title, titleId, ...props }: QuillSvgProps & SVGRProps,
ref: Ref<SVGSVGElement>,
) => (
<svg
xmlns='http://www.w3.org/2000/svg'
fill='none'
viewBox='0 0 48 48'
{...sizes[iconSize]}
role='img'
ref={ref}
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path
fill='#0364B9'
d='M31.5 7.952h-15a4.5 4.5 0 0 0-4.5 4.5v13.125h24V12.452a4.5 4.5 0 0 0-4.5-4.5'
/>
<path
fill='#0A559E'
d='M16.5 7.952a4.5 4.5 0 0 0-4.5 4.5v.13l22.436-3.541a4.48 4.48 0 0 0-2.936-1.09zM36 12.452c0-1.129-.415-2.16-1.101-2.95l-2.947 16.074H36z'
/>
<path fill='#2A3052' d='M12 25.202h24v2.25a4.5 4.5 0 0 1-4.5 4.5h-15a4.5 4.5 0 0 1-4.5-4.5z' />
<path
fill='#fff'
d='M17.51 15.215q.16.297.368.738.216.432.442.945.232.503.459 1.035l.422.999.424-1q.225-.53.45-1.034.234-.513.44-.945.217-.441.378-.738h1.279q.09.621.162 1.395.08.765.134 1.602.065.828.108 1.665.055.837.09 1.575H21.3q-.028-.909-.072-1.98a53 53 0 0 0-.136-2.16q-.161.377-.36.837l-.396.918a82 82 0 0 1-.675 1.593h-.98l-.306-.711-.378-.882a60 60 0 0 0-.387-.918q-.2-.459-.36-.837-.09 1.089-.136 2.16-.044 1.071-.072 1.98h-1.367q.035-.738.08-1.575l.109-1.665q.063-.837.135-1.602.08-.774.17-1.395zM28.019 15.215v1.197h-1.881v5.04h-1.404v-5.04h-1.881v-1.197zM30.991 19.616a.9.9 0 0 0-.117-.46q-.117-.206-.405-.341a2.9 2.9 0 0 0-.774-.207 9 9 0 0 0-1.224-.072q.099-.837.162-1.701t.1-1.62h3.374v1.125h-2.25a19 19 0 0 1-.045.63 9 9 0 0 1-.045.522q1.314.09 1.935.62.63.523.63 1.459 0 .432-.153.8a1.7 1.7 0 0 1-.459.64q-.306.27-.774.423a3.4 3.4 0 0 1-1.08.153q-.243 0-.513-.036a5 5 0 0 1-.513-.081 6 6 0 0 1-.44-.1 1.7 1.7 0 0 1-.307-.107l.243-1.107q.225.099.594.198.369.09.882.09.621 0 .9-.243.28-.252.28-.585M20.904 29.606q.149 0 .243-.023a.5.5 0 0 0 .157-.067.24.24 0 0 0 .081-.104.4.4 0 0 0 .023-.13q0-.153-.144-.253-.144-.103-.495-.22a4 4 0 0 1-.306-.122 1.2 1.2 0 0 1-.275-.175.9.9 0 0 1-.198-.256.8.8 0 0 1-.076-.37q0-.215.08-.386a.8.8 0 0 1 .23-.297q.15-.122.36-.185.212-.067.477-.067a1.94 1.94 0 0 1 .923.215l-.203.554a2 2 0 0 0-.292-.117 1.2 1.2 0 0 0-.383-.054q-.252 0-.364.072-.108.068-.108.212 0 .085.04.144a.4.4 0 0 0 .113.107q.076.045.17.086.1.037.217.076.243.09.423.18.18.086.297.203.12.117.18.274.058.159.058.383 0 .436-.306.68-.306.238-.922.238-.207 0-.374-.027a1.864 1.864 0 0 1-.518-.135 2 2 0 0 1-.152-.076l.198-.559q.14.078.342.14.207.058.504.058M24.898 27.023v.598h-.94v2.52h-.703v-2.52h-.94v-.598zM26.05 29.57l.113.008h.158q.526 0 .778-.265.257-.265.257-.733 0-.49-.243-.743-.243-.252-.77-.252a3 3 0 0 0-.148.005 1 1 0 0 0-.144.009zm2.03-.99q0 .405-.126.706a1.3 1.3 0 0 1-.36.5q-.23.197-.562.296a2.6 2.6 0 0 1-.747.1q-.189 0-.441-.018a3.4 3.4 0 0 1-.495-.064v-3.037q.243-.046.504-.058.265-.018.454-.018.4 0 .725.09.328.09.562.283.234.194.36.495t.126.724'
/>
<path
fill='#333'
d='M9.01 46.048q-.736 0-1.248-.248a2.9 2.9 0 0 1-.872-.656l.8-.808q.568.64 1.4.64.448 0 .664-.184a.61.61 0 0 0 .216-.488.57.57 0 0 0-.128-.384q-.128-.161-.52-.216l-.552-.072q-.888-.113-1.304-.536-.408-.425-.408-1.128 0-.376.144-.688t.408-.536q.272-.225.656-.344.391-.129.888-.128.632 0 1.112.2t.824.584l-.808.816a1.6 1.6 0 0 0-.488-.376q-.28-.153-.712-.152-.408 0-.608.144a.47.47 0 0 0-.2.4q0 .288.152.416.16.127.512.184l.552.088q.864.135 1.28.536.416.39.416 1.12 0 .4-.144.736a1.56 1.56 0 0 1-.424.576q-.272.24-.68.376a3.1 3.1 0 0 1-.928.128M13.563 45.952q-.616 0-.936-.312-.312-.312-.312-.912v-2.056h-.592v-.92h.296q.24 0 .328-.112a.56.56 0 0 0 .088-.336v-.688h1.064v1.136h.832v.92h-.832v2.36h.768v.92zM18.258 45.952a.76.76 0 0 1-.537-.2.93.93 0 0 1-.264-.536h-.047a.99.99 0 0 1-.425.624q-.328.208-.808.208-.63 0-.967-.336t-.337-.888q0-.664.48-.984.489-.329 1.32-.328h.665v-.264q0-.305-.16-.48-.16-.184-.537-.184-.35 0-.56.152a1.5 1.5 0 0 0-.343.344l-.704-.624q.255-.377.64-.584.39-.216 1.056-.216.896 0 1.343.392.449.39.448 1.144v1.84h.392v.92zm-1.64-.728a.94.94 0 0 0 .504-.128q.215-.128.215-.416v-.496h-.575q-.697 0-.697.472v.12q0 .231.144.344.145.104.409.104M19.708 45.952v-4.2h1.184v.712h.048q.112-.329.392-.568.28-.24.776-.24.649 0 .976.432.336.431.336 1.232v2.632h-1.184v-2.536q0-.408-.128-.6-.128-.2-.456-.2a1 1 0 0 0-.28.04.7.7 0 0 0-.248.112.6.6 0 0 0-.168.2.5.5 0 0 0-.064.264v2.72zM27.05 45.248h-.04a1.1 1.1 0 0 1-.152.32q-.105.143-.256.256-.144.103-.336.16-.184.064-.384.064-.8 0-1.208-.56-.408-.57-.408-1.64 0-1.073.408-1.632.408-.56 1.208-.56.408 0 .72.224.32.223.408.576h.04v-2.424h1.184v5.92H27.05zm-.776-.16a.9.9 0 0 0 .552-.16.54.54 0 0 0 .224-.456v-1.24a.52.52 0 0 0-.224-.448.87.87 0 0 0-.552-.168q-.336 0-.56.24-.216.231-.216.632v.728q0 .4.216.64.224.231.56.232M32.445 45.952a.76.76 0 0 1-.536-.2.93.93 0 0 1-.264-.536h-.048a.99.99 0 0 1-.424.624q-.328.208-.808.208-.632 0-.968-.336t-.336-.888q0-.664.48-.984.488-.329 1.32-.328h.664v-.264q0-.305-.16-.48-.16-.184-.536-.184-.352 0-.56.152a1.5 1.5 0 0 0-.344.344l-.704-.624q.255-.377.64-.584.391-.216 1.056-.216.895 0 1.344.392.448.39.448 1.144v1.84h.392v.92zm-1.64-.728a.94.94 0 0 0 .504-.128q.216-.128.216-.416v-.496h-.576q-.696 0-.696.472v.12q0 .231.144.344.144.104.408.104M33.896 45.952v-4.2h1.184v.912h.04a1.24 1.24 0 0 1 .32-.632 1 1 0 0 1 .32-.2q.183-.08.432-.08h.208v1.104h-.296q-.52 0-.776.136-.248.135-.248.504v2.456zM39.675 45.248h-.04a1.1 1.1 0 0 1-.152.32q-.105.143-.256.256-.144.103-.336.16-.184.064-.384.064-.8 0-1.208-.56-.408-.57-.408-1.64 0-1.073.408-1.632.408-.56 1.208-.56.408 0 .72.224.32.223.408.576h.04v-2.424h1.184v5.92h-1.184zm-.776-.16a.9.9 0 0 0 .552-.16.54.54 0 0 0 .224-.456v-1.24a.52.52 0 0 0-.224-.448.87.87 0 0 0-.552-.168q-.335 0-.56.24-.216.231-.216.632v.728q0 .4.216.64.224.231.56.232'
/>
<path
fill='#4BB4B3'
d='M38.884 1.952h-9.768c-.296 0-.58.117-.79.326-.208.208-.326.49-.326.785v7.778c0 .295.118.578.327.786s.493.325.79.325h9.767A1.109 1.109 0 0 0 40 10.841V3.063c0-.294-.118-.577-.327-.785a1.12 1.12 0 0 0-.79-.326'
/>
<path
fill='#fff'
d='M29.546 5.297h1.892q.486 0 .753.272.273.272.274.722 0 .222-.062.378a.7.7 0 0 1-.156.256.6.6 0 0 1-.229.15 1 1 0 0 1-.279.05v.033a.92.92 0 0 1 .575.211.8.8 0 0 1 .212.278.9.9 0 0 1 .09.422 1.2 1.2 0 0 1-.285.783q-.135.15-.318.24a1 1 0 0 1-.402.083h-2.065zm.848 3.166h.977a.37.37 0 0 0 .262-.088q.1-.094.1-.262v-.188q0-.168-.1-.256a.36.36 0 0 0-.262-.094h-.977zm0-1.577h.843a.36.36 0 0 0 .262-.095.35.35 0 0 0 .095-.26v-.168a.35.35 0 0 0-.095-.26.36.36 0 0 0-.262-.095h-.843zm3.62 2.289L32.76 5.297h.86l.58 1.86.307 1.218h.016l.296-1.217.58-1.861h.832l-1.267 3.878zm2.576 0v-.673h.502V5.97h-.502v-.672h1.853v.672h-.503v2.533h.503v.673z'
/>
</svg>
);
const ForwardRef = forwardRef(AccountsMt5StandardBviLightIcon);
export default ForwardRef;
54 changes: 54 additions & 0 deletions src/react/Accounts/AccountsMt5StandardFinancialBviLightIcon.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
import * as React from 'react';
import { Ref, forwardRef } from 'react';
import { QuillSvgProps, sizes } from '../../types';
interface SVGRProps {
title?: string;
titleId?: string;
}
export const AccountsMt5StandardFinancialBviLightIcon = (
{ iconSize = 'md', title, titleId, ...props }: QuillSvgProps & SVGRProps,
ref: Ref<SVGSVGElement>,
) => (
<svg
xmlns='http://www.w3.org/2000/svg'
fill='none'
viewBox='0 0 48 32'
{...sizes[iconSize]}
role='img'
ref={ref}
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<path fill='#0364B9' d='M33 7H18a4.5 4.5 0 0 0-4.5 4.5v13.125h24V11.5A4.5 4.5 0 0 0 33 7' />
<path
fill='#0A559E'
d='M18 7a4.5 4.5 0 0 0-4.5 4.5v.13l22.436-3.54A4.48 4.48 0 0 0 33 7zM37.5 11.5c0-1.128-.415-2.16-1.101-2.95l-2.947 16.075H37.5z'
/>
<path fill='#2A3052' d='M13.5 24.25h24v2.25A4.5 4.5 0 0 1 33 31H18a4.5 4.5 0 0 1-4.5-4.5z' />
<path
fill='#fff'
d='M19.01 14.263q.161.297.369.738.215.432.44.945.235.504.46 1.035l.423.999.423-.999q.225-.531.45-1.035.234-.513.44-.945.216-.441.379-.738h1.278q.09.621.162 1.395.081.765.135 1.602.063.828.108 1.665.054.837.09 1.575h-1.368q-.027-.909-.072-1.98a54 54 0 0 0-.135-2.16l-.36.837-.396.918a82 82 0 0 1-.675 1.593h-.981l-.306-.711-.378-.882a60 60 0 0 0-.387-.918l-.36-.837q-.09 1.089-.135 2.16t-.072 1.98h-1.368q.035-.738.08-1.575l.109-1.665q.063-.837.135-1.602.08-.774.17-1.395zM29.519 14.263v1.197h-1.881v5.04h-1.404v-5.04h-1.881v-1.197zM32.491 18.664a.9.9 0 0 0-.117-.459q-.117-.207-.405-.342a2.9 2.9 0 0 0-.774-.207 9 9 0 0 0-1.224-.072q.099-.837.162-1.701t.1-1.62h3.374v1.125h-2.25a19 19 0 0 1-.045.63 9 9 0 0 1-.045.522q1.314.09 1.935.621.63.522.63 1.458 0 .432-.153.801a1.7 1.7 0 0 1-.459.639q-.306.27-.774.423a3.4 3.4 0 0 1-1.08.153q-.243 0-.513-.036a5 5 0 0 1-.513-.081 6 6 0 0 1-.44-.099 1.7 1.7 0 0 1-.307-.108l.243-1.107q.225.099.594.198.369.09.882.09.621 0 .9-.243.28-.252.28-.585M22.404 28.654q.148 0 .243-.023a.5.5 0 0 0 .157-.067.24.24 0 0 0 .081-.104.4.4 0 0 0 .023-.13q0-.153-.144-.252-.144-.103-.495-.22a4 4 0 0 1-.306-.122 1.2 1.2 0 0 1-.275-.175.9.9 0 0 1-.198-.257.8.8 0 0 1-.076-.369q0-.216.08-.387a.8.8 0 0 1 .23-.297q.15-.122.36-.184.211-.069.477-.068a1.94 1.94 0 0 1 .923.216l-.203.553a2 2 0 0 0-.292-.117 1.2 1.2 0 0 0-.383-.053q-.252 0-.364.072-.108.067-.108.211 0 .085.04.144a.4.4 0 0 0 .113.108q.076.046.17.085l.217.077q.243.09.423.18.18.085.297.202.12.118.18.275.058.157.058.382 0 .437-.306.68-.306.239-.922.239-.207 0-.374-.027a1.864 1.864 0 0 1-.518-.135 2 2 0 0 1-.152-.077l.198-.558q.14.077.342.14.207.057.504.058M26.398 26.071v.598h-.94v2.52h-.703v-2.52h-.94v-.598zM27.55 28.618l.113.009h.158q.526 0 .778-.265.257-.266.257-.734 0-.491-.243-.742-.243-.252-.77-.252a3 3 0 0 0-.148.004 1 1 0 0 0-.144.009zm2.03-.99q0 .406-.126.706a1.3 1.3 0 0 1-.36.5q-.23.198-.562.297a2.6 2.6 0 0 1-.747.099q-.189 0-.441-.018a3.4 3.4 0 0 1-.495-.063v-3.038q.243-.045.504-.058.265-.018.454-.018.4 0 .725.09.328.09.562.284t.36.495q.126.3.126.724'
/>
<path fill='#0364B9' d='M22 1H7a4.5 4.5 0 0 0-4.5 4.5v13.125h24V5.5A4.5 4.5 0 0 0 22 1' />
<path
fill='#0A559E'
d='M7 1a4.5 4.5 0 0 0-4.5 4.5v.13l22.436-3.54A4.48 4.48 0 0 0 22 1zM26.5 5.5c0-1.128-.415-2.16-1.101-2.95l-2.947 16.075H26.5z'
/>
<path fill='#71BD0E' d='M2.5 18.25h24v2.25A4.5 4.5 0 0 1 22 25H7a4.5 4.5 0 0 1-4.5-4.5z' />
<path
fill='#fff'
d='M8.007 8.263q.161.297.369.738.215.432.44.945.235.504.46 1.035l.423.999.423-.999q.225-.531.45-1.035.234-.513.44-.945.216-.441.379-.738h1.278q.09.621.162 1.395.081.765.135 1.602.063.828.108 1.665.054.837.09 1.575h-1.368q-.027-.909-.072-1.98a54 54 0 0 0-.135-2.16l-.36.837-.396.918a82 82 0 0 1-.675 1.593h-.981l-.306-.711-.378-.882a60 60 0 0 0-.387-.918l-.36-.837q-.09 1.089-.135 2.16t-.072 1.98H6.17q.036-.738.08-1.575l.109-1.665q.063-.837.135-1.602.08-.774.17-1.395zM18.516 8.263V9.46h-1.881v5.04H15.23V9.46H13.35V8.263zM21.488 12.664a.9.9 0 0 0-.117-.459q-.117-.207-.405-.342a2.9 2.9 0 0 0-.774-.207 9 9 0 0 0-1.224-.072q.099-.837.162-1.701t.1-1.62h3.374v1.125h-2.25a19 19 0 0 1-.045.63 9 9 0 0 1-.045.522q1.314.09 1.935.621.63.522.63 1.458 0 .432-.153.801a1.7 1.7 0 0 1-.459.639q-.306.27-.774.423a3.4 3.4 0 0 1-1.08.153q-.243 0-.513-.036a5 5 0 0 1-.513-.081 6 6 0 0 1-.44-.099 1.7 1.7 0 0 1-.307-.108l.243-1.107q.225.099.594.198.369.09.882.09.621 0 .9-.243.28-.252.28-.585M11.155 23.184v-3.118h2.088v.59h-1.386v.652h1.233v.59h-1.233v1.286zM13.74 20.066h.701v3.118h-.702zM17.255 23.184q-.3-.536-.652-1.057a11 11 0 0 0-.747-.986v2.043h-.693v-3.118h.571q.15.148.329.364t.364.464q.189.243.374.508.184.261.346.504v-1.84h.698v3.118z'
/>
<path
fill='#4BB4B3'
d='M44.384 20h-9.768c-.296 0-.58.117-.789.325s-.327.491-.327.786v7.778c0 .295.118.577.327.786.21.208.493.325.79.325h9.767c.296 0 .58-.117.789-.325s.327-.491.327-.786V21.11c0-.295-.118-.577-.327-.786a1.12 1.12 0 0 0-.79-.325'
/>
<path
fill='#fff'
d='M35.046 23.344h1.892q.486 0 .753.273.274.272.274.722 0 .222-.062.378a.7.7 0 0 1-.156.255.6.6 0 0 1-.229.15 1 1 0 0 1-.279.05v.034a.92.92 0 0 1 .575.21q.128.106.212.278a.9.9 0 0 1 .09.423 1.2 1.2 0 0 1-.285.783q-.135.15-.318.239a1 1 0 0 1-.402.083h-2.065zm.848 3.167h.977q.167 0 .262-.089.1-.095.1-.26v-.19q0-.166-.1-.255a.36.36 0 0 0-.262-.095h-.977zm0-1.578h.843a.36.36 0 0 0 .262-.094.35.35 0 0 0 .095-.261v-.167A.35.35 0 0 0 37 24.15a.36.36 0 0 0-.262-.095h-.843zm3.62 2.29-1.255-3.879h.86l.58 1.861.307 1.217h.016l.296-1.216.58-1.862h.832l-1.267 3.878zm2.576 0v-.673h.502v-2.533h-.502v-.673h1.853v.673h-.502v2.533h.502v.672z'
/>
</svg>
);
const ForwardRef = forwardRef(AccountsMt5StandardFinancialBviLightIcon);
export default ForwardRef;
Loading

0 comments on commit 019593e

Please sign in to comment.