Quick, Draw! icons
SVG icons generated from the quickdraw dataset.
I just want to see the icons
- Clone repository
yarnornpm installnpm run example- Go to
localhost:8080
Legal advice
"Can I use this in anything that pays money?"
I have no idea, please ask your lawyer. This is just a for-fun project, though I could imagine commercial use cases.
Generate own icon set
This is a bit complicated.
Download drawings
- Sign up at Google if you haven't
- Install Google Cloud SDK
- Run
gsutil -m cp 'gs://quickdraw_dataset/full/simplified/*' drawings - Wait, this downloads ~22 GB. Change the wildcard and play with
gsutil lsif you don't want all of the drawings.
Generate icons
- Clone project
yarnornpm inpm run build, this calls the CLI script in./bin. You can pass parameters after a double-dash like so:npm run build -- --help
Look at icons
npm run preview
# preview available at localhost:8080
