UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 253 B
import React from 'react'; export const NavigateSharp = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M480 32 32 240h240v240L480 32z"/> </svg>; };