| 1234567891011121314151617181920 |
- <?xml-stylesheet type="text/css" href="icons.css" ?>
- <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
- <path
- class="icn icn--highlight-color-line"
- d="m 14,2.5 h 2 c 1,0 1.5,0.5 1.5,1.5 v 16 c 0,1 -0.5,1.5 -1.5,1.5 h -2 v 0 0"
- fill="none"
- stroke="#1e8bcd"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- <path
- class="icn icn--highlight-color-line"
- d="M 10,2.5 H 8 C 7,2.5 6.5,3 6.5,4 v 16 c 0,1 0.5,1.5 1.5,1.5 h 2 v 0 0"
- fill="none"
- stroke="#1e8bcd"
- stroke-linecap="round"
- stroke-linejoin="round"
- />
- </svg>
|