src/WebBundle/Resources/views/SVGIconsCode/quick_sample_mobile.html.twig line 1

Open in your IDE?
  1. <svg
  2.     version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
  3.     x="0px" y="0px" viewBox="0 0 14 14.7" xml:space="preserve"
  4.     class="quick-sample-icon-mobile"
  5.     width="20" height="20"
  6. >
  7.     <style type="text/css">
  8.         .quick-sample-figure-mob-1 {
  9.             fill:none;
  10.             stroke:#B5B5B5;
  11.             stroke-width:1.2;
  12.             stroke-miterlimit:10;
  13.         }
  14.         .quick-sample-figure-mob-2 {
  15.             fill:#B5B5B5;
  16.         }
  17.         .quick-sample-figure-mob-3 {
  18.             fill:#FFFFFF;
  19.         }
  20.     </style>
  21.     <path class="quick-sample-figure-mob-1" d="M9.8,1.7L2.3,7.9C2.6,8,2.9,8.4,2.8,8.7l0,0C3.9,8.8,4.3,9.9,4,10.8c0.4,0.4,0.5,1.2,0.2,1.7
  22.         c0,0.3,0,0.4-0.2,0.7l0.8-1.9l7.7-6.4L9.8,1.7z"/>
  23.     <path class="quick-sample-figure-mob-1" d="M4.9,10.4h8.4V14H3.7"/>
  24.     <g>
  25.         <path class="quick-sample-figure-mob-2" d="M2.9,14.7L2.9,14.7c-1.6,0-2.9-1.3-2.9-2.8V3c0-1.6,1.3-2.8,2.8-2.8l0,0c1.6,0,2.8,1.3,2.8,2.8v8.9
  26.             C5.8,13.4,4.5,14.7,2.9,14.7z"/>
  27.         <rect class="quick-sample-figure-mob-2" width="5.6" height="3.5"/>
  28.     </g>
  29.     <circle class="quick-sample-figure-mob-3" cx="2.9" cy="11.9" r="1.4"/>
  30. </svg>