UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 347 B
import React from 'react' import Icon from 'react-icon-base' const IoIosCalendar = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m5 35v-20h30v20h-30z m30-27.5v6.3h-30v-6.3h7.5v3.8h1.3v-3.8h12.5v3.8h1.2v-3.8h7.5z m-22.5 0v-2.5h1.3v2.5h-1.3z m13.8 0v-2.5h1.2v2.5h-1.2z"/></g> </Icon> ) export default IoIosCalendar