@deriv/quill-icons 2.7.1 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/dist/react/Currencies/CurrencyP2pUsdIcon.d.ts +10 -0
  2. package/dist/react/Currencies/CurrencyP2pUsdIcon.js +19 -0
  3. package/dist/react/Currencies/index.d.ts +1 -0
  4. package/dist/react/Currencies/index.js +1 -0
  5. package/dist/react/Illustration/assets/DerivLightAbtrium.webp +0 -0
  6. package/dist/react/Illustration/assets/DerivLightAda.webp +0 -0
  7. package/dist/react/Illustration/assets/DerivLightAptos.webp +0 -0
  8. package/dist/react/Illustration/assets/DerivLightAtom.webp +0 -0
  9. package/dist/react/Illustration/assets/DerivLightAvax.webp +0 -0
  10. package/dist/react/Illustration/assets/DerivLightBase.webp +0 -0
  11. package/dist/react/Illustration/assets/DerivLightBnb.webp +0 -0
  12. package/dist/react/Illustration/assets/DerivLightBtc.webp +0 -0
  13. package/dist/react/Illustration/assets/DerivLightCryptosHorizontal.webp +0 -0
  14. package/dist/react/Illustration/assets/DerivLightCryptosRotate.webp +0 -0
  15. package/dist/react/Illustration/assets/DerivLightDai.webp +0 -0
  16. package/dist/react/Illustration/assets/DerivLightDogecoin.webp +0 -0
  17. package/dist/react/Illustration/assets/DerivLightDot.webp +0 -0
  18. package/dist/react/Illustration/assets/DerivLightEth.webp +0 -0
  19. package/dist/react/Illustration/assets/DerivLightEurc.webp +0 -0
  20. package/dist/react/Illustration/assets/DerivLightFrax.webp +0 -0
  21. package/dist/react/Illustration/assets/DerivLightLink.webp +0 -0
  22. package/dist/react/Illustration/assets/DerivLightLtc.webp +0 -0
  23. package/dist/react/Illustration/assets/DerivLightMatic.webp +0 -0
  24. package/dist/react/Illustration/assets/DerivLightOptimism.webp +0 -0
  25. package/dist/react/Illustration/assets/DerivLightPyusd.webp +0 -0
  26. package/dist/react/Illustration/assets/DerivLightShib.webp +0 -0
  27. package/dist/react/Illustration/assets/DerivLightSol.webp +0 -0
  28. package/dist/react/Illustration/assets/DerivLightTrx.webp +0 -0
  29. package/dist/react/Illustration/assets/DerivLightTusdt.webp +0 -0
  30. package/dist/react/Illustration/assets/DerivLightUni.webp +0 -0
  31. package/dist/react/Illustration/assets/DerivLightUsd.webp +0 -0
  32. package/dist/react/Illustration/assets/DerivLightUsdc.webp +0 -0
  33. package/dist/react/Illustration/assets/DerivLightUsdcAbtrium.webp +0 -0
  34. package/dist/react/Illustration/assets/DerivLightUsdcAptos.webp +0 -0
  35. package/dist/react/Illustration/assets/DerivLightUsdcAvax.webp +0 -0
  36. package/dist/react/Illustration/assets/DerivLightUsdcBase.webp +0 -0
  37. package/dist/react/Illustration/assets/DerivLightUsdcBnb.webp +0 -0
  38. package/dist/react/Illustration/assets/DerivLightUsdcEth.webp +0 -0
  39. package/dist/react/Illustration/assets/DerivLightUsdcMatic.webp +0 -0
  40. package/dist/react/Illustration/assets/DerivLightUsdcOptimism.webp +0 -0
  41. package/dist/react/Illustration/assets/DerivLightUsdcSolana.webp +0 -0
  42. package/dist/react/Illustration/assets/DerivLightUsdt.webp +0 -0
  43. package/dist/react/Illustration/assets/DerivLightUsdtAbtrium.webp +0 -0
  44. package/dist/react/Illustration/assets/DerivLightUsdtAptos.webp +0 -0
  45. package/dist/react/Illustration/assets/DerivLightUsdtAvax.webp +0 -0
  46. package/dist/react/Illustration/assets/DerivLightUsdtBnb.webp +0 -0
  47. package/dist/react/Illustration/assets/DerivLightUsdtEthereum.webp +0 -0
  48. package/dist/react/Illustration/assets/DerivLightUsdtMatic.webp +0 -0
  49. package/dist/react/Illustration/assets/DerivLightUsdtOptimism.webp +0 -0
  50. package/dist/react/Illustration/assets/DerivLightUsdtSolana.webp +0 -0
  51. package/dist/react/Illustration/assets/DerivLightUsdtTron.webp +0 -0
  52. package/dist/react/Illustration/assets/DerivLightXlm.webp +0 -0
  53. package/dist/react/Illustration/assets/DerivLightXrp.webp +0 -0
  54. package/dist/react/allIconsNames.js +4 -0
  55. package/package.json +1 -1
