UNPKG

react-jam-icons

Version:
13 lines (10 loc) 354 B
import React from "react"; const PaperPlane = props => ( <svg viewBox="0 0 58 58" {...props}> <path d="M53.9.8L2.2 18c-2.6.9-2.7 2.5-.1 3.5l24.1 10.1 10.1 24.1c1.1 2.5 2.6 2.5 3.5-.1L57 4c.9-2.7-.5-4.1-3.1-3.2zM8.8 20L49 6.6 27.7 28 8.8 20zm29 29.1l-8-19L51.3 8.6 37.8 49.1z" fill="#333" /> </svg> ); export default PaperPlane;