import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEmojiWinking = withIcon(function IconEmojiWinking(props) {
    return (<svg data-tag="IconEmojiWinking" 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.125 7.125c0-.618.098-1.087.288-1.401A.924.924 0 0 1 9 8.25c.366 0 .647.16.836.474.19.314.289.783.289 1.401s-.099 1.087-.289 1.401A.924.924 0 0 1 9 12a.924.924 0 0 1-.837-.474c-.19-.314-.288-.783-.288-1.401M12 17.25c-1.077 0-1.827-.216-2.307-.511-.481-.296-.693-.67-.693-.989 0-.222.065-.41.192-.542.126-.132.314-.208.558-.208.255 0 .499.094.838.188.34.093.774.187 1.412.187 1.097 0 1.844-.281 2.395-.562.55-.282.906-.563 1.221-.563a.51.51 0 0 1 .373.132c.088.088.136.219.136.392 0 .314-.318.933-.992 1.473-.675.54-1.706 1.003-3.133 1.003m4.781-5.531c-.316 0-.515-.188-.711-.375-.196-.188-.39-.375-.695-.375-.305 0-.498.187-.695.375-.196.187-.395.375-.711.375a.472.472 0 0 1-.346-.123.473.473 0 0 1-.123-.346c0-.49.202-.935.537-1.258a1.912 1.912 0 0 1 1.338-.523c.534 0 1.003.2 1.338.523.335.323.537.768.537 1.258 0 .15-.043.266-.122.346a.473.473 0 0 1-.347.123"/>
    </svg>);
});
//# sourceMappingURL=EmojiWinking.jsx.map