UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 368 B
import React from 'react' import Icon from 'react-icon-base' const IoIosPie = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m18.8 5c8.9 0 16.2 7.3 16.2 16.3s-7.3 16.2-16.2 16.2c-7.2 0-13.4-4.7-15.5-11.2l15.5-3.8v-17.5z m-1.3-2.5v19.1l-16 4c-1.5-2.5-1.5-6.9-1.5-6.9 0-7.1 4.5-16.2 17-16.2h0.5z"/></g> </Icon> ) export default IoIosPie