Useful Theme Customizer Controls for WordPress.
Install from composer with:
composer require arcath/wp-controls
In functions.php
make sure you have to load up composer modules.
require_once('vendor/autoload.php');
The controls are provided as Multi_Images_Control
and Media_Icons_control
.
For More Information see this post.