import React from 'react';
function Upload() {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
width='51'
height='52'
fill='none'
viewBox='0 0 51 52'>
<rect
width='44'
height='44'
x='3.5'
y='4.142'
fill='#F2F4F7'
rx='22'></rect>
<g clipPath='url(#clip0_397_310)'>
<path
fill='#475467'
d='M14.5 28.642a6.495 6.495 0 013.064-5.52 8.001 8.001 0 0115.872 0 6.5 6.5 0 01-2.936 12l-10 .02c-3.356-.274-6-3.078-6-6.5zm15.848 4.487a4.5 4.5 0 002.03-8.31l-.807-.502-.12-.942a6.001 6.001 0 00-11.903 0l-.12.942-.805.503a4.5 4.5 0 002.029 8.309l.173.013h9.35l.173-.013zM26.5 27.142v4h-2v-4h-3l4-5 4 5h-3z'></path>
</g>
<rect
width='44'
height='44'
x='3.5'
y='4.142'
stroke='#F9FAFB'
strokeWidth='7'
rx='22'></rect>
<defs>
<clipPath id='clip0_397_310'>
<path
fill='#fff'
d='M0 0H24V24H0z'
transform='translate(13.5 14.142)'></path>
</clipPath>
</defs>
</svg>
);
}
export default Upload;