import React from 'react';
export const PlaySkipForwardSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M368.53 64v163.52L96 64v384l272.53-163.52V448H416V64h-47.47z"/>
</svg>;
};