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="M12.5 16c5.25 0 5.25-8 0-8H11a2 2 0 0 0-2 2v4a2 2 0 0 0 2 2h1.5ZM7 12h4" /></svg>;
export default SvgComponent;