@deriv/quill-icons 1.0.2 → 1.0.4

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 (51) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/cjs/index.js +1 -1
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/react/Flag/FlagChinaSimplifiedIcon.d.ts +6 -0
  5. package/dist/cjs/types/react/Flag/FlagChinaTraditionalIcon.d.ts +6 -0
  6. package/dist/cjs/types/react/Flag/FlagEuroIcon.d.ts +6 -0
  7. package/dist/cjs/types/react/Flag/FlagIsraelIcon.d.ts +6 -0
  8. package/dist/cjs/types/react/Flag/index.d.ts +4 -0
  9. package/dist/cjs/types/react/Illustrative/IllustrativePartnershipShieldIcon.d.ts +6 -0
  10. package/dist/cjs/types/react/Illustrative/IllustrativeRegisterIcon.d.ts +6 -0
  11. package/dist/cjs/types/react/Illustrative/index.d.ts +2 -0
  12. package/dist/cjs/types/react/Logo/PaymentMethodChequeBrandDarkIcon.d.ts +3 -0
  13. package/dist/cjs/types/react/Logo/PaymentMethodChequeBrandLightIcon.d.ts +3 -0
  14. package/dist/cjs/types/react/Logo/PaymentMethodChequeWhiteIcon.d.ts +3 -0
  15. package/dist/cjs/types/react/Logo/PaymentMethodFpsBlackIcon.d.ts +3 -0
  16. package/dist/cjs/types/react/Logo/PaymentMethodFpsBrandDarkIcon.d.ts +3 -0
  17. package/dist/cjs/types/react/Logo/PaymentMethodFpsBrandLightIcon.d.ts +3 -0
  18. package/dist/cjs/types/react/Logo/PaymentMethodFpsWhiteIcon.d.ts +3 -0
  19. package/dist/cjs/types/react/Logo/PaymentMethodWireTransferBlackIcon.d.ts +3 -0
  20. package/dist/cjs/types/react/Logo/PaymentMethodWireTransferBrandDarkIcon.d.ts +3 -0
  21. package/dist/cjs/types/react/Logo/PaymentMethodWireTransferBrandLightIcon.d.ts +3 -0
  22. package/dist/cjs/types/react/Logo/PaymentMethodWireTransferWhiteIcon.d.ts +3 -0
  23. package/dist/cjs/types/react/Logo/index.d.ts +13 -1
  24. package/dist/esm/index.js +1 -1
  25. package/dist/esm/index.js.map +1 -1
  26. package/dist/esm/types/react/Flag/FlagChinaSimplifiedIcon.d.ts +6 -0
  27. package/dist/esm/types/react/Flag/FlagChinaTraditionalIcon.d.ts +6 -0
  28. package/dist/esm/types/react/Flag/FlagEuroIcon.d.ts +6 -0
  29. package/dist/esm/types/react/Flag/FlagIsraelIcon.d.ts +6 -0
  30. package/dist/esm/types/react/Flag/index.d.ts +4 -0
  31. package/dist/esm/types/react/Illustrative/IllustrativePartnershipShieldIcon.d.ts +6 -0
  32. package/dist/esm/types/react/Illustrative/IllustrativeRegisterIcon.d.ts +6 -0
  33. package/dist/esm/types/react/Illustrative/index.d.ts +2 -0
  34. package/dist/esm/types/react/Logo/PaymentMethodAirtelMtnBlackIcon.d.ts +3 -0
  35. package/dist/esm/types/react/Logo/PaymentMethodChequeBlackIcon.d.ts +3 -0
  36. package/dist/esm/types/react/Logo/PaymentMethodChequeBrandDarkIcon.d.ts +3 -0
  37. package/dist/esm/types/react/Logo/PaymentMethodChequeBrandLightIcon.d.ts +3 -0
  38. package/dist/esm/types/react/Logo/PaymentMethodChequeWhiteIcon.d.ts +3 -0
  39. package/dist/esm/types/react/Logo/PaymentMethodFpsBlackIcon.d.ts +3 -0
  40. package/dist/esm/types/react/Logo/PaymentMethodFpsBrandDarkIcon.d.ts +3 -0
  41. package/dist/esm/types/react/Logo/PaymentMethodFpsBrandLightIcon.d.ts +3 -0
  42. package/dist/esm/types/react/Logo/PaymentMethodFpsWhiteIcon.d.ts +3 -0
  43. package/dist/esm/types/react/Logo/PaymentMethodWireTransferBlackIcon.d.ts +3 -0
  44. package/dist/esm/types/react/Logo/PaymentMethodWireTransferBrandDarkIcon.d.ts +3 -0
  45. package/dist/esm/types/react/Logo/PaymentMethodWireTransferBrandLightIcon.d.ts +3 -0
  46. package/dist/esm/types/react/Logo/PaymentMethodWireTransferWhiteIcon.d.ts +3 -0
  47. package/dist/esm/types/react/Logo/index.d.ts +13 -1
  48. package/dist/index.d.ts +49 -13
  49. package/package.json +2 -2
  50. /package/dist/cjs/types/react/Logo/{PaymentMethodAirtelMtnDarkIcon.d.ts → PaymentMethodAirtelMtnBlackIcon.d.ts} +0 -0
  51. /package/dist/{esm/types/react/Logo/PaymentMethodAirtelMtnDarkIcon.d.ts → cjs/types/react/Logo/PaymentMethodChequeBlackIcon.d.ts} +0 -0
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { Ref } from 'react';
3
+ import { QuillSvgProps } from 'types';
4
+ export declare const FlagChinaSimplifiedIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
+ export default ForwardRef;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { Ref } from 'react';
3
+ import { QuillSvgProps } from 'types';
4
+ export declare const FlagChinaTraditionalIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
+ export default ForwardRef;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { Ref } from 'react';
3
+ import { QuillSvgProps } from 'types';
4
+ export declare const FlagEuroIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
+ export default ForwardRef;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { Ref } from 'react';
3
+ import { QuillSvgProps } from 'types';
4
+ export declare const FlagIsraelIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
+ export default ForwardRef;
@@ -30,11 +30,14 @@ export { default as FlagBurkinaFasoIcon } from './FlagBurkinaFasoIcon';
30
30
  export { default as FlagCanadaIcon } from './FlagCanadaIcon';
