import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPlaybackNoCaptions = withIcon(function IconPlaybackNoCaptions(props) {
    return (<svg data-tag="IconPlaybackNoCaptions" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M4.326 3c.238 0 .477.159.795.477l.103.102c.27.27.657.38 1.036.33 1.184-.159 2.802-.159 5.012-.159h1.5c4.125 0 6.188 0 7.22 1.031 1.03 1.032 1.03 3.094 1.03 7.219 0 3.289 0 5.266-.523 6.456a.428.428 0 0 0 .077.476c.318.318.477.557.477.796 0 .238-.159.477-.477.795-.318.318-.556.477-.795.477s-.478-.159-.796-.477l-.546-.547-.004.001-.725-.725-2.002-2.002h.004l-1.499-1.5h-.004l-1.5-1.5h.003l-1.499-1.5h-.004L3.736 5.277 3.7 5.24l.002-.001-.17-.171c-.319-.318-.477-.557-.478-.795 0-.24.16-.478.477-.796.318-.318.557-.477.796-.477m11.568 11.25h1.378c.3 0 .487-.038.6-.15.113-.113.15-.3.15-.6s-.037-.487-.15-.6c-.113-.112-.3-.15-.6-.15h-2.878zm-3.346 2.13 2.806 2.93c.336.35.1.926-.385.932-.658.008-1.388.008-2.198.008h-1.5c-4.125 0-6.187 0-7.218-1.031C3.022 18.187 3.022 16.125 3.022 12c0-1.656 0-2.98.067-4.038a.358.358 0 0 1 .614-.228zm-5.777-.63c-.299 0-.486.038-.6.15-.112.113-.15.3-.15.6s.038.487.15.6c.114.112.301.15.6.15h4.5c.3 0 .487-.038.6-.15.113-.113.15-.3.15-.6s-.037-.487-.15-.6c-.113-.112-.3-.15-.6-.15zm0-3c-.299 0-.486.038-.6.15-.112.113-.15.3-.15.6s.038.487.15.6c.114.112.301.15.6.15h1.5c.3 0 .487-.038.6-.15.113-.113.15-.3.15-.6s-.037-.487-.15-.6c-.113-.112-.3-.15-.6-.15z" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=PlaybackNoCaptions.jsx.map