-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathindex-arrows-removed-delete.html
20 lines (15 loc) · 1.2 KB
/
index-arrows-removed-delete.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- circle arrows -->
<div class="swiper-button swiper-button-prev-sample1 prev-buttonX swiper-button-circle">
<div class="nav-circle"></div>
<div class="circle-text">
<svg aria-hidden="true" role="presentation" focusable="false" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" style="display: block; fill: none; height: 13px; width: 13px; stroke: currentcolor; stroke-width: 5.33333; overflow: visible;"><g fill="none"><path d="m20 28-11.29289322-11.2928932c-.39052429-.3905243-.39052429-1.0236893 0-1.4142136l11.29289322-11.2928932"></path></g></svg>
</div>
</div>
<div class="swiper-button swiper-button-next-sample1 prev-buttonX swiper-button-circle">
<div class="nav-circle"></div>
<div class="circle-text">
<!--
<svg aria-hidden="true" role="presentation" focusable="false" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" style="display: block;fill: none;height: 13px;width: 13px;stroke: currentcolor;stroke-width: 5.33333;overflow: visible;"><g fill="none"><path d="m12 4 11.2928932 11.2928932c.3905243.3905243.3905243 1.0236893 0 1.4142136l-11.2928932 11.2928932"></path></g></svg>
-->
</div>
</div>