updating icon
This commit is contained in:
parent
5731080fb3
commit
94624b5ff4
|
|
@ -7,14 +7,9 @@ import deprecated from "./deprecated";
|
||||||
|
|
||||||
registerBlockType(metadata.name, {
|
registerBlockType(metadata.name, {
|
||||||
icon: {
|
icon: {
|
||||||
foreground: "#f03",
|
foreground: "#DF1E1E",
|
||||||
src: (
|
src: (
|
||||||
<svg
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 401.94 401.92">
|
||||||
id="Calque_2"
|
|
||||||
data-name="Calque 2"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
viewBox="0 0 401.94 401.92"
|
|
||||||
>
|
|
||||||
<defs></defs>
|
<defs></defs>
|
||||||
<g id="Calque_1-2" data-name="Calque 1">
|
<g id="Calque_1-2" data-name="Calque 1">
|
||||||
<path
|
<path
|
||||||
|
|
@ -27,5 +22,5 @@ registerBlockType(metadata.name, {
|
||||||
},
|
},
|
||||||
edit: Edit,
|
edit: Edit,
|
||||||
save,
|
save,
|
||||||
deprecated
|
deprecated,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user