Fix grid off icon name

This commit is contained in:
Mitchell McCaffrey 2020-04-20 15:20:09 +10:00
parent d4f8433bb1
commit 5fa143293c

View File

@ -1,6 +1,6 @@
import React from "react";
function GridOnIcon() {
function GridOffIcon() {
return (
<svg
xmlns="http://www.w3.org/2000/svg"
@ -15,4 +15,4 @@ function GridOnIcon() {
);
}
export default GridOnIcon;
export default GridOffIcon;