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 fillRule="evenodd" d="M4.788 4.628A3 3 0 0 1 7.765 2H13c1.81 0 3.22.768 4.156 1.938C18.07 5.082 18.5 6.564 18.5 8c0 1.436-.43 2.918-1.344 4.062C16.22 13.232 14.81 14 13 14h-3a.18.18 0 0 0-.178.15l-.557 3.343A3 3 0 0 1 6.305 20H5a1.883 1.883 0 0 1-1.868-2.116L4.788 4.628Z" clipRule="evenodd" /><path d="M6.346 21c.31.59.928 1 1.654 1h1.438a3 3 0 0 0 2.91-2.272l.38-1.515A.28.28 0 0 1 13 18h3c1.58 0 2.865-.586 3.793-1.53.913-.927 1.44-2.154 1.628-3.403.306-2.043-.281-4.427-1.958-5.848.025.261.037.522.037.781 0 1.623-.483 3.336-1.563 4.687C16.815 14.088 15.12 15 13 15h-2.306l-.443 2.658A4 4 0 0 1 6.346 21Z" /></svg>;
export default SvgComponent;