mirror of
https://github.com/feathericons/feather.git
synced 2023-08-10 21:13:24 +03:00
5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# compress 'icons' directory into feather.zip
|
|
zip -r -j feather.zip ./node_modules/feather-icons/dist/icons/
|