UNPKG

react-jam-icons

Version:
13 lines (10 loc) 338 B
import React from "react"; const ArrowDownLeft = props => ( <svg viewBox="0 0 63 63" {...props}> <path d="M61.9.9c-1.2-1.2-3.1-1.2-4.2 0L6 52.5V18c0-1.7-1.3-3-3-3s-3 1.3-3 3v42c0 1.7 1.3 3 3 3h42c1.7 0 3-1.3 3-3s-1.3-3-3-3H10L61.9 5.1c1.2-1.1 1.2-3 0-4.2z" fill="#333" /> </svg> ); export default ArrowDownLeft;