├── LICENSE ├── README.md ├── icon-dl.py └── sc ├── 1.png ├── 2.png ├── 3.png └── 4.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALIILAPRO/icondownloader/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALIILAPRO/icondownloader/HEAD/README.md -------------------------------------------------------------------------------- /icon-dl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALIILAPRO/icondownloader/HEAD/icon-dl.py -------------------------------------------------------------------------------- /sc/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALIILAPRO/icondownloader/HEAD/sc/1.png -------------------------------------------------------------------------------- /sc/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALIILAPRO/icondownloader/HEAD/sc/2.png -------------------------------------------------------------------------------- /sc/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALIILAPRO/icondownloader/HEAD/sc/3.png -------------------------------------------------------------------------------- /sc/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ALIILAPRO/icondownloader/HEAD/sc/4.png --------------------------------------------------------------------------------