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 d="M8.656 9C6.469 9 6 9.469 6 11.656v.844a.5.5 0 0 0 .5.5h11a.5.5 0 0 0 .5-.5v-.844C18 9.469 17.531 9 15.344 9H8.656Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M3 15.925C3 13.516 3.516 13 5.925 13h12.15c2.409 0 2.925.516 2.925 2.925v2.15C21 20.484 20.484 21 18.075 21H5.925C3.516 21 3 20.484 3 18.075v-2.15ZM6 13v-1.344C6 9.469 6.469 9 8.656 9h6.688C17.531 9 18 9.469 18 11.656V13M9 9V7M9 3.5V3M15 9V7M15 3.5V3M12 9V7M12 3.5V3" /><path d="M3 16.04c.31-.028.638-.04 1-.04 1.61 0 2.39 1 4 1 1.61 0 2.39-1 4-1 1.61 0 2.39 1 4 1 1.61 0 2.39-1 4-1 .361 0 .69.012 1 .04" /><path d="m21 16.29-.022-.001c-.3-.027-.622-.039-.978-.039-.75 0-1.305.23-1.904.48l-.01.005c-.594.249-1.23.515-2.086.515-.855 0-1.492-.266-2.086-.515l-.01-.004c-.599-.25-1.154-.481-1.904-.481s-1.305.23-1.903.48l-.011.005c-.594.249-1.23.515-2.086.515-.855 0-1.492-.266-2.086-.515l-.01-.004C5.304 16.48 4.75 16.25 4 16.25a11.038 11.038 0 0 0-1 .04v1.785C3 20.484 3.516 21 5.925 21h12.15C20.484 21 21 20.484 21 18.075V16.29Z" opacity={0.1} stroke="none" fill="currentColor" /></svg>;
export default SvgComponent;