Browse
For agents
About
Tableberg – Simple Gutenberg Table Block
/
1.1.5
Tableberg – Simple Gutenberg Table Block
v1.1.5
Switch version
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
trunk
0.0.2
0.2.1
0.3.2
0.3.3
0.4.1
0.5.0
0.5.1
0.5.2
0.5.3
0.5.4
0.5.5
0.5.6
0.5.7
All 42 releases
Overview
Code
tableberg
/
shared
/
icons
/
image.tsx
image.tsx
in Tableberg – Simple Gutenberg Table Block 1.1.5, at shared/icons/image.tsx
17 lines
1.0 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
const
imageBlockIcon
=
(
2
<
svg
3
width
=
"
24
"
4
height
=
"
24
"
5
viewBox
=
"
0 0 190 189
"
6
fill
=
"
none
"
7
xmlns
=
"
http://www.w3.org/2000/svg
"
8
>
9
<
path
10
d
=
"
M149.824 23.5625H39.8656C31.226 23.5625 24.1572 30.6312 24.1572 39.2708V149.229C24.1572 157.869 31.226 164.938 39.8656 164.938H149.824C158.463 164.938 165.532 157.869 165.532 149.229V39.2708C165.532 30.6312 158.463 23.5625 149.824 23.5625ZM39.8656 35.3438H149.824C152.18 35.3438 153.751 36.9146 153.751 39.2708V105.246L130.188 82.4688C127.832 80.1125 123.905 80.1125 122.334 82.4688L94.0593 109.958L71.2822 94.25C68.926 92.6792 66.5697 92.6792 64.9989 94.25L36.7239 114.671V39.2708C35.9385 36.9146 37.5093 35.3438 39.8656 35.3438ZM149.824 153.156H39.8656C37.5093 153.156 35.9385 151.585 35.9385 149.229V130.379L68.1406 106.817L91.7031 121.74C94.0593 123.31 97.201 123.31 98.7718 120.954L126.261 94.25L153.751 120.954V149.229C153.751 151.585 152.18 153.156 149.824 153.156Z
"
11
fill
=
"
#671FEB
"
12
/>
13
</
svg
>
14
)
;
15
16
export
default
imageBlockIcon
;
17