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="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" /></svg>;
export default SvgComponent;