import React from 'react'; export default function Empty({ isDecorative, ...props }: { isDecorative: boolean } & React.SVGProps) { return ( {!isDecorative && empty icon} ); }