UNPKG

@sparkpost/matchbox

Version:
12 lines (8 loc) 417 B
import React from 'react' import Icon from 'react-icon-base' const MdSwitchCamera = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m25 25.9l5.9-5.9-5.9-5.9v4.3h-10v-4.3l-5.9 5.9 5.9 5.9v-4.3h10v4.3z m8.4-19.3c1.8 0 3.2 1.6 3.2 3.4v20c0 1.8-1.4 3.4-3.2 3.4h-26.8c-1.8 0-3.2-1.6-3.2-3.4v-20c0-1.8 1.4-3.4 3.2-3.4h5.4l3-3.2h10l3.1 3.2h5.3z"/></g> </Icon> ) export default MdSwitchCamera