You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and dots ('.'), can be up to 35 characters long. Letters must be lowercase.
11 lines
749 B
11 lines
749 B
mkdir -p icons && cd icons |
|
|
|
# Télécharger les icônes (vérifie que ces URL correspondent bien aux fichiers SVG) |
|
wget -O server-icon.svg "https://www.svgrepo.com/download/452095/server.svg" |
|
wget -O security-icon.svg "https://www.svgrepo.com/download/488474/security-shield.svg" |
|
wget -O process-icon.svg "https://www.svgrepo.com/download/444524/process.svg" |
|
wget -O create-icon.svg "https://www.svgrepo.com/download/513806/add.svg" |
|
wget -O play-icon.svg "https://www.svgrepo.com/download/488502/play-button.svg" |
|
wget -O auto-icon.svg "https://www.svgrepo.com/download/456246/automation.svg" |
|
wget -O rocket-icon.svg "https://www.svgrepo.com/download/488478/rocket.svg" |
|
wget -O arrow-icon.svg "https://www.svgrepo.com/download/502744/arrow-right.svg" |