Подключение SVG-спрайта
 Способ предлагает Osvaldas Valutis   1. Копируем код;     ;( function ( window, document )   {        'use strict' ;            var  file     = 'img/sprite.svg' ,            revision = 1;            if ( !document.createElementNS || !document.createElementNS( ' http://www.w3.org/2000/svg ' , 'svg'  ).createSVGRect )            return  true ;            var  isLocalStorage = 'localStorage'  in  window && window[ 'localStorage'  ] !== null ,            request,            data,            insertIT = function ()            {                document.body.insertAdjacentHTML( ...
 
 
 
 
 
