@nant-design/nant-icons
Version:
8 lines (6 loc) • 318 B
JSX
import React from 'react';
export const ChevronUp = ({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="round" strokeLinejoin="round" strokeWidth="48"/>
</svg>;
};