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="M7 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM17 21a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM16 3 8.665 15.226M8 3l7.307 12.178" /></svg>;
export default SvgComponent;