import React, { memo, SVGAttributes } from 'react'; export const AddItemEmptyState = memo(function AddItemEmptyState( props: SVGAttributes, ) { return ( ); });