client/components/mma/shared/assets/DownloadIcon.tsx (10 lines of code) (raw):

export const DownloadIcon = () => ( <svg viewBox="0 0 22 20" width="22" height="20" fill="none"> <path fillRule="evenodd" clipRule="evenodd" d="M15.5749 5.99998L16.4749 6.87498L11.35 12H10.65L5.54998 6.87498L6.42498 5.99998L9.99997 8.72497V0H12V8.72497L15.5749 5.99998ZM19.9999 9.99997L20.9999 8.99997H21.9999V18.9749L20.9749 19.9999H0.974997L0 18.9749V8.99997H0.999997L1.99999 9.99997V17.9999H19.9999V9.99997Z" fill="#052962" /> </svg> );