This website works better with JavaScript.
Home
Help
Sign In
heuzef
/
icon-collection
mirror of
https://github.com/benc-uk/icon-collection.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
Commits
8
Branches
106 MiB
Tree:
2f68351ee5
dependabot/npm_and_yarn/_tools/jsdom-16.5.0
dependabot/npm_and_yarn/_tools/lodash-4.17.21
dependabot/npm_and_yarn/_tools/minimist-1.2.6
dependabot/npm_and_yarn/_tools/node-fetch-2.6.7
dependabot/npm_and_yarn/_tools/qs-6.5.3
dependabot/npm_and_yarn/_tools/ws-7.5.5
june-2020-update
master
oct-30-2020
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '2f68351ee5'
${ noResults }
icon-collection
/
_tools
/
ren.sh
ren.sh
84 B
Raw
Normal View
History
Added CDS icon set
4 years ago
Removed and tidy up many icons
5 years ago
1
2
3
4
for file in * ; do
newname=$(echo $file | cut -d'-' -f 2)
mv $file $newname
done