diff --git a/app/components/Icons/Lock/index.tsx b/app/components/Icons/Lock/index.tsx new file mode 100644 index 0000000..0a7d10d --- /dev/null +++ b/app/components/Icons/Lock/index.tsx @@ -0,0 +1,24 @@ +import React from "react"; + +const index = () => { + return ( + <> + + + + + ); +}; + +export default index; diff --git a/app/components/Icons/Move/index.tsx b/app/components/Icons/Move/index.tsx new file mode 100644 index 0000000..3b44028 --- /dev/null +++ b/app/components/Icons/Move/index.tsx @@ -0,0 +1,24 @@ +import React from "react"; + +const index = () => { + return ( + <> + + + + + ); +}; + +export default index; diff --git a/app/components/Icons/Pencil/index.tsx b/app/components/Icons/Pencil/index.tsx new file mode 100644 index 0000000..09ece78 --- /dev/null +++ b/app/components/Icons/Pencil/index.tsx @@ -0,0 +1,24 @@ +import React from "react"; + +const index = () => { + return ( + <> + + + + + ); +}; + +export default index;