UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 319 B
import React from 'react'; export const ArrowUp = (props) => { return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}> <path d="m112 244 144-144 144 144M256 120v292" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="48"/> </svg>; };