@deriv/quill-icons 1.0.9-beta.1 → 1.0.10

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 (43) hide show
  1. package/dist/Social/index.cjs +1 -1
  2. package/dist/Social/index.d.ts +41 -1
  3. package/dist/Social/index.js +1 -1
  4. package/dist/index.d.ts +81 -41
  5. package/dist/index.js +1664 -1541
  6. package/dist/types/react/Social/{SocialAppleIcon.d.ts → SocialAppleBlackIcon.d.ts} +1 -1
  7. package/dist/types/react/Social/{SocialFacebookIcon.d.ts → SocialAppleWhiteIcon.d.ts} +1 -1
  8. package/dist/types/react/Social/SocialFacebookBlackIcon.d.ts +6 -0
  9. package/dist/types/react/Social/SocialFacebookBrandDarkIcon.d.ts +6 -0
  10. package/dist/types/react/Social/SocialFacebookBrandIcon.d.ts +6 -0
  11. package/dist/types/react/Social/SocialFacebookWhiteIcon.d.ts +6 -0
  12. package/dist/types/react/Social/{SocialGoogleIcon.d.ts → SocialGoogleBlackIcon.d.ts} +1 -1
  13. package/dist/types/react/Social/{SocialInstagramIcon.d.ts → SocialGoogleBrandIcon.d.ts} +1 -1
  14. package/dist/types/react/Social/SocialGoogleWhiteIcon.d.ts +6 -0
  15. package/dist/types/react/Social/SocialInstagramBlackIcon.d.ts +6 -0
  16. package/dist/types/react/Social/SocialInstagramBrandIcon.d.ts +6 -0
  17. package/dist/types/react/Social/SocialInstagramWhiteIcon.d.ts +6 -0
  18. package/dist/types/react/Social/SocialLinkedinBlackIcon.d.ts +6 -0
  19. package/dist/types/react/Social/SocialLinkedinBrandIcon.d.ts +6 -0
  20. package/dist/types/react/Social/SocialLinkedinWhiteIcon.d.ts +6 -0
  21. package/dist/types/react/Social/SocialRedditBlackIcon.d.ts +6 -0
  22. package/dist/types/react/Social/SocialRedditBrandIcon.d.ts +6 -0
  23. package/dist/types/react/Social/SocialRedditWhiteIcon.d.ts +6 -0
  24. package/dist/types/react/Social/SocialTelegramBlackIcon.d.ts +6 -0
  25. package/dist/types/react/Social/SocialTelegramBrandIcon.d.ts +6 -0
  26. package/dist/types/react/Social/SocialTelegramWhiteIcon.d.ts +6 -0
  27. package/dist/types/react/Social/SocialTiktokWhiteIcon.d.ts +6 -0
  28. package/dist/types/react/Social/SocialWhatsappBlackIcon.d.ts +6 -0
  29. package/dist/types/react/Social/SocialWhatsappBrandIcon.d.ts +6 -0
  30. package/dist/types/react/Social/SocialWhatsappWhiteIcon.d.ts +6 -0
  31. package/dist/types/react/Social/SocialXTwitterBlackIcon.d.ts +6 -0
  32. package/dist/types/react/Social/SocialXTwitterWhiteIcon.d.ts +6 -0
  33. package/dist/types/react/Social/SocialYoutubeBlackIcon.d.ts +6 -0
  34. package/dist/types/react/Social/SocialYoutubeBrandIcon.d.ts +6 -0
  35. package/dist/types/react/Social/SocialYoutubeWhiteIcon.d.ts +6 -0
  36. package/dist/types/react/Social/index.d.ts +30 -10
  37. package/package.json +1 -1
  38. package/dist/types/react/Social/SocialLinkedinIcon.d.ts +0 -6
  39. package/dist/types/react/Social/SocialRedditIcon.d.ts +0 -6
  40. package/dist/types/react/Social/SocialTelegramIcon.d.ts +0 -6
  41. package/dist/types/react/Social/SocialWhatsappIcon.d.ts +0 -6
  42. package/dist/types/react/Social/SocialXTwitterIcon.d.ts +0 -6
  43. package/dist/types/react/Social/SocialYoutubeIcon.d.ts +0 -6
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Ref } from 'react';
3
3
  import { QuillSvgProps } from 'types';
