diff --git a/README.md b/README.md index 9bad6a1..035b7ca 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Replace Maps -Map consisting of two parts. Left side is made of colored polygons. Right side is rounder and more like an actual map. In the middle on top of both is a slider activated to the right side +Blue icon with white border. Pin for current position on map Replace Google Maps iframes with OSM diff --git a/icons/icon-grey.svg b/icons/icon-grey.svg new file mode 100644 index 0000000..77920e9 --- /dev/null +++ b/icons/icon-grey.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/icon.svg b/icons/icon.svg new file mode 100644 index 0000000..dac9804 --- /dev/null +++ b/icons/icon.svg @@ -0,0 +1,3 @@ + + + diff --git a/icons/plain.svg b/icons/plain.svg deleted file mode 100644 index 87b85de..0000000 --- a/icons/plain.svg +++ /dev/null @@ -1,4 +0,0 @@ - - - - diff --git a/package.json b/package.json index bd0ed9e..9788d7f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "url": "git+https://github.com/nobkd/replace-maps.git" }, "scripts": { - "icons": "svgexport icons/plain.svg public/icons/48.png 48:48 && svgexport icons/plain.svg public/icons/96.png 96:96", + "icons": "svgexport icons/icon.svg public/icons/48.png 48:48 && svgexport icons/icon-grey.svg public/icons/48-grey.png 48:48 && svgexport icons/icon.svg public/icons/96.png 96:96 && svgexport icons/icon-grey.svg public/icons/96-grey.png 96:96", "format": "prettier . --write", "build": "tsc && vite build", "watch": "vite build --watch --mode development --minify false", diff --git a/public/icons/48-grey.png b/public/icons/48-grey.png new file mode 100644 index 0000000..e80c001 Binary files /dev/null and b/public/icons/48-grey.png differ diff --git a/public/icons/48.png b/public/icons/48.png index 4677f8b..7e3a2a8 100644 Binary files a/public/icons/48.png and b/public/icons/48.png differ diff --git a/public/icons/96-grey.png b/public/icons/96-grey.png new file mode 100644 index 0000000..3be1145 Binary files /dev/null and b/public/icons/96-grey.png differ diff --git a/public/icons/96.png b/public/icons/96.png index 87032a3..f59c5f6 100644 Binary files a/public/icons/96.png and b/public/icons/96.png differ