import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEmojiSmilingEyes = withIcon(function IconEmojiSmilingEyes(props) {
    return (<svg data-tag="IconEmojiSmilingEyes" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12 3a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 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.636A8.972 8.972 0 0 0 21 12a8.972 8.972 0 0 0-2.636-6.364A8.972 8.972 0 0 0 12 3m-4.781 9.094a.472.472 0 0 1-.346-.123.473.473 0 0 1-.123-.346c0-.742.202-1.563.537-2.197.335-.635.804-1.084 1.338-1.084s1.003.449 1.338 1.084a4.92 4.92 0 0 1 .537 2.197c0 .15-.043.266-.122.346a.473.473 0 0 1-.347.123c-.316 0-.515-.281-.711-.563-.196-.281-.39-.562-.695-.562-.305 0-.498.28-.695.562-.196.281-.395.563-.711.563M12 17.25c-1.427 0-2.458-.462-3.133-1.003-.674-.54-.992-1.16-.992-1.474 0-.172.048-.303.136-.39a.51.51 0 0 1 .373-.133c.315 0 .67.281 1.221.562.551.282 1.298.563 2.395.563s1.844-.281 2.395-.563c.55-.28.906-.562 1.221-.562a.51.51 0 0 1 .373.132c.088.088.136.219.136.391 0 .314-.318.934-.992 1.474-.675.54-1.706 1.003-3.133 1.003m4.781-5.156c-.316 0-.515-.281-.711-.563-.196-.281-.39-.562-.695-.562-.305 0-.498.28-.695.562-.196.281-.395.563-.711.563a.472.472 0 0 1-.346-.123.473.473 0 0 1-.123-.346c0-.742.202-1.563.537-2.197.335-.635.804-1.084 1.338-1.084s1.003.449 1.338 1.084a4.92 4.92 0 0 1 .537 2.197c0 .15-.043.266-.122.346a.473.473 0 0 1-.347.123"/>
    </svg>);
});
//# sourceMappingURL=EmojiSmilingEyes.jsx.map