UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 310 B
import React from 'react'; export const Triangle = ({width="410",height="404",...other}) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}> <path d="M464 464H48a16 16 0 0 1-14.07-23.62l208-384a16 16 0 0 1 28.14 0l208 384A16 16 0 0 1 464 464Z"/> </svg>; };