diff --git a/src/common/components/icons/vendors/ChutesAIIcon.tsx b/src/common/components/icons/vendors/ChutesAIIcon.tsx new file mode 100644 index 000000000..ba2be067b --- /dev/null +++ b/src/common/components/icons/vendors/ChutesAIIcon.tsx @@ -0,0 +1,10 @@ +import * as React from 'react'; + +import { SvgIcon, SvgIconProps } from '@mui/joy'; + +export function ChutesAIIcon(props: SvgIconProps) { + return + + + ; +} diff --git a/src/common/components/icons/vendors/CloudflareIcon.tsx b/src/common/components/icons/vendors/CloudflareIcon.tsx new file mode 100644 index 000000000..cfb5a8d75 --- /dev/null +++ b/src/common/components/icons/vendors/CloudflareIcon.tsx @@ -0,0 +1,10 @@ +import * as React from 'react'; + +import { SvgIcon, SvgIconProps } from '@mui/joy'; + +export function CloudflareIcon(props: SvgIconProps) { + return + + + ; +} diff --git a/src/common/components/icons/vendors/FireworksAIIcon.tsx b/src/common/components/icons/vendors/FireworksAIIcon.tsx new file mode 100644 index 000000000..c3c24927e --- /dev/null +++ b/src/common/components/icons/vendors/FireworksAIIcon.tsx @@ -0,0 +1,9 @@ +import * as React from 'react'; + +import { SvgIcon, SvgIconProps } from '@mui/joy'; + +export function FireworksAIIcon(props: SvgIconProps) { + return + + ; +} diff --git a/src/common/components/icons/vendors/HeliconeIcon.tsx b/src/common/components/icons/vendors/HeliconeIcon.tsx new file mode 100644 index 000000000..1fd65b712 --- /dev/null +++ b/src/common/components/icons/vendors/HeliconeIcon.tsx @@ -0,0 +1,9 @@ +import * as React from 'react'; + +import { SvgIcon, SvgIconProps } from '@mui/joy'; + +export function HeliconeIcon(props: SvgIconProps) { + return + + ; +} diff --git a/src/common/components/icons/vendors/NovitaAIIcon.tsx b/src/common/components/icons/vendors/NovitaAIIcon.tsx new file mode 100644 index 000000000..a9ddaabd9 --- /dev/null +++ b/src/common/components/icons/vendors/NovitaAIIcon.tsx @@ -0,0 +1,9 @@ +import * as React from 'react'; + +import { SvgIcon, SvgIconProps } from '@mui/joy'; + +export function NovitaAIIcon(props: SvgIconProps) { + return + + ; +}