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