UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 270 B
import React from 'react' import Icon from 'react-icon-base' const IoPodium = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m0 35v-15h10v15h-10z m12.5 0v-22.5h10v22.5h-10z m12.5 0v-10h10v10h-10z"/></g> </Icon> ) export default IoPodium