UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 297 B
import React from 'react' import Icon from 'react-icon-base' const MdCallMissedOutgoing = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m5 14l2.3-2.4 12.7 12.7 9.3-9.3h-7.7v-3.4h13.4v13.4h-3.4v-7.7l-11.6 11.7z"/></g> </Icon> ) export default MdCallMissedOutgoing