import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEmojiGrinningSmilingEyesOff = withIcon(function IconEmojiGrinningSmilingEyesOff(props) {
    return (<svg data-tag="IconEmojiGrinningSmilingEyesOff" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M20.673 20.267c-.333.333-.5.5-.707.5-.207 0-.374-.167-.707-.5l-3.893-3.894c.159-.2.305-.42.434-.66.287-.53.389-.897.286-1.13-.102-.233-.409-.333-.938-.333h-1.905l-2.745-2.745a4.933 4.933 0 0 0-.535-2.078c-.335-.634-.804-1.083-1.338-1.083-.317 0-.611.158-.868.42L3.702 4.71c-.333-.333-.5-.5-.5-.707 0-.207.167-.374.5-.707.334-.333.5-.5.707-.5.207 0 .374.167.707.5L6.611 4.79A8.96 8.96 0 0 1 12 3a8.972 8.972 0 0 1 6.364 2.636A8.972 8.972 0 0 1 21 12a8.96 8.96 0 0 1-1.79 5.389l1.463 1.463c.333.334.5.5.5.707 0 .207-.167.374-.5.707m-3.892-8.173c-.316 0-.515-.282-.711-.563l-.005-.007c-.195-.279-.388-.555-.69-.555-.302 0-.495.276-.69.555l-.005.007c-.196.281-.395.563-.711.563a.472.472 0 0 1-.346-.123.473.473 0 0 1-.123-.346c0-.743.202-1.563.537-2.198.335-.634.804-1.083 1.338-1.083s1.003.449 1.338 1.083c.335.635.537 1.455.537 2.198a.476.476 0 0 1-.122.346.473.473 0 0 1-.347.123" clipRule="evenodd"/>
      <path d="M3 12a8.95 8.95 0 0 1 1.374-4.781l2.695 2.695a4.985 4.985 0 0 0-.319 1.71c0 .15.043.267.123.347.08.08.197.123.346.123.316 0 .515-.282.711-.563l.005-.007a2.25 2.25 0 0 1 .335-.41l3.135 3.136H8.853c-.53 0-.837.1-.94.333-.102.233 0 .6.287 1.13A4.315 4.315 0 0 0 12 18a4.336 4.336 0 0 0 2.412-.742l2.37 2.368A8.958 8.958 0 0 1 12 21a8.972 8.972 0 0 1-6.364-2.636A8.972 8.972 0 0 1 3 12"/>
    </svg>);
});
//# sourceMappingURL=EmojiGrinningSmilingEyesOff.jsx.map