import React from 'react';
import withIcon from '../lib/withIcon';
export const IconHeart = withIcon(function IconHeart(props) {
    return (<svg data-tag="IconHeart" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M21.75 9.188c0 2.933-1.897 5.886-4.064 8.106C15.52 19.514 13.082 21 12 21c-1.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.518-3.174 1.41-4.08.89-.905 2.156-1.357 3.653-1.357 1.663 0 2.628.75 3.28 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"/>
    </svg>);
});
//# sourceMappingURL=Heart.jsx.map