import React from 'react';
import withIcon from '../lib/withIcon';
export const IconDollar = withIcon(function IconDollar(props) {
    return (<svg data-tag="IconDollar" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path fillRule="evenodd" d="M12 20.963a9 9 0 1 0 0-18 9 9 0 0 0 0 18m.794-14.837v-.654c-.016-.205-.06-.345-.152-.437-.12-.12-.318-.16-.635-.16-.318 0-.516.04-.635.16-.12.12-.16.32-.16.638v.416a.389.389 0 0 1-.346.381c-1.06.128-1.828.457-2.358.922-.504.442-.792 1.007-.91 1.636a3.16 3.16 0 0 0-.078.706c0 1.592 1.212 2.496 3.392 2.986l1.56.352c.937.206 1.473.441 1.655.904l.001.002c.047.12.07.256.07.41 0 .476-.29.87-.773 1.12-.36.14-.85.217-1.491.217-1.458 0-1.872-.399-2.125-.798a4.68 4.68 0 0 1-.102-.17c-.193-.336-.361-.628-1.06-.628-.388 0-.675.054-.865.168-.19.115-.282.289-.282.529 0 .214.13.905.75 1.542.497.51 1.308.987 2.619 1.156a.39.39 0 0 1 .344.381v.623c.015.205.06.345.152.437.119.12.317.16.635.16.317 0 .516-.04.635-.16.12-.12.16-.32.16-.638v-.437c0-.193.146-.354.338-.38.998-.14 1.754-.46 2.294-.902.738-.604 1.073-1.435 1.073-2.346v-.103c0-1.746-1.257-2.634-3.8-3.215l-1.288-.291c-1.09-.24-1.562-.507-1.627-1.053 0-.4.113-.732.433-.963.32-.231.85-.362 1.684-.362 1.413 0 1.754.399 1.95.798.026.051.05.103.072.153.154.342.29.645 1.022.645.382 0 .664-.05.85-.164.187-.113.277-.287.277-.534 0-.402-.182-1.092-.794-1.682-.452-.434-1.136-.814-2.153-.984a.391.391 0 0 1-.332-.381" clipRule="evenodd"/>
    </svg>);
});
//# sourceMappingURL=Dollar.jsx.map