UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 344 B
import React from 'react' import Icon from 'react-icon-base' const MdReplay = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m20 8.4c7.3 0 13.4 5.9 13.4 13.2s-6.1 13.4-13.4 13.4-13.4-6-13.4-13.4h3.4c0 5.6 4.5 10 10 10s10-4.4 10-10-4.5-10-10-10v6.8l-8.4-8.4 8.4-8.4v6.8z"/></g> </Icon> ) export default MdReplay