import React from 'react';
export const PaperPlaneSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M496 16 15.88 208 195 289 448 64 223 317l81 179L496 16z"/>
</svg>;
};