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 / button.tsx

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

17 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 const buttonBlockIcon = (
2 <svg
3 height={24}
4 width={24}
5 viewBox="0 0 189 189"
6 fill="none"
7 xmlns="http://www.w3.org/2000/svg"
8 >
9 <path
10 d="M62.9281 98.177H125.761V86.3958H62.9281V98.177ZM149.324 51.052H39.3656C35.1995 51.052 31.204 52.707 28.2581 55.6529C25.3122 58.5987 23.6572 62.5942 23.6572 66.7603V117.812C23.6572 121.979 25.3122 125.974 28.2581 128.92C31.204 131.866 35.1995 133.521 39.3656 133.521H149.324C153.49 133.521 157.485 131.866 160.431 128.92C163.377 125.974 165.032 121.979 165.032 117.812V66.7603C165.032 62.5942 163.377 58.5987 160.431 55.6529C157.485 52.707 153.49 51.052 149.324 51.052ZM39.3656 62.8333H149.324C150.365 62.8333 151.364 63.247 152.101 63.9835C152.837 64.7199 153.251 65.7188 153.251 66.7603V117.812C153.251 118.854 152.837 119.853 152.101 120.589C151.364 121.326 150.365 121.74 149.324 121.74H39.3656C38.324 121.74 37.3252 121.326 36.5887 120.589C35.8522 119.853 35.4385 118.854 35.4385 117.812V66.7603C35.4385 65.7188 35.8522 64.7199 36.5887 63.9835C37.3252 63.247 38.324 62.8333 39.3656 62.8333Z"
11 fill="#671FEB"
12 />
13 </svg>
14 );
15
16 export default buttonBlockIcon;
17