@@ -0,0 +1,10 @@
1
+ import * as React from 'react';
2
+ import { Ref } from 'react';
3
+ import { QuillSvgProps } from '../../types';
4
+ interface SVGRProps {
5
+ title?: string;
6
+ titleId?: string;
7
+ }
8
+ export declare const CurrencyP2pUsdIcon: ({ iconSize, title, titleId, ...props }: QuillSvgProps & SVGRProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
9
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
10
+ export default ForwardRef;
@@ -0,0 +1,19 @@
1
+ import * as React from 'react';
2
+ import { forwardRef } from 'react';
3
+ import { sizes } from '../../types';
4
+ export const CurrencyP2pUsdIcon = ({ iconSize = 'md', title, titleId, ...props }, ref) => (React.createElement("svg", { xmlns: 'http://www.w3.org/2000/svg', fill: 'none', viewBox: '0 0 32 32', ...sizes[iconSize], role: 'img', ref: ref, "aria-labelledby": titleId, ...props },
5
+ title ? React.createElement("title", { id: titleId }, title) : null,
6
+ React.createElement("g", { clipPath: 'url(#0c132e39a)' },
7
+ React.createElement("path", { fill: '#414652', d: 'M16 0c7.732 0 14 6.268 14 14 0 5.183-2.817 9.709-7.004 12.129L23 26a7 7 0 1 0-14 0l.003.129A14 14 0 0 1 2 14C2 6.268 8.268 0 16 0' }),
8
+ React.createElement("path", { fill: '#fff', d: 'M9.033 10.059q1.764 0 2.708.625.944.615.944 2.025 0 1.422-.956 2.059-.956.625-2.73.625h-.557v2.64H6.667v-7.77a10 10 0 0 1 1.229-.159q.648-.045 1.137-.045m.114 1.512a7 7 0 0 0-.387.012q-.181.01-.318.023v2.275h.557q.921 0 1.388-.25.465-.251.466-.933 0-.33-.125-.546a.8.8 0 0 0-.341-.342 1.35 1.35 0 0 0-.535-.182 4 4 0 0 0-.705-.057m9.004.649q0 .432-.17.83a4 4 0 0 1-.444.774 7 7 0 0 1-.614.705q-.342.341-.672.648-.17.16-.375.364a11 11 0 0 0-.705.785.9.9 0 0 0-.17.285h3.389v1.421h-5.255a2 2 0 0 1-.023-.318v-.273q0-.546.17-1.001.182-.455.467-.842.285-.398.637-.74.364-.34.716-.682l.512-.489q.24-.239.421-.455.182-.228.285-.443.102-.228.102-.455 0-.502-.284-.706a1.18 1.18 0 0 0-.706-.204 1.6 1.6 0 0 0-.58.102q-.261.09-.489.227-.217.126-.375.262a3 3 0 0 0-.24.205l-.84-1.183q.5-.466 1.16-.762a3.4 3.4 0 0 1 1.433-.307q.693 0 1.194.159.501.16.819.455.33.285.478.705.159.41.159.933m3.53-2.161q1.763 0 2.708.625.944.615.944 2.025 0 1.422-.956 2.059-.956.625-2.73.625h-.557v2.64h-1.775v-7.77q.58-.113 1.229-.159.648-.045 1.137-.045m.114 1.512q-.194 0-.387.012-.181.01-.318.023v2.275h.557q.922 0 1.388-.25.465-.251.466-.933 0-.33-.125-.546a.8.8 0 0 0-.341-.342 1.35 1.35 0 0 0-.535-.182 4 4 0 0 0-.705-.057' }),
9
+ React.createElement("path", { fill: '#303541', d: 'M16 0A13.97 13.97 0 0 0 5.5 4.74L23 1.873A13.94 13.94 0 0 0 16 0m8.313 25.266A13.98 13.98 0 0 0 30 14c0-2.733-.783-5.283-2.137-7.437z' }),
10
+ React.createElement("path", { fill: '#fff', d: 'M10.012 25.625a6 6 0 0 0 .035 1.125h11.907a6 6 0 0 0 .035-1.125zM16 23.375V24.5h5.811a6 6 0 0 0-.414-1.125zm0-1.125h4.684a6 6 0 0 0-1.185-1.125H16zm-5.701 5.625q.197.593.504 1.125h10.395a6 6 0 0 0 .503-1.125zm1.344 2.25c.422.445.91.825 1.45 1.125h5.814c.54-.3 1.029-.68 1.45-1.125z' }),
11
+ React.createElement("path", { fill: '#F44336', d: 'M16 20v1.125h3.5A5.97 5.97 0 0 0 16 20m0 5.625h5.989a6 6 0 0 0-.178-1.125h-5.81zm0-2.25h5.397a6 6 0 0 0-.713-1.125H16zm5.954 3.375a6 6 0 0 1-.253 1.125H10.3a6 6 0 0 1-.252-1.125zM10.803 29q.356.614.84 1.125h8.714c.322-.34.605-.717.84-1.125zM16 32a6 6 0 0 0 2.907-.75h-5.814c.861.478 1.853.75 2.907.75' }),
12
+ React.createElement("path", { fill: '#283991', fillRule: 'evenodd', d: 'M16 25.625h-5.988q.018-.3.066-.59l-.005.025.011-.005a.03.03 0 0 0 .011-.033l-.01-.032q.023-.133.05-.264v.006l.072-.054a.03.03 0 0 0-.018-.053h-.03q.16-.684.468-1.298l-.007.014.1-.072.18.13a.03.03 0 0 0 .035 0 .03.03 0 0 0 .011-.034l-.068-.21.18-.133a.03.03 0 0 0-.018-.053h-.219a6 6 0 0 1 1.675-1.84l.105.076a.03.03 0 0 0 .032.003l.002-.001.001-.001a.03.03 0 0 0 .011-.034l-.039-.122A5.97 5.97 0 0 1 16 20zm-.932-5.386-.053-.159-.09.016-.049.144h-.221l-.011.003-.004.001-.001.001a.03.03 0 0 0-.002.048l.18.133-.074.21a.03.03 0 0 0 .046.032l.18-.129.18.13.012.005a.03.03 0 0 0 .035-.038l-.068-.211.18-.133.008-.01.001-.003.001-.003a.03.03 0 0 0 0-.017.03.03 0 0 0-.028-.02zm-1.585.43a.03.03 0 0 0 .011-.033l-.025-.078-.063.03-.042.02.084.06a.03.03 0 0 0 .035.002m1.393 3.957.072-.211a.025.025 0 0 1 .024-.02q.02 0 .025.019l.071.21h.222a.03.03 0 0 1 .02.009l.008.012a.03.03 0 0 1-.01.033l-.18.133.068.211a.03.03 0 0 1-.047.032l-.18-.129-.18.13-.005.002-.002.001-.003.001h-.013a.03.03 0 0 1-.019-.013l-.001-.001v-.002l-.002-.002a.03.03 0 0 1 0-.019l.073-.21-.18-.133a.03.03 0 0 1-.01-.033l.008-.012.004-.003.003-.001.001-.001.002-.001.003-.001.007-.001zm-1.58-.212a.025.025 0 0 0-.026-.02.025.025 0 0 0-.024.02l-.071.212h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.033l.18.133-.074.21a.03.03 0 0 0 .003.023l.002.003.001.002.005.004a.03.03 0 0 0 .035 0l.18-.129.18.13.013.005h.009a.03.03 0 0 0 .024-.038l-.068-.211.18-.133.004-.003.002-.003.002-.003.003-.01v-.011l-.001-.003a.03.03 0 0 0-.028-.02h-.221zm-1.698 0 .071.21h.222a.03.03 0 0 1 .018.054l-.18.133.068.211v.005l.001.002v.004l-.002.008a.03.03 0 0 1-.046.013l-.18-.129-.18.13a.03.03 0 0 1-.046-.03v-.003l.074-.21-.18-.133a.03.03 0 0 1-.011-.022.03.03 0 0 1 .029-.031h.222l.071-.211c.001-.03.04-.03.049-.001m2.548-.558a.028.028 0 0 0-.041-.024.03.03 0 0 0-.014.024l-.071.21h-.222a.03.03 0 0 0-.027.021.03.03 0 0 0 .01.033l.18.133-.069.211a.03.03 0 0 0 0 .017.03.03 0 0 0 .046.015l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053h-.221zm-1.697 0 .071.21h.222a.03.03 0 0 1 .018.054l-.18.133.067.211a.03.03 0 0 1-.046.032l-.18-.129-.18.13a.03.03 0 0 1-.046-.033l.068-.211-.18-.133a.03.03 0 0 1 .018-.053h.221l.072-.211c.007-.03.046-.03.055 0m-1.63.21-.072-.21c-.008-.03-.048-.03-.048 0l-.072.21H10.4a.03.03 0 0 0-.015.005.03.03 0 0 0-.003.05l.18.132-.068.211a.03.03 0 0 0 .047.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.133a.03.03 0 0 0-.018-.053zm4.178-.751.071.211h.222a.03.03 0 0 1 .029.035.03.03 0 0 1-.011.019l-.18.132.068.211a.03.03 0 0 1-.011.034.03.03 0 0 1-.036-.001l-.18-.13-.18.13a.03.03 0 0 1-.018.005.03.03 0 0 1-.028-.038l.068-.21-.18-.133a.03.03 0 0 1 .004-.05l.014-.004h.221l.072-.211c.01-.025.05-.025.055 0m-1.63.211-.072-.211c-.004-.025-.044-.025-.055 0l-.071.211h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.034l.18.132-.068.211a.03.03 0 0 0 .046.033l.18-.13.18.13a.03.03 0 0 0 .047-.017.03.03 0 0 0-.001-.016l-.068-.21.18-.133a.03.03 0 0 0-.018-.054zm-1.769-.211.071.211h.222a.03.03 0 0 1 .018.054l-.18.132.068.211a.03.03 0 0 1-.047.033l-.18-.13-.18.13a.03.03 0 0 1-.046-.033l.068-.21-.18-.133a.03.03 0 0 1 .018-.054h.228l.071-.211c.001-.025.04-.025.049 0m2.548-.557a.028.028 0 0 0-.042-.024l-.003.002-.002.002-.002.002-.005.01v.005l-.001.003-.071.21h-.222a.03.03 0 0 0-.027.021.03.03 0 0 0 .01.033l.18.133-.069.211a.03.03 0 0 0 .007.028l.002.002.003.002a.03.03 0 0 0 .035 0l.18-.129.18.13a.03.03 0 0 0 .046-.033l-.068-.211.18-.133a.03.03 0 0 0 .01-.033.03.03 0 0 0-.028-.02h-.221zm-1.697 0 .071.21h.222a.03.03 0 0 1 .018.054l-.18.133.067.211.002.005a.03.03 0 0 1-.013.029.03.03 0 0 1-.035-.002l-.18-.129-.18.13a.03.03 0 0 1-.046-.018v-.004l-.001-.003.001-.008.068-.211-.18-.133a.03.03 0 0 1 .018-.053h.221l.072-.211c.007-.03.046-.03.055 0m2.62-.326-.072-.211a.025.025 0 0 0-.035-.017.03.03 0 0 0-.014.018l-.072.211h-.221a.03.03 0 0 0-.029.034.03.03 0 0 0 .011.02l.18.132-.074.21a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053zm-1.801-.239q.01 0 .018.007a.03.03 0 0 1 .01.02l.07.212h.222a.03.03 0 0 1 .018.053l-.18.133.068.211a.03.03 0 0 1-.004.026l-.002.003v.001l-.005.003a.03.03 0 0 1-.035 0l-.18-.13-.18.13a.03.03 0 0 1-.046-.033l.067-.211-.18-.133a.03.03 0 0 1-.01-.033.03.03 0 0 1 .028-.02h.222l.071-.211c0-.016.012-.028.028-.028m-1.599.239-.071-.211c-.008-.03-.048-.03-.049 0l-.071.21h-.228a.03.03 0 0 0-.018.054l.18.133-.068.211a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .048-.02l-.001-.013-.068-.211.18-.133a.03.03 0 0 0-.018-.053zm.78-.774.071.212h.222a.03.03 0 0 1 .028.02.03.03 0 0 1-.01.033l-.18.133.067.21a.03.03 0 0 1-.046.033l-.18-.129-.18.13a.03.03 0 0 1-.046-.033l.068-.211-.18-.133a.03.03 0 0 1 .018-.053h.221l.072-.212c.007-.024.046-.024.055 0m1.769.212-.072-.212c-.005-.024-.044-.024-.055 0l-.071.212h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.033l.18.133-.069.21a.03.03 0 0 0 .047.033l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.133a.03.03 0 0 0-.018-.053zm-.923-.748.072.211h.221l.015.005a.03.03 0 0 1 .003.049l-.18.132.068.211a.03.03 0 0 1-.046.033l-.18-.13-.18.13a.03.03 0 0 1-.047-.03v-.003l.068-.21-.18-.133a.03.03 0 0 1-.01-.033.03.03 0 0 1 .028-.02h.222l.071-.212c.011-.025.05-.025.055 0m1.773.211-.071-.211c-.005-.025-.044-.025-.055 0l-.072.211h-.221l-.014.004a.03.03 0 0 0-.004.05l.18.132-.068.211v.018l.005.008.007.007a.03.03 0 0 0 .034 0l.18-.13.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.132a.03.03 0 0 0-.018-.054zm-.927-.785.004.007v.004l.001.005.072.211h.221l.014.004a.03.03 0 0 1 .004.05l-.18.132.068.211a.03.03 0 0 1-.011.034.03.03 0 0 1-.035-.001l-.18-.13-.18.13a.03.03 0 0 1-.034 0 .03.03 0 0 1-.013-.033l.068-.21-.18-.133a.03.03 0 0 1-.01-.033.03.03 0 0 1 .028-.02h.222l.071-.212a.028.028 0 0 1 .041-.024z', clipRule: 'evenodd' }),
13
+ React.createElement("path", { fill: '#283991', d: 'm11.794 21.722-.03.028-.013.014a.03.03 0 0 0 .035 0 .03.03 0 0 0 .01-.034z' }),
14
+ React.createElement("path", { fill: '#fff', d: 'm14.925 20.096.09-.015.053.158h.222a.03.03 0 0 1 .018.053l-.18.133.068.211a.03.03 0 0 1-.047.032l-.18-.129-.18.13a.03.03 0 0 1-.046-.033l.074-.21-.18-.133a.03.03 0 0 1 .018-.053h.221zm-1.561.513.105-.05.025.077a.03.03 0 0 1-.046.032zm-.868.521.112-.08.04.122a.03.03 0 0 1-.047.033zm-.745.634.043-.043.003.01a.03.03 0 0 1-.046.033M10.62 23.34q.095-.19.201-.371h.219a.03.03 0 0 1 .018.053l-.18.133.068.211a.03.03 0 0 1-.046.032l-.18-.129zm-.547 1.72.011-.005a.03.03 0 0 0 .011-.033l-.01-.032zm.062-.328q.01-.054.024-.107h.03a.03.03 0 0 1 .018.053zm4.862-.318a.025.025 0 0 0-.025-.02.025.025 0 0 0-.024.02l-.072.212h-.221a.03.03 0 0 0-.018.053l.18.133-.074.21a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053h-.222zm-1.702 0a.025.025 0 0 0-.025-.02.025.025 0 0 0-.024.02l-.071.212h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.033l.18.133-.074.21a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.133a.03.03 0 0 0-.018-.053h-.221zm-1.625.211-.072-.211c-.008-.03-.048-.03-.049 0l-.071.212h-.222a.03.03 0 0 0-.028.02.03.03 0 0 0 .01.033l.18.133-.074.21a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053zm2.476-.769a.028.028 0 0 0-.041-.024.03.03 0 0 0-.014.024l-.071.21h-.222a.03.03 0 0 0-.027.021.03.03 0 0 0 .01.033l.18.133-.069.211a.03.03 0 0 0 .047.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.133a.03.03 0 0 0-.018-.053h-.221zm-1.626.211-.071-.211c-.009-.03-.048-.03-.055 0l-.072.21h-.221a.03.03 0 0 0-.018.054l.18.133-.068.211a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053zm-1.701 0-.072-.211c-.008-.03-.048-.03-.048 0l-.072.21H10.4a.03.03 0 0 0-.018.054l.18.133-.068.211a.03.03 0 0 0 .047.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.133a.03.03 0 0 0-.018-.053zm4.249-.541-.071-.211c-.005-.025-.044-.025-.055 0l-.072.211h-.221a.03.03 0 0 0-.028.02.03.03 0 0 0 .01.034l.18.132-.068.211a.03.03 0 0 0 .046.033l.18-.13.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.132a.03.03 0 0 0-.018-.054zm-1.701 0-.072-.211c-.004-.025-.044-.025-.055 0l-.071.211h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.034l.18.132-.068.211a.03.03 0 0 0 .046.033l.18-.13.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.132a.03.03 0 0 0-.018-.054zm-1.697 0-.072-.211c-.008-.025-.048-.025-.049 0l-.071.211h-.228a.03.03 0 0 0-.018.054l.18.132-.068.211a.03.03 0 0 0 .046.033l.18-.13.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.132a.03.03 0 0 0-.018-.054zm2.476-.768a.028.028 0 0 0-.055 0l-.071.21h-.222a.03.03 0 0 0-.027.021.03.03 0 0 0 .01.033l.18.133-.069.211a.03.03 0 0 0 .047.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.133a.03.03 0 0 0-.018-.053h-.221zm-1.626.211-.071-.211c-.009-.03-.048-.03-.055 0l-.072.21h-.221a.03.03 0 0 0-.018.054l.18.133-.068.211a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053zm2.477-.749a.025.025 0 0 0-.025-.018.025.025 0 0 0-.024.02l-.072.211h-.221a.03.03 0 0 0-.018.053l.18.133-.074.21a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053h-.222zm-1.702 0a.028.028 0 0 0-.055 0l-.071.212h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.033l.18.133-.068.211a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.133a.03.03 0 0 0-.018-.053h-.221zm-1.625.212-.072-.211c-.008-.03-.048-.03-.049 0l-.071.21h-.228a.03.03 0 0 0-.018.054l.18.133-.068.211a.03.03 0 0 0 .046.032l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053zm.85-.562-.071-.212c-.009-.024-.048-.024-.055 0l-.072.212h-.221a.03.03 0 0 0-.018.053l.18.133-.068.21a.03.03 0 0 0 .046.033l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.133a.03.03 0 0 0-.018-.053zm1.698 0-.072-.212c-.005-.024-.044-.024-.055 0l-.071.212h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.033l.18.133-.069.21a.03.03 0 0 0 .047.033l.18-.129.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.133a.03.03 0 0 0-.018-.053zm-.851-.537-.072-.211c-.004-.025-.044-.025-.055 0l-.071.211h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.034l.18.132-.068.211a.03.03 0 0 0 .046.033l.18-.13.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.132a.03.03 0 0 0-.018-.054zm1.701 0-.071-.211c-.005-.025-.044-.025-.055 0l-.072.211h-.221a.03.03 0 0 0-.028.02.03.03 0 0 0 .01.034l.18.132-.068.211a.03.03 0 0 0 .046.033l.18-.13.18.13a.03.03 0 0 0 .046-.032l-.067-.212.18-.132a.03.03 0 0 0-.018-.054zm-.922-.769a.028.028 0 0 0-.041-.024.03.03 0 0 0-.014.024l-.071.211h-.222a.03.03 0 0 0-.027.02.03.03 0 0 0 .01.034l.18.132-.069.211a.03.03 0 0 0 .047.033l.18-.13.18.13a.03.03 0 0 0 .046-.032l-.068-.212.18-.132a.03.03 0 0 0-.018-.054h-.221z' })),
15
+ React.createElement("defs", null,
16
+ React.createElement("clipPath", { id: '0c132e39a' },
17
+ React.createElement("path", { fill: '#fff', d: 'M0 0h32v32H0z' })))));
18
+ const ForwardRef = forwardRef(CurrencyP2pUsdIcon);
19
+ export default ForwardRef;
@@ -47,6 +47,7 @@ export { default as CurrencyXrpIcon } from './CurrencyXrpIcon';
47
47
  export { default as CurrencyXtzIcon } from './CurrencyXtzIcon';
48
48
  export { default as CurrencyZecIcon } from './CurrencyZecIcon';
49
49
  export { default as CurrencyP2PIcon } from './CurrencyP2PIcon';
50
+ export { default as CurrencyP2pUsdIcon } from './CurrencyP2pUsdIcon';
50
51
  export { default as CurrencyAedIcon } from './CurrencyAedIcon';
51
52
  export { default as CurrencyPyusdIcon } from './CurrencyPyusdIcon';
52
53
  export { default as CurrencyEurcIcon } from './CurrencyEurcIcon';
@@ -47,6 +47,7 @@ export { default as CurrencyXrpIcon } from './CurrencyXrpIcon';
47
47
  export { default as CurrencyXtzIcon } from './CurrencyXtzIcon';
48
48
  export { default as CurrencyZecIcon } from './CurrencyZecIcon';
49
49
  export { default as CurrencyP2PIcon } from './CurrencyP2PIcon';
50
+ export { default as CurrencyP2pUsdIcon } from './CurrencyP2pUsdIcon';
50
51
  export { default as CurrencyAedIcon } from './CurrencyAedIcon';
51
52
  export { default as CurrencyPyusdIcon } from './CurrencyPyusdIcon';
52
53
  export { default as CurrencyEurcIcon } from './CurrencyEurcIcon';
@@ -273,6 +273,10 @@ export const allIconsNames = [
273
273
  type: 'file',
274
274
  name: 'CurrencyP2PIcon.tsx',
275
275
  },
276
+ {
277
+ type: 'file',
278
+ name: 'CurrencyP2pUsdIcon.tsx',
279
+ },
276
280
  {
277
281
  type: 'file',
278
282
  name: 'CurrencyPaxIcon.tsx',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriv/quill-icons",
3
- "version": "2.7.1",
3
+ "version": "2.8.0",
4
4
  "description": "This is the central repository for quill icons, exported from figma design file",
5
5
  "files": [
6
6
  "dist"