import React from 'react';
import withIcon from '../lib/withIcon';
export const IconIncome = withIcon(function IconIncome(props) {
    return (<svg data-tag="IconIncome" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M23.25 16.5c0 1.035-.42 1.973-1.098 2.652A3.738 3.738 0 0 1 19.5 20.25a3.738 3.738 0 0 1-2.652-1.098A3.738 3.738 0 0 1 15.75 16.5c0-1.036.42-1.973 1.098-2.652A3.738 3.738 0 0 1 19.5 12.75c1.035 0 1.973.42 2.652 1.098A3.738 3.738 0 0 1 23.25 16.5m-9.512-.756H8.176c-.365 0-.614-.047-.788-.184-.174-.137-.274-.364-.34-.723-.1-.544-.297-.985-.586-1.318a2.16 2.16 0 0 0-1.141-.676c-.328-.081-.533-.182-.656-.347-.123-.165-.163-.395-.163-.733v-1.026c0-.338.04-.568.163-.733.123-.165.328-.266.656-.347a2.16 2.16 0 0 0 1.14-.676c.29-.333.487-.774.587-1.318.066-.359.166-.586.34-.723.174-.137.423-.184.788-.184h7.648c.365 0 .614.047.788.184.174.137.274.364.34.723.1.545.297.985.587 1.318.29.333.67.559 1.14.676.328.082.533.182.656.347.123.165.163.395.163.733 0 .19.034.317.115.398.081.081.21.115.399.115h1.226c.189 0 .317-.034.398-.115.08-.081.114-.21.114-.398-.002-3.119-.046-4.678-.911-5.457-.865-.78-2.552-.78-5.839-.78H9c-3.375 0-5.062 0-5.906.844-.844.843-.844 2.53-.844 5.906 0 3.375 0 5.062.844 5.906C3.938 18 5.625 18 9 18h4.738c.189 0 .317-.034.398-.114.08-.081.114-.21.114-.398v-1.232c0-.188-.034-.316-.114-.397-.08-.081-.21-.115-.398-.115M12 7.874c-.974 0-1.724.288-2.23.854-.507.566-.77 1.41-.77 2.522 0 1.113.263 1.956.77 2.522.506.566 1.256.853 2.23.853s1.724-.287 2.23-.853c.507-.566.77-1.41.77-2.522 0-1.113-.263-1.957-.77-2.522-.506-.566-1.256-.853-2.23-.853"/>
    </svg>);
});
//# sourceMappingURL=Income.jsx.map