UNPKG

react-jam-icons

Version:
13 lines (10 loc) 417 B
import React from "react"; const Forward = props => ( <svg viewBox="0 0 64 52" {...props}> <path d="M62.8 24.4L26.5.6C25.1-.3 24 .3 24 2v12.6l-2.7-1.8-3.3-2L2.5.6C1.1-.3 0 .3 0 2v48.1c0 1.7 1.1 2.3 2.5 1.4L18 41.3l3.3-2.2 2.7-1.8v12.6c0 1.7 1.1 2.3 2.5 1.4l36.3-23.8c1.4-.7 1.4-2.2 0-3.1zM30 42V26.3L6 42V10.1l24 15.7V10.1l24.4 16L30 42z" fill="#343434" /> </svg> ); export default Forward;