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="M3 16.317v-2.853c.372.215.783.372 1.22.459.391.078.807.077 1.151.077h.046c4.389-.004 8.777-.004 13.166 0h.046c.345 0 .76 0 1.151-.077a3.996 3.996 0 0 0 1.22-.459v2.853c0 .841 0 1.566-.082 2.147-.088.622-.287 1.218-.797 1.702s-1.138.672-1.793.756c-.612.078-1.376.078-2.262.078H7.934c-.886 0-1.65 0-2.262-.078-.655-.084-1.284-.272-1.793-.756-.51-.484-.709-1.08-.797-1.702C3 17.884 3 17.158 3 16.317ZM13 17a1 1 0 0 0-2 0v1a1 1 0 1 0 2 0v-1ZM5.711 2.875a2.96 2.96 0 0 0-.707 3.128 3.455 3.455 0 0 0-.59.055 3 3 0 0 0-2.356 2.357C1.999 8.708 2 9.035 2 9.416v.168c0 .38 0 .708.058 1.001a3 3 0 0 0 2.357 2.357c.293.059.62.058 1.001.058a8256.5 8256.5 0 0 1 13.168 0c.38 0 .708 0 1.001-.058a3 3 0 0 0 2.357-2.357c.058-.293.058-.62.058-1.001v-.168c0-.38 0-.708-.058-1.001a3 3 0 0 0-2.357-2.357 3.455 3.455 0 0 0-.589-.055 2.96 2.96 0 0 0-.707-3.128 3.002 3.002 0 0 0-4.466.245L12 5.4l-1.823-2.28a3.002 3.002 0 0 0-4.466-.245ZM12 7a1 1 0 0 0-1 1v2a1 1 0 1 0 2 0V8a1 1 0 0 0-1-1ZM7.828 6c-.885 0-1.337-1.077-.703-1.711a1.002 1.002 0 0 1 1.49.08L9.919 6H7.83Zm8.344 0c.884 0 1.337-1.077.703-1.711a1.002 1.002 0 0 0-1.49.08L14.08 6h2.09Z" clipRule="evenodd" /></svg>;
export default SvgComponent;