UNPKG

rentypo

Version:

React's components for Entypo+ icons

12 lines (10 loc) 309 B
import React, { Component } from 'react' export default class ArrowLeft extends Component { render () { return ( <svg className={this.props.children} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> <path d="M2.5 10L9 3.5V7h8v6H9v3.5L2.5 10z"/> </svg> ) } }