diff --git a/frontend/pages/SoftwarePage/components/icons/Cursor.tsx b/frontend/pages/SoftwarePage/components/icons/Cursor.tsx new file mode 100644 index 0000000000..6f15bb2db1 --- /dev/null +++ b/frontend/pages/SoftwarePage/components/icons/Cursor.tsx @@ -0,0 +1,14 @@ +import * as React from "react"; + +import type { SVGProps } from "react"; + +const Cursor = (props: SVGProps) => ( + + + +); +export default Cursor; diff --git a/website/assets/images/app-icon-cursor-60x60@2x.png b/website/assets/images/app-icon-cursor-60x60@2x.png new file mode 100644 index 0000000000..c3a34948bc Binary files /dev/null and b/website/assets/images/app-icon-cursor-60x60@2x.png differ