UNPKG

@sparkpost/matchbox

Version:
12 lines (8 loc) 494 B
import React from 'react' import Icon from 'react-icon-base' const MdSettingsVoice = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m31.6 16.6c0 5.7-4.5 10.5-10 11.3v5.5h-3.2v-5.5c-5.5-0.8-10-5.6-10-11.3h2.8c0 5 4.2 8.6 8.8 8.6s8.8-3.6 8.8-8.6h2.8z m-6.6 23.4v-3.4h3.4v3.4h-3.4z m-6.6 0v-3.4h3.2v3.4h-3.2z m1.6-18.4c-2.7 0-5-2.2-5-5v-10c0-2.7 2.3-5 5-5s5 2.3 5 5v10c0 2.8-2.3 5-5 5z m-8.4 18.4v-3.4h3.4v3.4h-3.4z"/></g> </Icon> ) export default MdSettingsVoice