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="M21 11v2M12 8l-.115.153-2.763 3.684-.049.066a.06.06 0 0 0 .049.097h3.689c.078 0 .122.09.075.152l-.075.1-2.654 3.539L10 16M14 16h2a2 2 0 0 0 2-2v-4a2 2 0 0 0-2-2h-1M7 16H5a2 2 0 0 1-2-2v-4a2 2 0 0 1 2-2h3" /></svg>;
export default SvgComponent;