-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ebc406
commit 4bb7172
Showing
45 changed files
with
763 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import * as React from 'react'; | ||
import { Ref, forwardRef } from 'react'; | ||
import { QuillSvgProps, sizes } from 'types'; | ||
export const LabelPairedGrid2BoldIcon = ( | ||
{ iconSize = 'md', ...props }: QuillSvgProps, | ||
ref: Ref<SVGSVGElement>, | ||
) => ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
viewBox='0 0 16 24' | ||
{...sizes[iconSize]} | ||
role='img' | ||
ref={ref} | ||
{...props} | ||
> | ||
<g clipPath='url(#a)'> | ||
<path | ||
fillOpacity={0.72} | ||
d='M2.5 6.5v3h3v-3h-3ZM1 6.5c.02-.417.167-.77.438-1.063A1.63 1.63 0 0 1 2.5 5h3c.417.02.77.167 1.063.438.27.291.416.645.437 1.062v3a1.63 1.63 0 0 1-.438 1.063A1.63 1.63 0 0 1 5.5 11h-3a1.63 1.63 0 0 1-1.063-.438A1.63 1.63 0 0 1 1 9.5v-3Zm1.5 8v3h3v-3h-3Zm-1.5 0c.02-.417.167-.77.438-1.063A1.63 1.63 0 0 1 2.5 13h3c.417.02.77.167 1.063.438.27.291.416.645.437 1.062v3a1.63 1.63 0 0 1-.438 1.063A1.63 1.63 0 0 1 5.5 19h-3a1.63 1.63 0 0 1-1.063-.438A1.63 1.63 0 0 1 1 17.5v-3Zm12.5-8h-3v3h3v-3Zm-3-1.5h3c.417.02.77.167 1.063.438.27.291.416.645.437 1.062v3a1.63 1.63 0 0 1-.438 1.063A1.63 1.63 0 0 1 13.5 11h-3a1.63 1.63 0 0 1-1.063-.438A1.63 1.63 0 0 1 9 9.5v-3c.02-.417.167-.77.438-1.063A1.63 1.63 0 0 1 10.5 5Zm0 9.5v3h3v-3h-3Zm-1.5 0c.02-.417.167-.77.438-1.063A1.63 1.63 0 0 1 10.5 13h3c.417.02.77.167 1.063.438.27.291.416.645.437 1.062v3a1.63 1.63 0 0 1-.438 1.063A1.63 1.63 0 0 1 13.5 19h-3a1.63 1.63 0 0 1-1.063-.438A1.63 1.63 0 0 1 9 17.5v-3Z' | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id='a'> | ||
<path d='M0 0h16v24H0z' /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
); | ||
const ForwardRef = forwardRef(LabelPairedGrid2BoldIcon); | ||
export default ForwardRef; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
import * as React from 'react'; | ||
import { Ref, forwardRef } from 'react'; | ||
import { QuillSvgProps, sizes } from 'types'; | ||
export const LabelPairedGrid2RegularIcon = ( | ||
{ iconSize = 'md', ...props }: QuillSvgProps, | ||
ref: Ref<SVGSVGElement>, | ||
) => ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
viewBox='0 0 16 24' | ||
{...sizes[iconSize]} | ||
role='img' | ||
ref={ref} | ||
{...props} | ||
> | ||
<g clipPath='url(#a)'> | ||
<path | ||
fillOpacity={0.72} | ||
d='M2.5 6c-.313.02-.48.188-.5.5v3c.02.313.188.48.5.5h3c.313-.02.48-.188.5-.5v-3c-.02-.313-.188-.48-.5-.5h-3ZM1 6.5c.02-.417.167-.77.438-1.063A1.63 1.63 0 0 1 2.5 5h3c.417.02.77.167 1.063.438.27.291.416.645.437 1.062v3a1.63 1.63 0 0 1-.438 1.063A1.63 1.63 0 0 1 5.5 11h-3a1.63 1.63 0 0 1-1.063-.438A1.63 1.63 0 0 1 1 9.5v-3ZM2.5 14c-.313.02-.48.188-.5.5v3c.02.313.188.48.5.5h3c.313-.02.48-.188.5-.5v-3c-.02-.313-.188-.48-.5-.5h-3Zm-1.5.5c.02-.417.167-.77.438-1.063A1.63 1.63 0 0 1 2.5 13h3c.417.02.77.167 1.063.438.27.291.416.645.437 1.062v3a1.63 1.63 0 0 1-.438 1.063A1.63 1.63 0 0 1 5.5 19h-3a1.63 1.63 0 0 1-1.063-.438A1.63 1.63 0 0 1 1 17.5v-3ZM13.5 6h-3c-.313.02-.48.188-.5.5v3c.02.313.188.48.5.5h3c.313-.02.48-.188.5-.5v-3c-.02-.313-.188-.48-.5-.5Zm-3-1h3c.417.02.77.167 1.063.438.27.291.416.645.437 1.062v3a1.63 1.63 0 0 1-.438 1.063A1.63 1.63 0 0 1 13.5 11h-3a1.63 1.63 0 0 1-1.063-.438A1.63 1.63 0 0 1 9 9.5v-3c.02-.417.167-.77.438-1.063A1.63 1.63 0 0 1 10.5 5Zm0 9c-.313.02-.48.188-.5.5v3c.02.313.188.48.5.5h3c.313-.02.48-.188.5-.5v-3c-.02-.313-.188-.48-.5-.5h-3Zm-1.5.5c.02-.417.167-.77.438-1.063A1.63 1.63 0 0 1 10.5 13h3c.417.02.77.167 1.063.438.27.291.416.645.437 1.062v3a1.63 1.63 0 0 1-.438 1.063A1.63 1.63 0 0 1 13.5 19h-3a1.63 1.63 0 0 1-1.063-.438A1.63 1.63 0 0 1 9 17.5v-3Z' | ||
/> | ||
</g> | ||
<defs> | ||
<clipPath id='a'> | ||
<path d='M0 0h16v24H0z' /> | ||
</clipPath> | ||
</defs> | ||
</svg> | ||
); | ||
const ForwardRef = forwardRef(LabelPairedGrid2RegularIcon); | ||
export default ForwardRef; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import * as React from 'react'; | ||
import { SVGProps, Ref, forwardRef } from 'react'; | ||
const PaymentMethodBnbBlackIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
fill='none' | ||
viewBox='0 0 128 80' | ||
role='img' | ||
ref={ref} | ||
{...props} | ||
> | ||
<path | ||
fill='#000' | ||
d='M13.295 40.004 8.646 44.65 4 40.004l4.646-4.646 4.649 4.646ZM24.577 28.72l7.965 7.965 4.643-4.636-12.61-12.62-12.61 12.62 4.645 4.646 7.967-7.975Zm15.93 6.637-4.647 4.646 4.644 4.646 4.646-4.646-4.644-4.646Zm-15.93 15.928-7.964-7.964-4.649 4.641 12.61 12.608 12.611-12.608-4.646-4.646-7.962 7.97Zm0-6.636 4.646-4.646-4.646-4.646-4.646 4.646 4.646 4.646Zm29.87-15.931h10.48c2.58 0 4.611.71 5.9 1.998a5.177 5.177 0 0 1 1.547 3.837v.063c0 2.549-1.354 3.968-2.966 4.87 2.608 1 4.223 2.515 4.223 5.546v.06c0 4.127-3.352 6.19-8.447 6.19h-10.74l.003-22.564Zm9.415 9.13c2.194 0 3.579-.707 3.579-2.384V35.4c0-1.482-1.161-2.322-3.256-2.322h-4.904v4.763l4.58.008Zm1.322 9.094c2.194 0 3.514-.783 3.514-2.45v-.065c0-1.515-1.127-2.45-3.675-2.45h-5.74v4.957l5.901.008ZM78.53 28.727h4.581l10.576 13.896V28.719h4.9v22.567H94.36L83.43 36.94v14.347h-4.902l.002-22.56Zm26.278 0h10.487c2.58 0 4.612.71 5.901 1.998a5.186 5.186 0 0 1 1.547 3.837v.063c0 2.548-1.354 3.968-2.966 4.87 2.608 1 4.223 2.515 4.223 5.546v.053c0 4.126-3.352 6.19-8.447 6.19h-10.748l.003-22.557Zm9.415 9.13c2.194 0 3.579-.707 3.579-2.384v-.066c0-1.481-1.161-2.321-3.256-2.321h-4.904v4.755l4.581.016Zm1.333 9.078c2.194 0 3.514-.782 3.514-2.45v-.065c0-1.515-1.127-2.45-3.676-2.45h-5.739v4.957l5.901.008Z' | ||
/> | ||
</svg> | ||
); | ||
const ForwardRef = forwardRef(PaymentMethodBnbBlackIcon); | ||
export default ForwardRef; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import * as React from 'react'; | ||
import { SVGProps, Ref, forwardRef } from 'react'; | ||
const PaymentMethodBnbBrandIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
fill='none' | ||
viewBox='0 0 128 80' | ||
role='img' | ||
ref={ref} | ||
{...props} | ||
> | ||
<path | ||
fill='#F0B90B' | ||
d='M13.295 40.004 8.646 44.65 4 40.004l4.646-4.646 4.649 4.646ZM24.577 28.72l7.965 7.965 4.643-4.636-12.61-12.62-12.61 12.62 4.645 4.646 7.967-7.975Zm15.93 6.637-4.647 4.646 4.644 4.646 4.646-4.646-4.644-4.646Zm-15.93 15.928-7.964-7.964-4.649 4.641 12.61 12.608 12.611-12.608-4.646-4.646-7.962 7.97Zm0-6.636 4.646-4.646-4.646-4.646-4.646 4.646 4.646 4.646Zm29.87-15.931h10.48c2.58 0 4.611.71 5.9 1.998a5.177 5.177 0 0 1 1.547 3.837v.063c0 2.549-1.354 3.968-2.966 4.87 2.608 1 4.223 2.515 4.223 5.546v.06c0 4.127-3.352 6.19-8.447 6.19h-10.74l.003-22.564Zm9.415 9.13c2.194 0 3.579-.707 3.579-2.384V35.4c0-1.482-1.161-2.322-3.256-2.322h-4.904v4.763l4.58.008Zm1.322 9.094c2.194 0 3.514-.783 3.514-2.45v-.065c0-1.515-1.127-2.45-3.675-2.45h-5.74v4.957l5.901.008ZM78.53 28.727h4.581l10.576 13.896V28.719h4.9v22.567H94.36L83.43 36.94v14.347h-4.902l.002-22.56Zm26.278 0h10.487c2.58 0 4.612.71 5.901 1.998a5.186 5.186 0 0 1 1.547 3.837v.063c0 2.548-1.354 3.968-2.966 4.87 2.608 1 4.223 2.515 4.223 5.546v.053c0 4.126-3.352 6.19-8.447 6.19h-10.748l.003-22.557Zm9.415 9.13c2.194 0 3.579-.707 3.579-2.384v-.066c0-1.481-1.161-2.321-3.256-2.321h-4.904v4.755l4.581.016Zm1.333 9.078c2.194 0 3.514-.782 3.514-2.45v-.065c0-1.515-1.127-2.45-3.676-2.45h-5.739v4.957l5.901.008Z' | ||
/> | ||
</svg> | ||
); | ||
const ForwardRef = forwardRef(PaymentMethodBnbBrandIcon); | ||
export default ForwardRef; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import * as React from 'react'; | ||
import { SVGProps, Ref, forwardRef } from 'react'; | ||
const PaymentMethodBnbWhiteIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
fill='none' | ||
viewBox='0 0 128 80' | ||
role='img' | ||
ref={ref} | ||
{...props} | ||
> | ||
<path | ||
fill='#fff' | ||
d='M13.295 40.004 8.646 44.65 4 40.004l4.646-4.646 4.649 4.646ZM24.577 28.72l7.965 7.965 4.643-4.636-12.61-12.62-12.61 12.62 4.645 4.646 7.967-7.975Zm15.93 6.637-4.647 4.646 4.644 4.646 4.646-4.646-4.644-4.646Zm-15.93 15.928-7.964-7.964-4.649 4.641 12.61 12.608 12.611-12.608-4.646-4.646-7.962 7.97Zm0-6.636 4.646-4.646-4.646-4.646-4.646 4.646 4.646 4.646Zm29.87-15.931h10.48c2.58 0 4.611.71 5.9 1.998a5.177 5.177 0 0 1 1.547 3.837v.063c0 2.549-1.354 3.968-2.966 4.87 2.608 1 4.223 2.515 4.223 5.546v.06c0 4.127-3.352 6.19-8.447 6.19h-10.74l.003-22.564Zm9.415 9.13c2.194 0 3.579-.707 3.579-2.384V35.4c0-1.482-1.161-2.322-3.256-2.322h-4.904v4.763l4.58.008Zm1.322 9.094c2.194 0 3.514-.783 3.514-2.45v-.065c0-1.515-1.127-2.45-3.675-2.45h-5.74v4.957l5.901.008ZM78.53 28.727h4.581l10.576 13.896V28.719h4.9v22.567H94.36L83.43 36.94v14.347h-4.902l.002-22.56Zm26.278 0h10.487c2.58 0 4.612.71 5.901 1.998a5.186 5.186 0 0 1 1.547 3.837v.063c0 2.548-1.354 3.968-2.966 4.87 2.608 1 4.223 2.515 4.223 5.546v.053c0 4.126-3.352 6.19-8.447 6.19h-10.748l.003-22.557Zm9.415 9.13c2.194 0 3.579-.707 3.579-2.384v-.066c0-1.481-1.161-2.321-3.256-2.321h-4.904v4.755l4.581.016Zm1.333 9.078c2.194 0 3.514-.782 3.514-2.45v-.065c0-1.515-1.127-2.45-3.676-2.45h-5.739v4.957l5.901.008Z' | ||
/> | ||
</svg> | ||
); | ||
const ForwardRef = forwardRef(PaymentMethodBnbWhiteIcon); | ||
export default ForwardRef; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
import * as React from 'react'; | ||
import { SVGProps, Ref, forwardRef } from 'react'; | ||
const PaymentMethodCardanoBlackIcon = (props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => ( | ||
<svg | ||
xmlns='http://www.w3.org/2000/svg' | ||
fill='none' | ||
viewBox='0 0 128 80' | ||
role='img' | ||
ref={ref} | ||
{...props} | ||
> | ||
<g fill='#000'> | ||
<path d='M24.963 20.26c.94-.486 2.082.638 1.578 1.578-.285.755-1.376.973-1.947.386-.587-.554-.402-1.661.37-1.963Zm-10.086 1.091c.57-.235 1.292.286 1.225.907.067.671-.755 1.175-1.343.856-.755-.303-.67-1.544.118-1.763Zm20.643 1.78c-.89-.101-1.024-1.511-.168-1.78.672-.319 1.276.286 1.376.907-.15.537-.604 1.023-1.208.872Zm-18.344 2.5c.957-.604 2.316.302 2.165 1.393-.05 1.108-1.527 1.762-2.366 1.007-.806-.587-.688-1.93.201-2.4Zm14.518.638c.42-1.091 2.148-1.125 2.618-.067.47.822-.118 1.846-.957 2.131-1.124.235-2.199-.99-1.661-2.064Zm-7.956 2.014c-.016-.94.84-1.645 1.746-1.712.587.117 1.242.37 1.493.973.47.823.05 1.964-.805 2.333-.386.218-.856.134-1.276.118-.654-.32-1.208-.94-1.158-1.712Zm-14.97 1.376c.873-.537 2.047.436 1.712 1.376-.185.823-1.276 1.141-1.913.621-.672-.47-.554-1.645.2-1.997Zm32.156 0c.739-.57 1.947.084 1.863 1.007.05.856-1.007 1.494-1.729 1.057-.805-.369-.89-1.61-.134-2.064Zm-12.973 1.678c1.208-.436 2.668.084 3.357 1.175.906 1.326.42 3.34-.99 4.112-1.478.906-3.626.134-4.163-1.51-.62-1.46.285-3.307 1.796-3.777Zm-7.133.151c1.343-.637 3.155-.1 3.81 1.276.772 1.342.168 3.205-1.192 3.91-1.376.772-3.306.185-3.977-1.258-.739-1.393-.084-3.29 1.36-3.928Zm-7.15 2.45c.101-.872.924-1.426 1.746-1.493.89.1 1.594.806 1.695 1.695-.05.89-.755 1.762-1.695 1.762-1.024.084-1.947-.94-1.745-1.963Zm21.114-1.309c1.074-.62 2.55.286 2.5 1.511.067 1.292-1.56 2.215-2.635 1.46-1.107-.638-1.007-2.433.135-2.97Zm-16.867 4.582c1.242-.335 2.685.252 3.29 1.393.67 1.158.402 2.77-.639 3.609-1.342 1.242-3.81.738-4.514-.957-.823-1.544.168-3.642 1.863-4.045Zm13.544 0c1.208-.352 2.634.118 3.289 1.225.856 1.26.453 3.156-.84 3.961-1.342.94-3.423.453-4.178-1.023-.89-1.545.017-3.71 1.729-4.163ZM9.876 38.655c1.074-.403 2.282.788 1.846 1.846-.269.973-1.645 1.342-2.35.62-.839-.67-.52-2.181.504-2.466Zm29.252 1.544c-.033-.89.621-1.679 1.544-1.729.739.117 1.46.705 1.393 1.51.068 1.058-1.208 1.78-2.114 1.293-.42-.218-.638-.655-.823-1.074ZM4.572 39.175c.655-.285 1.46.285 1.31 1.007-.034.822-1.243 1.124-1.679.453-.403-.487-.168-1.225.37-1.46Zm40.934-.017c.453-.319 1.191-.084 1.376.436.302.588-.252 1.377-.906 1.276-.923.1-1.225-1.31-.47-1.712Zm-24.067 3.91c1.712-.436 3.541.974 3.558 2.736.118 1.78-1.695 3.357-3.44 2.937-1.36-.218-2.417-1.527-2.367-2.886-.017-1.293.974-2.501 2.25-2.786Zm6.764 0c1.728-.486 3.625.974 3.591 2.77.084 1.745-1.661 3.272-3.373 2.92-1.611-.201-2.803-1.98-2.35-3.541.235-1.04 1.108-1.897 2.132-2.148Zm-13.04 1.091c1.19-.201 2.332 1.142 1.845 2.266-.352 1.209-2.114 1.544-2.903.554-.923-.957-.235-2.685 1.057-2.82ZM35 44.21c1.074-.452 2.383.47 2.299 1.645.05 1.276-1.578 2.166-2.618 1.41-1.192-.671-.974-2.651.319-3.054Zm5.555 5.556c-.42-.789.336-1.813 1.208-1.678.437 0 .739.335 1.007.62.05.47.151 1.008-.235 1.377-.52.671-1.712.47-1.98-.319ZM8.768 48.322c.806-.537 1.98.268 1.796 1.208-.101.84-1.158 1.31-1.846.84-.756-.437-.722-1.662.05-2.048Zm15.994 1.745c1.057-.47 2.417.453 2.316 1.628.084 1.292-1.594 2.182-2.635 1.41-1.141-.671-.956-2.618.32-3.038Zm-7.401 1.729c.906-.47 2.114.352 2.03 1.36.034.822-.788 1.543-1.594 1.409-.671-.017-1.124-.621-1.343-1.209 0-.62.27-1.325.907-1.56Zm15.02.017c.924-.571 2.25.251 2.166 1.325.016 1.125-1.477 1.846-2.333 1.108-.856-.57-.739-1.964.168-2.434Zm2.602 6.46c-.42-.62.067-1.375.738-1.526.538.117 1.108.52.99 1.14-.066.857-1.308 1.109-1.728.387Zm-20.727-.553c.168-.503.57-.99 1.141-.856.856.067 1.108 1.343.353 1.746-.655.453-1.444-.168-1.494-.89Zm10.003.57c.168-.738 1.107-1.09 1.745-.704.42.184.537.638.638 1.04-.05.202-.1.403-.151.621-.252.302-.588.605-1.007.605-.806.083-1.528-.806-1.225-1.561Z' /> | ||
<path | ||
fillRule='evenodd' | ||
d='m60.191 36.708-1.477 1.896a2.664 2.664 0 0 0-2.316-1.309c-2.433-.067-3.138 3.206-1.661 4.515 1.241 1.124 2.735 1.007 4.027-.47l1.477 1.728c-1.007 1.477-3.86 1.897-5.404 1.544-2.316-.537-3.44-2.248-3.44-4.447 0-2.434 1.728-4.8 4.514-4.867 1.544 0 3.139.352 4.33 1.477l-.05-.067Zm14.601.587v2.786c1.125 0 3.088.302 3.139-1.36.017-1.778-1.947-1.359-3.139-1.426Zm-2.366-2.014h4.028c2.786.067 3.86 1.662 3.91 3.323.067 1.074-.42 2.199-1.544 2.97l1.964 3.089H77.93c-.235-.42-1.192-2.5-1.595-2.669-.47-.184-1.007-.117-1.477-.117v2.786h-2.433V35.28Zm9.969.118c1.662 0 3.323-.068 4.984.117 1.007.118 2.014.47 2.786 1.125a4.005 4.005 0 0 1 1.36 2.55c.117 1.125 0 2.317-.655 3.324-.705 1.074-1.963 1.779-3.255 1.896-1.73.235-3.441.118-5.22.118V35.33v.068Zm2.551 1.846v5.454c.705 0 1.427.118 2.131-.117.89-.235 1.544-.823 1.73-1.662.234-1.074.117-2.433-.84-3.138-.89-.671-2.014-.537-3.021-.537ZM96.04 35.28h2.5l3.911 9.382h-2.853l-.47-1.78H95.15l-.587 1.73-2.736.067 4.095-9.382h.118v-.017Zm-.168 5.807h2.668l-1.36-3.138-1.308 3.138Zm8.123-5.807h1.963l3.911 5.17.067-5.17h2.316l.067 9.382h-1.964l-4.027-5.102.067 5.102h-2.367l.067-9.432-.1.05Zm15.138 0c2.668 0 4.867 2.132 4.867 4.75s-2.199 4.75-4.867 4.75c-2.669 0-4.867-2.132-4.867-4.75s2.198-4.75 4.867-4.75Zm0 2.199c1.426 0 2.551 1.124 2.551 2.5 0 1.36-1.125 2.501-2.551 2.501-1.427 0-2.551-1.124-2.551-2.5 0-1.377 1.124-2.501 2.551-2.501ZM64.639 35.28h2.5l3.91 9.382h-2.852l-.47-1.78h-3.978l-.587 1.73-2.736.067 4.095-9.382h.118v-.017Zm-.168 5.807h2.668l-1.36-3.138-1.308 3.138Z' | ||
clipRule='evenodd' | ||
/> | ||
</g> | ||
</svg> | ||
); | ||
const ForwardRef = forwardRef(PaymentMethodCardanoBlackIcon); | ||
export default ForwardRef; |
Oops, something went wrong.