import React from 'react';
export const SendSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="m16 464 480-208L16 48v160l320 48-320 48Z"/>
</svg>;
};