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 fillRule="evenodd" d="M20.414 9.586C19.828 9 18.886 9 17 9h-6c-1.886 0-2.828 0-3.414.586C7 10.172 7 11.114 7 13v2c0 1.886 0 2.828.586 3.414C8.172 19 9.114 19 11 19h6c1.886 0 2.828 0 3.414-.586C21 17.828 21 16.886 21 15v-2c0-1.886 0-2.828-.586-3.414ZM14 16a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M7 13c0-1.886 0-2.828.586-3.414C8.172 9 9.114 9 11 9h6c1.886 0 2.828 0 3.414.586C21 10.172 21 11.114 21 13v2c0 1.886 0 2.828-.586 3.414C19.828 19 18.886 19 17 19h-6c-1.886 0-2.828 0-3.414-.586C7 17.828 7 16.886 7 15v-2Z" /><path d="M7 15c-1.886 0-2.828 0-3.414-.586C3 13.828 3 12.886 3 11V9c0-1.886 0-2.828.586-3.414C4.172 5 5.114 5 7 5h6c1.886 0 2.828 0 3.414.586C17 6.172 17 7.114 17 9M16 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z" /></svg>;
export default SvgComponent;