import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEmojiSmile = withIcon(function IconEmojiSmile(props) {
    return (<svg data-tag="IconEmojiSmile" 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 3M9 8.25c.365 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.401s.098-1.087.288-1.401A.924.924 0 0 1 9 8.25m-.616 6c.315 0 .67.281 1.221.563.551.28 1.298.562 2.395.562s1.844-.281 2.395-.562c.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.003s-2.458-.462-3.133-1.003c-.674-.54-.992-1.16-.992-1.473 0-.173.048-.304.136-.392a.51.51 0 0 1 .373-.132M15 12a.924.924 0 0 1-.837-.474c-.19-.314-.288-.783-.288-1.401s.098-1.087.288-1.401A.924.924 0 0 1 15 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 15 12"/>
    </svg>);
});
//# sourceMappingURL=EmojiSmile.jsx.map