import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEmojiSunglasses = withIcon(function IconEmojiSunglasses(props) {
    return (<svg data-tag="IconEmojiSunglasses" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21.75 7.863c0-.718-.202-1.277-.585-1.657-.383-.38-.947-.581-1.67-.581h-.553c-.216 0-.38-.02-.53-.076a1.422 1.422 0 0 1-.45-.29A8.977 8.977 0 0 0 12 3a8.977 8.977 0 0 0-5.962 2.259 1.42 1.42 0 0 1-.449.29c-.15.056-.314.076-.53.076h-.553c-.723 0-1.287.2-1.67.58-.383.38-.585.94-.585 1.658 0 .592.054 1.144.16 1.655.104.51.26.979.462 1.401.062.13.1.231.12.337.02.106.024.215.018.358A8.772 8.772 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364A8.972 8.972 0 0 0 12 21a8.972 8.972 0 0 0 6.364-2.636 8.972 8.972 0 0 0 2.627-6.75 1.467 1.467 0 0 1 .017-.358c.02-.106.058-.208.12-.337a6.07 6.07 0 0 0 .463-1.4 8.22 8.22 0 0 0 .159-1.656M8.4 7.125h1.345c.244 0 .432.065.56.19.128.125.195.31.195.548a6.35 6.35 0 0 1-.2 1.634c-.14.521-.36 1.003-.678 1.403-.11.136-.245.19-.367.169-.122-.022-.23-.12-.285-.285l-.507-1.521-.507-1.521c-.06-.179-.043-.333.036-.442.08-.11.22-.175.408-.175m-1.849 4.837c-1.062-.146-1.763-.704-2.197-1.458-.435-.755-.604-1.707-.604-2.64 0-.24.067-.424.195-.55.128-.124.317-.19.56-.19h.522c.166 0 .295.034.396.107a.657.657 0 0 1 .226.343l.65 1.948.65 1.948c.05.152.03.286-.042.377-.072.09-.197.137-.356.115m9.249 3.752A4.314 4.314 0 0 1 12 18a4.315 4.315 0 0 1-3.8-2.286c-.287-.532-.389-.898-.286-1.13.102-.234.409-.334.938-.334h6.296c.529 0 .836.1.938.333.103.233 0 .6-.286 1.13m.501-3.752c-1.062-.146-1.763-.704-2.197-1.458-.435-.755-.604-1.707-.604-2.64 0-.24.067-.424.195-.55.128-.124.317-.19.56-.19h.522c.166 0 .295.034.396.107a.657.657 0 0 1 .227.343l.649 1.948.65 1.948c.05.152.03.286-.042.377-.072.09-.197.137-.356.115m3.07-1.062c-.109.136-.244.19-.366.169-.122-.022-.23-.12-.285-.285l-.507-1.521-.507-1.521c-.06-.179-.043-.333.036-.442.08-.11.22-.175.408-.175h1.345c.243 0 .432.065.56.19.128.125.195.31.195.548a6.35 6.35 0 0 1-.2 1.634c-.14.521-.36 1.003-.678 1.403"/>
    </svg>);
});
//# sourceMappingURL=EmojiSunglasses.jsx.map