import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMegaphones = withIcon(function IconMegaphones(props) {
    return (<svg data-tag="IconMegaphones" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M5.772 8.027a.802.802 0 0 0-.583.97L7.81 19.51c.056.223.158.57.478.757.32.188.673.116.896.06.223-.055.574-.158.763-.473.194-.317.122-.67.066-.893l-.416-1.67a2.088 2.088 0 0 1 .04-1.287 2.05 2.05 0 0 1 .813-.988l.006-.004c.882-.576 2.006-.325 2.448-.224l1.165.258c3.135.697 4.821 1.072 5.273.553.684-.789.17-2.892-.871-7.069-1.042-4.177-1.575-6.275-2.55-6.65-.987-.383-2.427.991-5.303 3.738-.695.663-1.225 1.1-1.819 1.428-.593.328-1.24.546-2.17.778l-.855.213zm14.044 1.765c.071.286.418.396.594.15a2.69 2.69 0 0 0 .432-2.236 2.69 2.69 0 0 0-1.43-1.77c-.265-.13-.525.13-.455.412zM5.112 14.886a.583.583 0 0 1-.45.72c-.71.13-1.166.136-1.5-.064-.544-.323-.76-1.187-1.187-2.904-.429-1.717-.644-2.581-.315-3.122.2-.338.605-.547 1.294-.76.32-.1.654.1.735.424z"/>
    </svg>);
});
//# sourceMappingURL=Megaphones.jsx.map