UNPKG

react-jam-icons

Version:
13 lines (10 loc) 303 B
import React from "react"; const Rec = 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 26z" fill="#343434" /> </svg> ); export default Rec;