UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 341 B
import React from 'react' import Icon from 'react-icon-base' const FaVolumeOff = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m28.6 7.9v24.2q0 0.6-0.4 1t-1 0.5-1-0.5l-7.4-7.4h-5.9q-0.6 0-1-0.4t-0.4-1v-8.6q0-0.6 0.4-1t1-0.4h5.9l7.4-7.4q0.4-0.5 1-0.5t1 0.5 0.4 1z"/></g> </Icon> ) export default FaVolumeOff