@nant-design/nant-icons
Version:
8 lines (6 loc) • 325 B
JSX
import React from 'react';
export const ChevronDownSharp = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="m112 184 144 144 144-144" fill="none" stroke={fill} strokeLinecap="square" strokeMiterlimit="10" strokeWidth="48"/>
</svg>;
};