UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 433 B
import React from 'react' import Icon from 'react-icon-base' const IoIosClockOutline = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m19.8 3.8c8.9 0 16.2 7.2 16.2 16.2s-7.3 16.3-16.2 16.3-16.3-7.3-16.3-16.3 7.3-16.2 16.3-16.2z m0 31.1c8.2 0 14.9-6.7 14.9-14.9s-6.7-14.9-14.9-14.9-15 6.7-15 14.9 6.7 14.9 15 14.9z m0-14.9v-10h1.3v11.3h-8.8v-1.3h7.5z"/></g> </Icon> ) export default IoIosClockOutline