31
31
  export { default as FlagCentralAfricanRepublicIcon } from './FlagCentralAfricanRepublicIcon';
32
32
  export { default as FlagChinaIcon } from './FlagChinaIcon';
33
+ export { default as FlagChinaSimplifiedIcon } from './FlagChinaSimplifiedIcon';
34
+ export { default as FlagChinaTraditionalIcon } from './FlagChinaTraditionalIcon';
33
35
  export { default as FlagCyprusIcon } from './FlagCyprusIcon';
34
36
  export { default as FlagCzechRepublicIcon } from './FlagCzechRepublicIcon';
35
37
  export { default as FlagDemocraticRepublicOfTheCongoIcon } from './FlagDemocraticRepublicOfTheCongoIcon';
36
38
  export { default as FlagDenmarkIcon } from './FlagDenmarkIcon';
37
39
  export { default as FlagEstoniaIcon } from './FlagEstoniaIcon';
40
+ export { default as FlagEuroIcon } from './FlagEuroIcon';
38
41
  export { default as FlagFinlandIcon } from './FlagFinlandIcon';
39
42
  export { default as FlagFranceIcon } from './FlagFranceIcon';
40
43
  export { default as FlagGermanyIcon } from './FlagGermanyIcon';
@@ -44,6 +47,7 @@ export { default as FlagHungaryIcon } from './FlagHungaryIcon';
44
47
  export { default as FlagIndiaIcon } from './FlagIndiaIcon';
45
48
  export { default as FlagIndonesiaIcon } from './FlagIndonesiaIcon';
46
49
  export { default as FlagIrelandIcon } from './FlagIrelandIcon';
50
+ export { default as FlagIsraelIcon } from './FlagIsraelIcon';
47
51
  export { default as FlagItalyIcon } from './FlagItalyIcon';
48
52
  export { default as FlagJapanIcon } from './FlagJapanIcon';
49
53
  export { default as FlagJordanIcon } from './FlagJordanIcon';
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { Ref } from 'react';
3
+ import { QuillSvgProps } from 'types';
4
+ export declare const IllustrativePartnershipShieldIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
+ export default ForwardRef;
@@ -0,0 +1,6 @@
1
+ import * as React from 'react';
2
+ import { Ref } from 'react';
3
+ import { QuillSvgProps } from 'types';
4
+ export declare const IllustrativeRegisterIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
+ export default ForwardRef;
@@ -76,6 +76,7 @@ export { default as IllustrativeNoCommissionIcon } from './IllustrativeNoCommiss
76
76
  export { default as IllustrativeComputerIcon } from './IllustrativeComputerIcon';
