From 5ef1d2acb24e7b9ec8566ba29ae4dd025c78d7cb Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 11 Jun 2025 21:09:11 -0500 Subject: stupid huge update lots of cool stuff --- src/icons/check_circle_24dp_E3E3E3_FILL1_wght400_GRAD0_opsz24.svg | 1 + src/icons/deselect_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg | 1 + src/icons/open_in_new_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg | 1 + src/icons/removefill.sh | 3 +++ src/icons/search_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg | 1 + src/icons/select_all_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg | 1 + 6 files changed, 8 insertions(+) create mode 100644 src/icons/check_circle_24dp_E3E3E3_FILL1_wght400_GRAD0_opsz24.svg create mode 100644 src/icons/deselect_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg create mode 100644 src/icons/open_in_new_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg create mode 100644 src/icons/search_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg create mode 100644 src/icons/select_all_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg (limited to 'src/icons') diff --git a/src/icons/check_circle_24dp_E3E3E3_FILL1_wght400_GRAD0_opsz24.svg b/src/icons/check_circle_24dp_E3E3E3_FILL1_wght400_GRAD0_opsz24.svg new file mode 100644 index 0000000..028526b --- /dev/null +++ b/src/icons/check_circle_24dp_E3E3E3_FILL1_wght400_GRAD0_opsz24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/deselect_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg b/src/icons/deselect_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg new file mode 100644 index 0000000..dd46e14 --- /dev/null +++ b/src/icons/deselect_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/open_in_new_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg b/src/icons/open_in_new_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg new file mode 100644 index 0000000..12e0802 --- /dev/null +++ b/src/icons/open_in_new_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/removefill.sh b/src/icons/removefill.sh index c61fd98..399e8e4 100755 --- a/src/icons/removefill.sh +++ b/src/icons/removefill.sh @@ -1,3 +1,6 @@ #!/bin/sh # Google Material Icons -- complete default settings sed -Ei 's/ ?fill="#[0-9a-fA-F]{6}"//' *.svg +for svg in *.svg; do + echo "import \"./icons/$svg\"" +done diff --git a/src/icons/search_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg b/src/icons/search_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg new file mode 100644 index 0000000..1d95298 --- /dev/null +++ b/src/icons/search_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/select_all_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg b/src/icons/select_all_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg new file mode 100644 index 0000000..3a6618e --- /dev/null +++ b/src/icons/select_all_24dp_E3E3E3_FILL0_wght400_GRAD0_opsz24.svg @@ -0,0 +1 @@ + \ No newline at end of file -- cgit v1.2.3