import React from 'react';
import withIcon from '../lib/withIcon';
export const IconHeartOutline = withIcon(function IconHeartOutline(props) {
    return (<svg data-tag="IconHeartOutline" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M16.688 3.75c-1.664 0-2.629.75-3.281 1.5-.653.75-.993 1.5-1.407 1.5-.414 0-.754-.75-1.407-1.5-.652-.75-1.617-1.5-3.28-1.5-1.497 0-2.762.452-3.654 1.358-.891.905-1.409 2.265-1.409 4.08 0 2.933 1.897 5.886 4.064 8.106C8.48 19.514 10.918 21 12 21c1.082 0 3.52-1.486 5.686-3.706 2.167-2.22 4.064-5.173 4.064-8.107 0-1.814-.517-3.174-1.41-4.08-.89-.905-2.156-1.357-3.652-1.357M10.78 9.144c.327.557.773.835 1.219.835.446 0 .892-.278 1.22-.835.546-.931 1.08-1.717 1.668-2.27C15.476 6.32 16.116 6 16.875 6c.693 0 1.35.205 1.832.706.483.5.793 1.298.793 2.481 0 2.183-1.458 4.446-3.124 6.225-1.667 1.779-3.542 3.073-4.376 3.317-.834-.244-2.71-1.538-4.376-3.317C5.958 13.633 4.5 11.369 4.5 9.187c0-1.183.31-1.98.793-2.481C5.776 6.205 6.432 6 7.125 6c.759 0 1.4.32 1.987.874.587.553 1.122 1.339 1.669 2.27"/>
    </svg>);
});
//# sourceMappingURL=HeartOutline.jsx.map