import React from 'react';
import withIcon from '../lib/withIcon';
export const IconVolumeOff = withIcon(function IconVolumeOff(props) {
    return (<svg data-tag="IconVolumeOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="m4.337 8.05 3.596 3.595 3.595 3.596c.196.195.31.334.372.493.063.159.075.338.067.614-.075 2.693-.328 3.887-1.178 3.893-.85.007-2.297-1.172-4.761-3.224a2.268 2.268 0 0 0-1.406-.524c-1.56-.026-2.34-.154-2.73-.773C1.5 15.101 1.5 13.991 1.5 12c0-1.543.002-2.557.186-3.223.184-.665.55-.983 1.276-1.135.333-.07.556-.088.757-.029.2.06.378.196.618.436m10.447 2.55c.272.104.513.286.687.525.174.24.279.538.279.875v.019c-.006.525-.208.858-.501.967-.294.11-.678-.005-1.05-.376l-.966-.967-.967-.967c-.114-.115-.181-.196-.22-.288-.038-.093-.048-.198-.048-.36-.013-3.398-.095-5.29-.624-5.974-.53-.686-1.508-.165-3.314 1.264-.245.193-.44.287-.628.276-.189-.01-.372-.123-.592-.344l-.886-.886-.886-.886C4.75 3.16 4.511 3 4.273 3c-.24 0-.478.16-.796.477-.318.318-.477.557-.477.796s.16.477.477.795l7.728 7.728 7.727 7.727c.318.318.557.477.796.477s.477-.159.795-.477c.318-.318.477-.556.477-.795 0-.24-.159-.478-.477-.796l-.066-.066-.067-.067c-.227-.227-.347-.42-.355-.617-.009-.195.094-.394.311-.632A8.197 8.197 0 0 0 22.5 12a8.21 8.21 0 0 0-1.332-4.497 8.285 8.285 0 0 0-3.451-2.991c-.4-.185-.672-.252-.894-.174-.221.078-.392.301-.59.695-.209.42-.28.705-.193.935.087.23.333.406.757.605a6.028 6.028 0 0 1 2.492 2.172c.608.937.961 2.054.961 3.255a5.964 5.964 0 0 1-1.411 3.859c-.23.272-.44.409-.655.415-.215.007-.436-.117-.688-.369l-.155-.155-.155-.155c-.222-.223-.331-.406-.335-.594-.003-.188.099-.381.298-.624a3.743 3.743 0 0 0-1.526-5.867c-.388-.153-.646-.2-.853-.118-.207.083-.364.298-.55.67-.21.42-.288.72-.204.958.085.237.33.412.768.58"/>
    </svg>);
});
//# sourceMappingURL=VolumeOff.jsx.map