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 d="M13 12c.273 0 .52.11.7.287l.007.006 3 3a1 1 0 0 1-1.414 1.414L14 15.414V21a1 1 0 1 1-2 0v-5.586l-1.293 1.293a1 1 0 0 1-1.414-1.414l3-3A1 1 0 0 1 13 12Z" /><path d="M2 10c0-4.384 3.436-8 7.75-8 3.659 0 6.688 2.604 7.522 6.068a.21.21 0 0 0 .195.16C20.02 8.343 22 10.517 22 13.11 22 15.777 19.907 18 17.25 18h-.245a.125.125 0 0 1-.125-.125.13.13 0 0 1 .07-.114 2 2 0 0 0 .465-3.175l-3-3A1.994 1.994 0 0 0 13 11c-.553 0-1.053.224-1.415.587l-3 2.999a2 2 0 0 0 .534 3.21.094.094 0 0 1 .053.084.09.09 0 0 1-.098.09C5.083 17.616 2 14.152 2 10Z" /></svg>;
export default SvgComponent;