diff --git a/packages/gamut-illustrations/src/InnovationBuildingBlocks.tsx b/packages/gamut-illustrations/src/InnovationBuildingBlocks.tsx new file mode 100644 index 0000000000..5f5bb84146 --- /dev/null +++ b/packages/gamut-illustrations/src/InnovationBuildingBlocks.tsx @@ -0,0 +1,445 @@ +import * as React from 'react'; + +import { IllustrationProps } from './types'; + +export const InnovationBuildingBlocks: React.FC = ({ + 'aria-hidden': ariaHidden, + className, + height = '224', + width = '288', +}) => ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +); diff --git a/packages/gamut-illustrations/src/index.ts b/packages/gamut-illustrations/src/index.ts index 1e37d49a86..10ef042748 100644 --- a/packages/gamut-illustrations/src/index.ts +++ b/packages/gamut-illustrations/src/index.ts @@ -27,6 +27,7 @@ export * from './Heart'; export * from './Hills'; export * from './HomeOffice'; export * from './Interest'; +export * from './InnovationBuildingBlocks'; export * from './Interview'; export * from './Keyhole'; export * from './Knowledge';