UNPKG

react-jam-icons

Version:
13 lines (10 loc) 385 B
import React from "react"; const ArrowTop = props => ( <svg viewBox="0 0 62 63" {...props}> <path d="M60.5 29.1L32.9 1.5c-.6-.6-1.4-.9-2.1-.9-.8 0-1.5.3-2.1.9L1.1 29.1c-1.2 1.2-1.2 3.1 0 4.2 1.2 1.2 3.1 1.2 4.2 0L28 10.7V60c0 1.7 1.3 3 3 3s3-1.3 3-3V11l22.3 22.3c1.2 1.2 3.1 1.2 4.2 0 1.2-1.2 1.2-3.1 0-4.2z" fill="#333" /> </svg> ); export default ArrowTop;