gitextract_2ke5qawr/ ├── .babelrc ├── .eslintignore ├── .eslintrc ├── .flowconfig ├── .gitignore ├── .npmignore ├── .prettierrc ├── Makefile ├── README.md ├── example/ │ ├── Makefile │ ├── index.html │ ├── index.js │ └── webpack.config.js ├── package.json └── src/ ├── Icon.js ├── IconStack.js ├── README.md ├── __tests__/ │ ├── Icon-test.js │ └── IconStack-test.js └── index.js