UNPKG

react-jam-icons

Version:
13 lines (10 loc) 411 B
import React from "react"; const CaretTopCircle = props => ( <svg viewBox="0 0 64 64" {...props}> <path d="M32 0C14.3 0 0 14.3 0 32s14.3 32 32 32 32-14.3 32-32S49.7 0 32 0zm0 58C17.6 58 6 46.4 6 32S17.6 6 32 6s26 11.6 26 26-11.6 26-26 26zm.7-35.8c-.4-.4-1-.4-1.3 0l-13 14.2c-.7.8-.5 1.5.7 1.5h25.8c1.1 0 1.4-.7.7-1.5L32.7 22.2z" fill="#333" /> </svg> ); export default CaretTopCircle;