UNPKG

rentypo

Version:

React's components for Entypo+ icons

12 lines (10 loc) 315 B
import React, { Component } from 'react' export default class ArrowRight extends Component { render () { return ( <svg className={this.props.children} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"> <path d="M11 16.5V13H3V7h8V3.5l6.5 6.5-6.5 6.5z"/> </svg> ) } }