UNPKG

react-jam-icons

Version:
13 lines (10 loc) 329 B
import React from "react"; const AngleDown = props => ( <svg viewBox="0 0 62 35" {...props}> <path d="M60.7 1.6c-1.2-1.2-3.1-1.2-4.2 0L31 27 5.5 1.6C4.3.4 2.4.4 1.3 1.6.1 2.8.1 4.7 1.3 5.8l27.6 27.6c1.2 1.2 3.1 1.2 4.2 0L60.7 5.8c1.2-1.1 1.2-3 0-4.2z" fill="#333" /> </svg> ); export default AngleDown;