File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
assets/source/js/admin/blocks Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,23 @@ wp.domReady(() => {
99 name : "four-columns" ,
1010 icon : (
1111 < svg
12+ xmlns = "http://www.w3.org/2000/svg"
1213 width = "48"
1314 height = "48"
1415 viewBox = "0 0 48 48"
15- xmlns = "http://www.w3.org/2000/svg"
16- role = "img"
1716 aria-hidden = "true"
1817 focusable = "false"
1918 >
2019 < path
21- fillRule = "nonzero"
22- d = "M39 12a2 2 0 011.995 1.85L41 14v20a2 2 0 01-1.85 1.995L39 36H9a2 2 0 01-1.995-1.85L7 34V14a2 2 0 011.85-1.995L9 12h30zm-24 2H9v20h6V14zm8 0h-6v20h6V14zm2 0v20h6V14h-6zm8 20h6V14h-6v20z"
20+ d = "
21+ M0 10a2 2 0 0 1 2-2h7c1.105 0 2 .895 2 2v28c0 1.105-.895 2-2 2H2a2 2 0 0 1-2-2V10Z
22+
23+ M12 10c0-1.105.895-2 2-2h7c1.105 0 2 .895 2 2v28c0 1.105-.895 2-2 2h-7c-1.105 0-2-.895-2-2V10Z
24+
25+ M24 10c0-1.105.895-2 2-2h7c1.105 0 2 .895 2 2v28c0 1.105-.895 2-2 2h-7c-1.105 0-2-.895-2-2V10Z
26+
27+ M36 10c0-1.105.895-2 2-2h7c1.105 0 2 .895 2 2v28c0 1.105-.895 2-2 2h-7c-1.105 0-2-.895-2-2V10Z
28+ "
2329 />
2430 </ svg >
2531 ) ,
You can’t perform that action at this time.
0 commit comments