UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 279 B
import React from 'react'; export const PlayBackSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M496 400 256 256l240-144v288zm-240 0L16 256l240-144v288z"/> </svg>; };