UNPKG

@nant-design/nant-icons

Version:

8 lines (6 loc) 353 B
import React from 'react'; export const ChevronExpandOutline = ({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" stroke={fill} fill="none" strokeWidth="32" strokeLinecap="round" strokeLinejoin="round"/> </svg>; };