77
77
  export { default as IllustrativeMobileIcon } from './IllustrativeMobileIcon';
78
78
  export { default as IllustrativePaidProgrammeIcon } from './IllustrativePaidProgrammeIcon';
79
+ export { default as IllustrativePartnershipShieldIcon } from './IllustrativePartnershipShieldIcon';
79
80
  export { default as IllustrativeProfessionalGuidanceIcon } from './IllustrativeProfessionalGuidanceIcon';
80
81
  export { default as IllustrativeMarketingIcon } from './IllustrativeMarketingIcon';
81
82
  export { default as IllustrativeCreativeMaterialsIcon } from './IllustrativeCreativeMaterialsIcon';
@@ -89,6 +90,7 @@ export { default as IllustrativeTransparentIcon } from './IllustrativeTransparen
89
90
  export { default as IllustrativeReliableIcon } from './IllustrativeReliableIcon';
90
91
  export { default as IllustrativeFairIcon } from './IllustrativeFairIcon';
91
92
  export { default as IllustrativeOptionalIcon } from './IllustrativeOptionalIcon';
93
+ export { default as IllustrativeRegisterIcon } from './IllustrativeRegisterIcon';
92
94
  export { default as IllustrativeProfitPotentialIcon } from './IllustrativeProfitPotentialIcon';
93
95
  export { default as IllustrativeSoftwareDevelopersIcon } from './IllustrativeSoftwareDevelopersIcon';
94
96
  export { default as IllustrativeStraightforwardTradingIcon } from './IllustrativeStraightforwardTradingIcon';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ declare const ForwardRef: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>;
3
+ export default ForwardRef;
@@ -603,6 +603,18 @@ export { default as PaymentMethodPostepayBlackIcon } from './PaymentMethodPostep
603
603
  export { default as PaymentMethodPostepayBrandDarkIcon } from './PaymentMethodPostepayBrandDarkIcon';
604
604
  export { default as PaymentMethodPostepayWhiteIcon } from './PaymentMethodPostepayWhiteIcon';
605
605
  export { default as PaymentMethodAirtelMtnBrandLightIcon } from './PaymentMethodAirtelMtnBrandLightIcon';
606
- export { default as PaymentMethodAirtelMtnDarkIcon } from './PaymentMethodAirtelMtnDarkIcon';
606
+ export { default as PaymentMethodAirtelMtnBlackIcon } from './PaymentMethodAirtelMtnBlackIcon';
607
607
  export { default as PaymentMethodAirtelMtnBrandDarkIcon } from './PaymentMethodAirtelMtnBrandDarkIcon';
608
608
  export { default as PaymentMethodAirtelMtnWhiteIcon } from './PaymentMethodAirtelMtnWhiteIcon';
609
+ export { default as PaymentMethodChequeBrandLightIcon } from './PaymentMethodChequeBrandLightIcon';
610
+ export { default as PaymentMethodChequeBlackIcon } from './PaymentMethodChequeBlackIcon';
611
+ export { default as PaymentMethodChequeBrandDarkIcon } from './PaymentMethodChequeBrandDarkIcon';
612
+ export { default as PaymentMethodChequeWhiteIcon } from './PaymentMethodChequeWhiteIcon';
613
+ export { default as PaymentMethodFpsBrandLightIcon } from './PaymentMethodFpsBrandLightIcon';
614
+ export { default as PaymentMethodFpsBlackIcon } from './PaymentMethodFpsBlackIcon';
615
+ export { default as PaymentMethodFpsBrandDarkIcon } from './PaymentMethodFpsBrandDarkIcon';
616
+ export { default as PaymentMethodFpsWhiteIcon } from './PaymentMethodFpsWhiteIcon';
617
+ export { default as PaymentMethodWireTransferBrandLightIcon } from './PaymentMethodWireTransferBrandLightIcon';
618
+ export { default as PaymentMethodWireTransferBlackIcon } from './PaymentMethodWireTransferBlackIcon';
619
+ export { default as PaymentMethodWireTransferBrandDarkIcon } from './PaymentMethodWireTransferBrandDarkIcon';
620
+ export { default as PaymentMethodWireTransferWhiteIcon } from './PaymentMethodWireTransferWhiteIcon';