UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 323 B
import React from 'react'; export const ChevronUpSharp = ({fill="currentColor",...other}) => { return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}> <path d="m112 328 144-144 144 144" fill="none" stroke={fill} strokeLinecap="square" strokeMiterlimit="10" strokeWidth="48"/> </svg>; };