4
- export declare const SocialAppleIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
4
+ export declare const SocialAppleBlackIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
5
  declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
6
  export default ForwardRef;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Ref } from 'react';
3
3
  import { QuillSvgProps } from 'types';
4
- export declare const SocialFacebookIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
4
+ export declare const SocialAppleWhiteIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
5
  declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
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 SocialFacebookBlackIcon: ({ 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 SocialFacebookBrandDarkIcon: ({ 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 SocialFacebookBrandIcon: ({ 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 SocialFacebookWhiteIcon: ({ 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;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Ref } from 'react';
3
3
  import { QuillSvgProps } from 'types';
4
- export declare const SocialGoogleIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
4
+ export declare const SocialGoogleBlackIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
5
  declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
6
  export default ForwardRef;
@@ -1,6 +1,6 @@
1
1
  import * as React from 'react';
2
2
  import { Ref } from 'react';
3
3
  import { QuillSvgProps } from 'types';
4
- export declare const SocialInstagramIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
4
+ export declare const SocialGoogleBrandIcon: ({ iconSize, ...props }: QuillSvgProps, ref: Ref<SVGSVGElement>) => React.JSX.Element;
5
5
  declare const ForwardRef: React.ForwardRefExoticComponent<Omit<QuillSvgProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
6
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 SocialGoogleWhiteIcon: ({ 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 SocialInstagramBlackIcon: ({ 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 SocialInstagramBrandIcon: ({ 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 SocialInstagramWhiteIcon: ({ 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 SocialLinkedinBlackIcon: ({ 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 SocialLinkedinBrandIcon: ({ 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 SocialLinkedinWhiteIcon: ({ 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 SocialRedditBlackIcon: ({ 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 SocialRedditBrandIcon: ({ 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 SocialRedditWhiteIcon: ({ 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 SocialTelegramBlackIcon: ({ 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 SocialTelegramBrandIcon: ({ 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 SocialTelegramWhiteIcon: ({ 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 SocialTiktokWhiteIcon: ({ 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 SocialWhatsappBlackIcon: ({ 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 SocialWhatsappBrandIcon: ({ 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 SocialWhatsappWhiteIcon: ({ 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 SocialXTwitterBlackIcon: ({ 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 SocialXTwitterWhiteIcon: ({ 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 SocialYoutubeBlackIcon: ({ 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 SocialYoutubeBrandIcon: ({ 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 SocialYoutubeWhiteIcon: ({ 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;
@@ -1,12 +1,32 @@
1
- export { default as SocialGoogleIcon } from './SocialGoogleIcon';
2
- export { default as SocialFacebookIcon } from './SocialFacebookIcon';
3
- export { default as SocialXTwitterIcon } from './SocialXTwitterIcon';
4
- export { default as SocialAppleIcon } from './SocialAppleIcon';
5
- export { default as SocialWhatsappIcon } from './SocialWhatsappIcon';
6
- export { default as SocialLinkedinIcon } from './SocialLinkedinIcon';
7
- export { default as SocialTelegramIcon } from './SocialTelegramIcon';
8
- export { default as SocialRedditIcon } from './SocialRedditIcon';
9
- export { default as SocialInstagramIcon } from './SocialInstagramIcon';
10
- export { default as SocialYoutubeIcon } from './SocialYoutubeIcon';
1
+ export { default as SocialAppleBlackIcon } from './SocialAppleBlackIcon';
2
+ export { default as SocialAppleWhiteIcon } from './SocialAppleWhiteIcon';
3
+ export { default as SocialFacebookBrandIcon } from './SocialFacebookBrandIcon';
4
+ export { default as SocialFacebookBrandDarkIcon } from './SocialFacebookBrandDarkIcon';
5
+ export { default as SocialFacebookBlackIcon } from './SocialFacebookBlackIcon';
6
+ export { default as SocialFacebookWhiteIcon } from './SocialFacebookWhiteIcon';
7
+ export { default as SocialGoogleBrandIcon } from './SocialGoogleBrandIcon';
8
+ export { default as SocialGoogleBlackIcon } from './SocialGoogleBlackIcon';
9
+ export { default as SocialGoogleWhiteIcon } from './SocialGoogleWhiteIcon';
10
+ export { default as SocialInstagramBrandIcon } from './SocialInstagramBrandIcon';
11
+ export { default as SocialInstagramBlackIcon } from './SocialInstagramBlackIcon';
12
+ export { default as SocialInstagramWhiteIcon } from './SocialInstagramWhiteIcon';
13
+ export { default as SocialLinkedinBrandIcon } from './SocialLinkedinBrandIcon';
14
+ export { default as SocialLinkedinBlackIcon } from './SocialLinkedinBlackIcon';
15
+ export { default as SocialLinkedinWhiteIcon } from './SocialLinkedinWhiteIcon';
16
+ export { default as SocialRedditBrandIcon } from './SocialRedditBrandIcon';
17
+ export { default as SocialRedditBlackIcon } from './SocialRedditBlackIcon';
18
+ export { default as SocialRedditWhiteIcon } from './SocialRedditWhiteIcon';
19
+ export { default as SocialTelegramBrandIcon } from './SocialTelegramBrandIcon';
20
+ export { default as SocialTelegramBlackIcon } from './SocialTelegramBlackIcon';
21
+ export { default as SocialTelegramWhiteIcon } from './SocialTelegramWhiteIcon';
11
22
  export { default as SocialTiktokBrandIcon } from './SocialTiktokBrandIcon';
12
23
  export { default as SocialTiktokBlackIcon } from './SocialTiktokBlackIcon';
24
+ export { default as SocialTiktokWhiteIcon } from './SocialTiktokWhiteIcon';
25
+ export { default as SocialWhatsappBrandIcon } from './SocialWhatsappBrandIcon';
26
+ export { default as SocialWhatsappBlackIcon } from './SocialWhatsappBlackIcon';
27
+ export { default as SocialWhatsappWhiteIcon } from './SocialWhatsappWhiteIcon';
28
+ export { default as SocialXTwitterBlackIcon } from './SocialXTwitterBlackIcon';
29
+ export { default as SocialXTwitterWhiteIcon } from './SocialXTwitterWhiteIcon';
30
+ export { default as SocialYoutubeBrandIcon } from './SocialYoutubeBrandIcon';
31
+ export { default as SocialYoutubeBlackIcon } from './SocialYoutubeBlackIcon';
32
+ export { default as SocialYoutubeWhiteIcon } from './SocialYoutubeWhiteIcon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deriv/quill-icons",
3
- "version": "1.0.9-beta.1",
3
+ "version": "1.0.10",
4
4
  "description": "This is the central repository for quill icons, exported from figma design file",
5
5
  "files": [
6
6
  "dist"
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { Ref } from 'react';
3
- import { QuillSvgProps } from 'types';
4
- export declare const SocialLinkedinIcon: ({ 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;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { Ref } from 'react';
3
- import { QuillSvgProps } from 'types';
4
- export declare const SocialRedditIcon: ({ 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;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { Ref } from 'react';
3
- import { QuillSvgProps } from 'types';
4
- export declare const SocialTelegramIcon: ({ 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;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { Ref } from 'react';
3
- import { QuillSvgProps } from 'types';
4
- export declare const SocialWhatsappIcon: ({ 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;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { Ref } from 'react';
3
- import { QuillSvgProps } from 'types';
4
- export declare const SocialXTwitterIcon: ({ 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;
@@ -1,6 +0,0 @@
1
- import * as React from 'react';
2
- import { Ref } from 'react';
3
- import { QuillSvgProps } from 'types';
4
- export declare const SocialYoutubeIcon: ({ 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;