| 315 | } |
| 316 | |
| 317 | export const ArrowDownIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => { |
| 318 | return ( |
| 319 | <svg |
| 320 | {...props} |
| 321 | viewBox="0 0 1024 1024" |
| 322 | version="1.1" |
| 323 | xmlns="http://www.w3.org/2000/svg" |
| 324 | width="1em" |
| 325 | height="1em" |
| 326 | fill="currentColor" |
| 327 | > |
| 328 | <path d="M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3 0.1-12.7-6.4-12.7z"></path> |
| 329 | </svg> |
| 330 | ) |
| 331 | } |
| 332 | |
| 333 | export const ArrowUpIcon: React.FC<React.HTMLAttributes<SVGSVGElement>> = props => { |
| 334 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…