import React from 'react';
export const PlayForwardSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="m16 400 240-144L16 112v288zm240 0 240-144-240-144v288z"/>
</svg>;
};