diff --git a/src/icons/BarChart16pxIcon.tsx b/src/icons/BarChart16pxIcon.tsx new file mode 100644 index 0000000..95233dc --- /dev/null +++ b/src/icons/BarChart16pxIcon.tsx @@ -0,0 +1,21 @@ +import type { SVGProps } from 'react'; +export const BarChart16pxIcon = (props: SVGProps) => ( + + + +); diff --git a/src/icons/BarChartIcon.tsx b/src/icons/BarChartIcon.tsx new file mode 100644 index 0000000..c5e06f3 --- /dev/null +++ b/src/icons/BarChartIcon.tsx @@ -0,0 +1,21 @@ +import type { SVGProps } from 'react'; +export const BarChartIcon = (props: SVGProps) => ( + + + +); diff --git a/src/icons/CreditCardIcon.tsx b/src/icons/CreditCardOutlineIcon.tsx similarity index 94% rename from src/icons/CreditCardIcon.tsx rename to src/icons/CreditCardOutlineIcon.tsx index 2312a9e..2ffe86c 100644 --- a/src/icons/CreditCardIcon.tsx +++ b/src/icons/CreditCardOutlineIcon.tsx @@ -1,5 +1,5 @@ import type { SVGProps } from 'react'; -export const CreditCardIcon = (props: SVGProps) => ( +export const CreditCardOutlineIcon = (props: SVGProps) => ( ) => ( + + + +); diff --git a/src/icons/JobIcon.tsx b/src/icons/JobOutlineIcon.tsx similarity index 96% rename from src/icons/JobIcon.tsx rename to src/icons/JobOutlineIcon.tsx index 374d8ff..3edebc5 100644 --- a/src/icons/JobIcon.tsx +++ b/src/icons/JobOutlineIcon.tsx @@ -1,5 +1,5 @@ import type { SVGProps } from 'react'; -export const JobIcon = (props: SVGProps) => ( +export const JobOutlineIcon = (props: SVGProps) => ( ) => ( + + + + +); diff --git a/src/icons/SendIcon.tsx b/src/icons/MailSendOutlineIcon.tsx similarity index 94% rename from src/icons/SendIcon.tsx rename to src/icons/MailSendOutlineIcon.tsx index 294261c..5f41a87 100644 --- a/src/icons/SendIcon.tsx +++ b/src/icons/MailSendOutlineIcon.tsx @@ -1,5 +1,5 @@ import type { SVGProps } from 'react'; -export const SendIcon = (props: SVGProps) => ( +export const MailSendOutlineIcon = (props: SVGProps) => ( ) => ( + + + +); diff --git a/src/icons/SocialPaypalAltIcon.tsx b/src/icons/SocialPaypalAltIcon.tsx new file mode 100644 index 0000000..5d61d45 --- /dev/null +++ b/src/icons/SocialPaypalAltIcon.tsx @@ -0,0 +1,37 @@ +import type { SVGProps } from 'react'; +export const SocialPaypalAltIcon = (props: SVGProps) => ( + + + + + + + +); diff --git a/src/icons/SocialPaypalIcon.tsx b/src/icons/SocialPaypalIcon.tsx new file mode 100644 index 0000000..2280c21 --- /dev/null +++ b/src/icons/SocialPaypalIcon.tsx @@ -0,0 +1,18 @@ +import type { SVGProps } from 'react'; +export const SocialPaypalIcon = (props: SVGProps) => ( + + + +); diff --git a/src/icons/SocialUSDCOutlineIcon.tsx b/src/icons/SocialUSDCOutlineIcon.tsx new file mode 100644 index 0000000..b6e109b --- /dev/null +++ b/src/icons/SocialUSDCOutlineIcon.tsx @@ -0,0 +1,30 @@ +import type { SVGProps } from 'react'; +export const SocialUSDCOutlineIcon = (props: SVGProps) => ( + + + + + + + + +); diff --git a/src/icons/SocialUSDCIcon.tsx b/src/icons/SocialUSDCSolidIcon.tsx similarity index 95% rename from src/icons/SocialUSDCIcon.tsx rename to src/icons/SocialUSDCSolidIcon.tsx index 23ea190..0c0d481 100644 --- a/src/icons/SocialUSDCIcon.tsx +++ b/src/icons/SocialUSDCSolidIcon.tsx @@ -1,5 +1,5 @@ import type { SVGProps } from 'react'; -export const SocialUSDCIcon = (props: SVGProps) => ( +export const SocialUSDCSolidIcon = (props: SVGProps) => (