import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path fillRule="evenodd" d="M20 5v14.054c0 2.303-2.488 3.747-4.488 2.604l-3.016-1.723a1 1 0 0 0-.992 0l-3.016 1.723c-2 1.143-4.488-.3-4.488-2.604V5a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3Z" clipRule="evenodd" /></svg>;
export default SvgComponent;