UNPKG

react-jam-icons

Version:
13 lines (10 loc) 268 B
import React from "react"; const CaretLeft = props => ( <svg viewBox="0 0 40 64" {...props}> <path d="M38.4 1.3L.8 31.4c-.4.3-.4.9 0 1.2l37.7 30.1c.9.7 1.6.4 1.6-.7V2c-.1-1.1-.8-1.4-1.7-.7z" fill="#333" /> </svg> ); export default CaretLeft;