import React from 'react';
import withIcon from '../lib/withIcon';
export const IconEmojiGrinning = withIcon(function IconEmojiGrinning(props) {
    return (<svg data-tag="IconEmojiGrinning" 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.837.474.19.314.288.783.288 1.401s-.098 1.087-.288 1.401A.924.924 0 0 1 9 12a.923.923 0 0 1-.836-.474c-.19-.314-.289-.783-.289-1.401s.099-1.087.289-1.401A.924.924 0 0 1 9 8.25m6.8 7.171c-.426.631-1.028 1.088-1.697 1.388A5.2 5.2 0 0 1 12 17.25a5.207 5.207 0 0 1-2.103-.441c-.67-.3-1.27-.757-1.697-1.388-.287-.425-.389-.718-.286-.904.102-.187.409-.267.938-.267h6.296c.529 0 .836.08.938.267.103.186 0 .479-.286.904M15 12a.924.924 0 0 1-.836-.474c-.19-.314-.289-.783-.289-1.401s.099-1.087.289-1.401A.924.924 0 0 1 15 8.25c.365 0 .647.16.837.474.19.314.288.783.288 1.401s-.099 1.087-.288 1.401A.924.924 0 0 1 15 12"/>
    </svg>);
});
//# sourceMappingURL=EmojiGrinning.jsx.map