Icon Class ========== .. php:namespace:: BeastBytes\Yii\Leaflet\Types .. php:class:: Icon Represents an icon to provide when creating a marker .. php:method:: __construct(array $options) Create a new `Icon` control :param array. $options: `Icon` options :throws: InvalidArgumentException if `options['iconUrl']` not set :returns: A new `Icon` instance :rtype: Icon .. seealso:: `Leaflet Icon documentation `__