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="M9.796 2.244C11.653 1.826 13 3.422 13 5v5a1 1 0 0 0 1 1h5c1.578 0 3.174 1.347 2.756 3.204C20.752 18.666 16.766 22 12 22 6.477 22 2 17.523 2 12c0-4.767 3.334-8.752 7.796-9.756Z" clipRule="evenodd" /><path fillRule="evenodd" d="M21.128 9.079c-.524.581-1.307.92-2.128.92h-2a3 3 0 0 1-3-3V5c0-.821.34-1.604.92-2.128.602-.542 1.469-.8 2.37-.488a7.017 7.017 0 0 1 4.326 4.325c.313.902.054 1.769-.488 2.37Z" clipRule="evenodd" /></svg>;
export default SvgComponent;