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="M20.67 13.659c.342-.343.919-.323 1.106.124.144.345.224.723.224 1.12v2.798c0 .59 0 1.1-.038 1.517-.04.442-.13.88-.37 1.291a3 3 0 0 1-1.083 1.084c-.412.24-.849.329-1.29.369C18.8 22 18.29 22 17.7 22h-4.41c-.33 0-.513-.45-.28-.683l7.658-7.658ZM12.957 5c-.037-.478.107-.97.475-1.277.08-.067.16-.13.237-.19.525-.4 1.11-.705 1.831-.705.72 0 1.306.304 1.831.705.491.375 1.031.915 1.658 1.542l.936.936c.627.627 1.167 1.167 1.542 1.657.4.526.705 1.111.705 1.832 0 .72-.304 1.306-.705 1.831-.375.491-.915 1.031-1.542 1.658l-6.333 6.333c-.224.224-.66-.006-.635-.322.043-.575.043-1.22.043-1.881V6.88c0-.66 0-1.306-.043-1.881Z" /><path fillRule="evenodd" d="M12 6.934v10.132c0 .886 0 1.65-.082 2.262-.088.655-.287 1.284-.797 1.793-.51.51-1.138.709-1.793.797C8.558 22.02 7.774 22 7 22c-.774 0-1.559.021-2.328-.082-.655-.088-1.284-.287-1.793-.797-.51-.51-.709-1.138-.797-1.793C2 18.716 2 17.952 2 17.066V6.934c0-.886 0-1.65.082-2.262.088-.655.287-1.284.797-1.793.51-.51 1.138-.709 1.793-.797C5.3 1.998 6.085 2 7 2c.771 0 1.562-.02 2.328.082.655.088 1.284.287 1.793.797.51.51.709 1.138.797 1.793C12 5.284 12 6.048 12 6.934ZM7 18.01a1 1 0 0 1-1-1V17a1 1 0 1 1 2 0v.01a1 1 0 0 1-1 1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;