UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 359 B
import React from 'react' import Icon from 'react-icon-base' const IoIosSkipforwardOutline = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m26.3 7.5h6.2v25h-6.2v-11.1l-18.8 11.1v-25l18.8 11.1v-11.1z m-0.6 12.8l0.6-0.3-0.6-0.3-16.9-10v20.6z m5.6 11v-22.5h-3.7v22.5h3.7z"/></g> </Icon> ) export default IoIosSkipforwardOutline