import React from 'react';
export const PlaySkipBackSharp = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M143.47 64v163.52L416 64v384L143.47 284.48V448H96V64h47.47z"/>
</svg>;
};