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="M9.292 21v-2.56l.034-1.818a2.57 2.57 0 0 1 .64-1.53.026.026 0 0 0-.017-.043C7.526 14.745 5 13.723 5 9.267a4.718 4.718 0 0 1 1.075-3.082.144.144 0 0 0 .024-.142 4.531 4.531 0 0 1 .114-2.964.1.1 0 0 1 .074-.064c.215-.038 1.083-.09 2.746 1.058l.158.111a.155.155 0 0 0 .132.023l.005-.001c.089-.025.178-.05.268-.072a9.747 9.747 0 0 1 5.062.068l.006.002a.183.183 0 0 0 .156-.027l.147-.104c1.659-1.145 2.522-1.097 2.738-1.058a.102.102 0 0 1 .076.064l.005.013a4.507 4.507 0 0 1 .113 2.955.152.152 0 0 0 .032.145l.065.08A4.718 4.718 0 0 1 19 9.267c0 4.48-2.544 5.476-4.979 5.748a.017.017 0 0 0-.01.029l.01.012c.246.274.437.598.56.954.13.372.182.77.154 1.165V21" /><path d="M4 17a2.452 2.452 0 0 1 1.784 1.208 2.5 2.5 0 0 0 1.495 1.196 2.483 2.483 0 0 0 1.9-.218" /></svg>;
export default SvgComponent;