Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
react-native-material-icons
Advanced tools
Download icons from https://material.io in React Native icons format.
Download icons from https://material.io in React Native icons format.
usage: RNMaterialIcons.py [-h] -a ASSET [-n NAME] [-c COLOR] [-t THEME]
[-s SIZE] [-d DIR]
optional arguments:
-h, --help show this help message and exit
-a ASSET, --asset ASSET
Asset name.
-n NAME, --name NAME Asset new name.
-c COLOR, --color COLOR
Asset color (default: white)
-t THEME, --theme THEME
Asset theme (default: round)
-s SIZE, --size SIZE Asset size (default: 24)
-d DIR, --dir DIR Directory where asset will be downloaded (default:
current)
-p PLATFORM, --platform PLATFORM
Assets platform target (default: none)
$ ./RNMaterialIcons.py -a account_cicle -c white -d /home/user/project/icon
$ ./RNMaterialIcons.py -a bookmarks -c black -d /home/user/project/icon -t baseline -n bookmark
$ ./RNMaterialIcons.py -a info -c white -s 48
You can download the same icon and different size for each platform:
$ ./RNMaterialIcons.py -a check -p android -s 24
$ ./RNMaterialIcons.py -a check -p ios -s 48
This will generate
check.android.png (24dp)
check.ios.png (48dp)
check@1x.android.png (24dp)
check@1x.ios.png (48dp)
check@2x.android.png (24dp)
check@2x.ios.png (48dp)
check@3x.android.png (24dp)
check@3x.ios.png (48dp)
check@4x.android.png (24dp)
check@4x.ios.png (48dp)
FAQs
Download icons from https://material.io in React Native icons format.
We found that react-native-material-icons demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.