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 11v5M14.5 13.5h-5M3 9.312C3 4.938 3.938 4 8.312 4H9.93a2 2 0 0 1 1.664.89l.812 1.22A2 2 0 0 0 14.07 7h5.056c1.055 0 1.887.82 1.877 1.876L21 9.312v5.376C21 19.062 20.062 20 15.688 20H8.312C3.938 20 3 19.062 3 14.688V9.312Z" /></svg>;
export default SvgComponent;