UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 316 B
import React from 'react'; export const CaretUp = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="M414 321.94 274.22 158.82a24 24 0 0 0-36.44 0L98 321.94c-13.34 15.57-2.28 39.62 18.22 39.62h279.6c20.5 0 31.56-24.05 18.18-39.62Z"/> </svg>; };