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="M5 7V5a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V7Z" /><path d="M16 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9 21c.425-2.307 1.52-3 4-3s3.575.642 4 2.95M3 7h2M3 17h2M3 12h2" /></svg>;
export default SvgComponent;