UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 280 B
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>; };