Fix grid off icon name
This commit is contained in:
parent
d4f8433bb1
commit
5fa143293c
@ -1,6 +1,6 @@
|
|||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
function GridOnIcon() {
|
function GridOffIcon() {
|
||||||
return (
|
return (
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
@ -15,4 +15,4 @@ function GridOnIcon() {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default GridOnIcon;
|
export default GridOffIcon;
|
||||||
|
Loading…
Reference in New Issue
Block a user