/** * Copyright 2022 Design Barn Inc. */ import * as React from 'react'; export const EmptyIcon: React.FC = (): JSX.Element => ( );