_coloredIcon)) { $this->_coloredIcon = ! $this->config('_colors.icons_disabled', false); } if ($this->_coloredIcon) { return HTML::inlineSvg($url, $class, $attr); } # if (! empty($class)) { $attr['class'] = $class; } $attr['src'] = $url; return ''; } }