diff --git a/nx-dev/ui-common/src/lib/logos/builder-mitosis.tsx b/nx-dev/ui-common/src/lib/logos/builder-mitosis.tsx new file mode 100644 index 0000000000000..81824d3548015 --- /dev/null +++ b/nx-dev/ui-common/src/lib/logos/builder-mitosis.tsx @@ -0,0 +1,19 @@ +import { FC, SVGProps } from 'react'; + +export const BuilderMitosisIcon: FC> = (props) => ( + + + +); diff --git a/nx-dev/ui-common/src/lib/logos/cypress.tsx b/nx-dev/ui-common/src/lib/logos/cypress.tsx new file mode 100644 index 0000000000000..d3d1ea26e4ef8 --- /dev/null +++ b/nx-dev/ui-common/src/lib/logos/cypress.tsx @@ -0,0 +1,12 @@ +import { FC, SVGProps } from 'react'; + +export const CypressIcon: FC> = (props) => ( + + + +); diff --git a/nx-dev/ui-common/src/lib/logos/electron.tsx b/nx-dev/ui-common/src/lib/logos/electron.tsx new file mode 100644 index 0000000000000..e335bb6d7c7a0 --- /dev/null +++ b/nx-dev/ui-common/src/lib/logos/electron.tsx @@ -0,0 +1,18 @@ +import { FC, SVGProps } from 'react'; + +/** + * + * Use `#47848F` for a colored version. + */ +export const ElectronIcon: FC> = (props) => ( + + Electron + + +); diff --git a/nx-dev/ui-common/src/lib/logos/index.ts b/nx-dev/ui-common/src/lib/logos/index.ts index 4600c64101f69..2c2927a5cd91d 100644 --- a/nx-dev/ui-common/src/lib/logos/index.ts +++ b/nx-dev/ui-common/src/lib/logos/index.ts @@ -55,3 +55,10 @@ export * from './three-kit'; export * from './cais-group'; export * from './milliennium'; export * from './entain'; +export * from './microsoft'; +export * from './strapi'; +export * from './cypress'; +export * from './builder-mitosis'; +export * from './electron'; +export * from './typescript-eslint'; +export * from './zipari'; diff --git a/nx-dev/ui-common/src/lib/logos/microsoft.tsx b/nx-dev/ui-common/src/lib/logos/microsoft.tsx new file mode 100644 index 0000000000000..9ed386ff233c9 --- /dev/null +++ b/nx-dev/ui-common/src/lib/logos/microsoft.tsx @@ -0,0 +1,12 @@ +import { FC, SVGProps } from 'react'; + +export const MicrosoftIcon: FC> = (props) => ( + + + +); diff --git a/nx-dev/ui-common/src/lib/logos/strapi.tsx b/nx-dev/ui-common/src/lib/logos/strapi.tsx new file mode 100644 index 0000000000000..21109546201cf --- /dev/null +++ b/nx-dev/ui-common/src/lib/logos/strapi.tsx @@ -0,0 +1,12 @@ +import { FC, SVGProps } from 'react'; + +export const StrapiIcon: FC> = (props) => ( + + + +); diff --git a/nx-dev/ui-common/src/lib/logos/typescript-eslint.tsx b/nx-dev/ui-common/src/lib/logos/typescript-eslint.tsx new file mode 100644 index 0000000000000..f24d6b4d27869 --- /dev/null +++ b/nx-dev/ui-common/src/lib/logos/typescript-eslint.tsx @@ -0,0 +1,17 @@ +import { FC, SVGProps } from 'react'; + +/** + * Use `#374FBE` for a colored version. + */ +export const TypescriptEslintIcon: FC> = (props) => ( + + Typescript Eslint + + +); diff --git a/nx-dev/ui-common/src/lib/logos/zipari.tsx b/nx-dev/ui-common/src/lib/logos/zipari.tsx new file mode 100644 index 0000000000000..1c82f48a3e7d9 --- /dev/null +++ b/nx-dev/ui-common/src/lib/logos/zipari.tsx @@ -0,0 +1,13 @@ +import { FC, SVGProps } from 'react'; + +export const ZipariIcon: FC> = (props) => ( + + + +); diff --git a/nx-dev/ui-customers/src/lib/enterprise-customers.tsx b/nx-dev/ui-customers/src/lib/enterprise-customers.tsx index 972aeb5b9f661..0df793eb2a635 100644 --- a/nx-dev/ui-customers/src/lib/enterprise-customers.tsx +++ b/nx-dev/ui-customers/src/lib/enterprise-customers.tsx @@ -43,6 +43,9 @@ import { CaisGroupIcon, MillienniumIcon, EntainIcon, + ZipariIcon, + BillIcon, + RoyalBankOfCanadaIcon, } from '@nx/nx-dev/ui-common'; export function EnterpriseCustomers(): JSX.Element { @@ -116,12 +119,12 @@ export function EnterpriseCustomers(): JSX.Element {