updating icon

This commit is contained in:
Antoine M 2024-05-15 14:52:59 +02:00
parent 5731080fb3
commit 94624b5ff4

View File

@ -7,14 +7,9 @@ import deprecated from "./deprecated";
registerBlockType(metadata.name, {
icon: {
foreground: "#f03",
foreground: "#DF1E1E",
src: (
<svg
id="Calque_2"
data-name="Calque 2"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 401.94 401.92"
>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 401.94 401.92">
<defs></defs>
<g id="Calque_1-2" data-name="Calque 1">
<path
@ -27,5 +22,5 @@ registerBlockType(metadata.name, {
},
edit: Edit,
save,
deprecated
deprecated,
});