import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M13.447 12.105a1 1 0 0 1 .447 1.342L12.618 16H15a1 1 0 0 1 .894 1.447l-2 4a1 1 0 1 1-1.788-.894L13.382 18H11a1 1 0 0 1-.894-1.447l2-4a1 1 0 0 1 1.341-.448Z" clipRule="evenodd" /><path d="M9.75 2C5.436 2 2 5.616 2 10c0 4.088 2.988 7.51 6.89 7.952.159.017.27-.154.218-.304a2 2 0 0 1 .103-1.542l2-4a2 2 0 0 1 3.578 1.788l-.408.817a.2.2 0 0 0 .179.289H15a2 2 0 0 1 1.789 2.894.073.073 0 0 0 .065.106h.396c2.657 0 4.75-2.223 4.75-4.889 0-2.599-1.99-4.777-4.551-4.885a.185.185 0 0 1-.173-.14C16.45 4.613 13.416 2 9.75 2Z" /></svg>;
export default SvgComponent;