import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M4.715 5.068a4.686 4.686 0 0 0-.397.39 5.044 5.044 0 0 0-.975 1.616A5.443 5.443 0 0 0 3 8.979c0 .654.116 1.302.343 1.906.226.604.557 1.153.975 1.615l6.198 6.858a2 2 0 0 0 2.968 0l2.62-2.9-11.39-11.39Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M4.795 5a4.67 4.67 0 0 0-.477.458 5.044 5.044 0 0 0-.975 1.616A5.443 5.443 0 0 0 3 8.979c0 .654.116 1.302.343 1.906.226.604.557 1.153.975 1.615l6.198 6.858a2 2 0 0 0 2.968 0l2.685-2.971M3 3l16 16M9.222 4.379a4.5 4.5 0 0 1 1.46 1.08c.705.78 1.93.78 2.636 0C14.162 4.524 15.307 4 16.5 4c1.194 0 2.338.525 3.182 1.458.844.934 1.318 2.2 1.318 3.521 0 1.32-.474 2.587-1.318 3.521l-.904 1" /></svg>;
export default SvgComponent;