src/Bidcoz/Bundle/CoreBundle/Resources/views/Components/icon.html.twig line 1

Open in your IDE?
  1. <span class="icon{{ class is defined and class is not null ? ' ' ~ class : '' }}">
  2.     <svg style="{{ h is defined and h is not null ? 'height: ' ~ h ~ '; ' : '' }}{{ w is defined and w is not null? 'width: ' ~ w ~ '; ' : '' }}">
  3.         <use xlink:href="/img/icons/sprite.svg#{{ icon }}" />
  4.     </svg>
  5. </span>