UNPKG

react-jam-icons

Version:
13 lines (10 loc) 322 B
import React from "react"; const Share = props => ( <svg viewBox="0 0 65 61" {...props}> <path d="M62.8 20.6L37.2 1.4C35.4.1 34 .8 34 3v10.7C14.8 17.5.1 37.1 0 60.8 5.9 45 18.7 33.6 34 32.2V43c0 2.2 1.4 2.9 3.2 1.6l25.6-19.2c1.8-1.3 1.8-3.5 0-4.8z" fill="#333" /> </svg> ); export default Share;