diff --git a/packages/gamut-illustrations/src/StackedPages.tsx b/packages/gamut-illustrations/src/StackedPages.tsx new file mode 100644 index 0000000000..b157681821 --- /dev/null +++ b/packages/gamut-illustrations/src/StackedPages.tsx @@ -0,0 +1,174 @@ +import * as React from 'react'; + +import { IllustrationProps } from './types'; + +export const StackedPages: React.FC = ({ + 'aria-hidden': ariaHidden, + className, + height = '225', + width = '400', +}) => ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +); diff --git a/packages/gamut-illustrations/src/index.ts b/packages/gamut-illustrations/src/index.ts index 5602fad0c1..ead1b620e6 100644 --- a/packages/gamut-illustrations/src/index.ts +++ b/packages/gamut-illustrations/src/index.ts @@ -33,6 +33,7 @@ export * from './MobilePhone'; export * from './MoneyBack'; export * from './New'; export * from './NumberBlocks'; +export * from './StackedPages'; export * from './OfficeAnnouncement'; export * from './Onboarding'; export * from './Plant';