PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.8.0
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.8.0
3.8.0 3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 All 112 releases
templately / assets / images / icons / Upload.js

Upload.js in Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! 3.8.0, at assets/images/icons/Upload.js

44 lines 1013 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import React from 'react';
2
3 function Upload() {
4 return (
5 <svg
6 xmlns='http://www.w3.org/2000/svg'
7 width='51'
8 height='52'
9 fill='none'
10 viewBox='0 0 51 52'>
11 <rect
12 width='44'
13 height='44'
14 x='3.5'
15 y='4.142'
16 fill='#F2F4F7'
17 rx='22'></rect>
18 <g clipPath='url(#clip0_397_310)'>
19 <path
20 fill='#475467'
21 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>
22 </g>
23 <rect
24 width='44'
25 height='44'
26 x='3.5'
27 y='4.142'
28 stroke='#F9FAFB'
29 strokeWidth='7'
30 rx='22'></rect>
31 <defs>
32 <clipPath id='clip0_397_310'>
33 <path
34 fill='#fff'
35 d='M0 0H24V24H0z'
36 transform='translate(13.5 14.142)'></path>
37 </clipPath>
38 </defs>
39 </svg>
40 );
41 }
42
43 export default Upload;
44