import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTheater = withIcon(function IconTheater(props) {
    return (<svg data-tag="IconTheater" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.375 9.085c-1.814 0-3.408-1.013-4.548-1.42C3.687 7.26 3 7.46 3 9.888v4.489c0 1.499.207 2.597.83 3.65.623 1.052 1.662 2.06 3.325 3.376.923.731 1.571 1.097 2.22 1.097.649 0 1.297-.366 2.22-1.097 1.663-1.317 2.702-2.324 3.325-3.376.623-1.053.83-2.151.83-3.65V9.888c0-2.428-.686-2.629-1.826-2.223-1.14.407-2.733 1.42-4.549 1.42M5.25 14.156c0-.446.157-.891.42-1.225.264-.334.633-.556 1.057-.556.428 0 .808.225 1.082.56.274.335.44.78.44 1.221 0 .156-.029.274-.09.352-.062.078-.156.117-.284.117-.164 0-.3-.094-.467-.188a1.268 1.268 0 0 0-.658-.187c-.292 0-.49.094-.658.187-.167.094-.303.188-.467.188-.129 0-.222-.04-.284-.117-.062-.078-.091-.196-.091-.352m4.148 4.969a3.3 3.3 0 0 1-1.884-.584c-.475-.335-.764-.757-.764-1.104 0-.174.053-.315.138-.412a.434.434 0 0 1 .33-.15c.228 0 .466.14.798.281.332.14.758.281 1.359.281.6 0 1.027-.14 1.359-.28.332-.142.57-.282.797-.282a.43.43 0 0 1 .33.15.614.614 0 0 1 .139.412c0 .351-.28.773-.745 1.107a3.208 3.208 0 0 1-1.857.58m3.727-4.5c-.164 0-.3-.094-.467-.188A1.268 1.268 0 0 0 12 14.25c-.291 0-.49.094-.658.187-.167.094-.303.188-.467.188-.129 0-.222-.04-.284-.117-.061-.078-.091-.196-.091-.352 0-.446.157-.891.42-1.225.264-.334.633-.556 1.057-.556.428 0 .808.225 1.082.56.274.335.44.78.44 1.221 0 .156-.029.274-.09.352-.062.078-.155.117-.284.117M21 3.888v4.489c0 1.051-.1 1.906-.375 2.686-.273.78-.721 1.486-1.416 2.24-.678.736-1.168 1.047-1.488.924-.32-.124-.471-.68-.471-1.682V9.888c0-1.29-.215-2.262-.642-2.911C16.18 6.327 15.54 6 14.692 6c-.393 0-.774.083-1.165.215-.39.132-.79.311-1.219.505-.45.202-.93.419-1.425.584-.494.166-1.002.281-1.508.281A1.123 1.123 0 0 1 8.25 6.458v-2.57c0-2.428.686-2.629 1.826-2.223 1.14.407 2.734 1.42 4.549 1.42 1.816 0 3.41-1.013 4.55-1.42C20.313 1.26 21 1.46 21 3.888"/>
    </svg>);
});
//# sourceMappingURL=Theater.jsx.map