@nant-design/nant-icons
Version:
8 lines (6 loc) • 346 B
JSX
import React from 'react';
export const ChevronExpand = ({fill="currentColor",...other}) => {
return <svg width='1.33em' height='1.33em' fill={fill} viewBox="0 0 512 512" {...other}>
<path d="m136 208 120-104 120 104m-240 96 120 104 120-104" fill="none" stroke={fill} strokeWidth="48" strokeLinecap="round" strokeLinejoin="round"/>
</svg>;
};