import React from 'react';
import withIcon from '../lib/withIcon';
export const IconHeartbroken = withIcon(function IconHeartbroken(props) {
    return (<svg data-tag="IconHeartbroken" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.469 20.24c.1.201.096.391.01.53-.086.14-.254.23-.479.23-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.815.518-3.174 1.41-4.08.89-.905 2.156-1.357 3.653-1.357.419 0 .793.048 1.13.13.336.084.635.203.901.345.35.188.66.436.927.726.266.29.49.623.667.978l.77 1.54.77 1.541c.198.394.284.671.242.928-.041.256-.21.492-.522.803l-.729.729-.728.728c-.624.624-.961 1.095-1.044 1.608-.084.512.088 1.066.482 1.855l1.145 2.29zm4.219-16.49c-.863 0-1.537.201-2.077.499s-.947.693-1.273 1.08c-.225.267-.352.522-.385.79-.033.266.03.544.185.855l.342.683.34.682c.395.789.567 1.343.484 1.855-.084.513-.421.984-1.045 1.608l-.728.728-.729.728c-.312.312-.48.548-.522.804-.042.257.044.533.241.928l1.11 2.22 1.11 2.22c.118.236.284.381.476.43.19.048.407 0 .625-.151a19.852 19.852 0 0 0 4.581-4.457c1.352-1.847 2.327-3.96 2.327-6.065 0-1.815-.517-3.174-1.409-4.08-.892-.905-2.157-1.357-3.654-1.357"/>
    </svg>);
});
//# sourceMappingURL=Heartbroken.jsx.map