PluginProbe
Tableberg – Simple Gutenberg Table Block / 1.1.5
Tableberg – Simple Gutenberg Table Block v1.1.5
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
tableberg / shared / icons / text.tsx

text.tsx in Tableberg – Simple Gutenberg Table Block 1.1.5, at shared/icons/text.tsx

14 lines 276 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const textBlockIcon = (
2 <svg
3 height={24}
4 width={24}
5 viewBox="0 0 24 24"
6 fill="none"
7 xmlns="http://www.w3.org/2000/svg"
8 >
9 <path d="M5 5V7H10V19H12V7H17V5H5Z" fill="#671FEB" />
10 </svg>
11 );
12
13 export default textBlockIcon;
14