File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 142142 container : paginationContainer ,
143143 padding : 2 ,
144144 templates : {
145- first : `<svg class="tile-icon" width="20 " height="20 ">
146- <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-expanded "></use>
145+ first : `<svg class="tile-icon" width="16 " height="16 ">
146+ <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-double-back "></use>
147147 </svg>` ,
148148 previous : `<svg class="tile-icon" width="20" height="20">
149149 <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-back"></use>
150150 </svg>` ,
151151 next : `<svg class="tile-icon" width="20" height="20">
152152 <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-next"></use>
153153 </svg>` ,
154+ last : `<svg class="tile-icon" width="16" height="16">
155+ <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-double-next"></use>
156+ </svg>` ,
154157 } ,
155158 } ) ,
156159 instantsearch . widgets . refinementList ( {
You can’t perform that action at this time.
0 commit comments