import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEmojiGrinningHeartEyes = withIcon(function IconEmojiGrinningHeartEyes(props) {
    return (<svg data-tag="IconEmojiGrinningHeartEyes" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21.75 8.405c0-.943-.307-1.732-.843-2.285-.536-.553-1.3-.87-2.215-.87h-.007c-.283 0-.472-.01-.645-.064-.174-.054-.334-.151-.558-.324A8.98 8.98 0 0 0 12 3a8.982 8.982 0 0 0-5.482 1.862c-.225.173-.384.27-.558.324-.174.054-.362.065-.645.064h-.007c-.915 0-1.68.317-2.215.87-.536.553-.843 1.342-.843 2.285 0 .393.055.785.154 1.168.099.384.242.76.419 1.122.085.173.137.291.165.414.028.122.033.25.023.443A8.68 8.68 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.624-6.812c-.01-.193-.005-.32.024-.443.028-.123.08-.24.165-.414.177-.362.32-.738.42-1.122.098-.383.153-.775.153-1.168m-18 0c0-.552.15-.966.42-1.242.27-.275.66-.413 1.138-.413.638 0 .997.375 1.244.75.248.375.383.75.573.75.19 0 .325-.375.573-.75.247-.375.607-.75 1.244-.75.479 0 .868.138 1.138.413.27.276.42.69.42 1.242 0 1.082-.618 2.168-1.35 2.984-.73.816-1.574 1.361-2.025 1.361-.451 0-1.295-.545-2.026-1.361-.73-.816-1.349-1.902-1.349-2.984m12.05 7.309A4.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-.233.409-.334.939-.334h6.295c.529 0 .836.1.938.334.103.233 0 .598-.286 1.13m1.075-2.964c-.451 0-1.295-.545-2.026-1.361-.73-.816-1.349-1.902-1.349-2.984 0-.552.15-.966.42-1.242.27-.275.66-.413 1.138-.413.637 0 .997.375 1.244.75.248.375.383.75.573.75.19 0 .325-.375.573-.75.247-.375.607-.75 1.244-.75.479 0 .868.138 1.138.413.27.276.42.69.42 1.242 0 1.082-.618 2.168-1.35 2.984-.73.816-1.574 1.361-2.025 1.361"/>
    </svg>);
});
//# sourceMappingURL=EmojiGrinningHeartEyes.jsx.map