PluginProbe
GiveWP – Donation Plugin and Fundraising Platform / 4.17.0
GiveWP – Donation Plugin and Fundraising Platform v4.17.0
4.17.0 4.16.9 4.16.8.1 4.16.8 4.16.7.2 4.16.7.1 4.16.7 4.16.6.1 4.16.6 4.16.5.1 4.16.5 4.16.4 4.16.3 4.16.2 4.16.1 4.16.0 4.15.5 4.15.4 4.15.3 4.15.2 4.15.1 4.15.0 2.3.0 2.3.1 2.3.2 All 256 releases
give / src / Campaigns / Blocks / shared / components / Pagination / icons.tsx

icons.tsx in GiveWP – Donation Plugin and Fundraising Platform 4.17.0, at src/Campaigns/Blocks/shared/components/Pagination/icons.tsx

15 lines 846 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 export const ChevronRight = () => (
2 <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
3 <path d="m7.5 15 5-5-5-5" stroke="#060C1A" strokeWidth="1.667" strokeLinecap="round"
4 strokeLinejoin="round" />
5 </svg>
6 )
7
8 export const ChevronLeft = () => (
9 <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
10 <path fillRule="evenodd" clipRule="evenodd"
11 d="M13.0906 4.41205C13.416 4.73748 13.416 5.26512 13.0906 5.59056L8.67981 10.0013L13.0906 14.412C13.416 14.7375 13.416 15.2651 13.0906 15.5906C12.7651 15.916 12.2375 15.916 11.912 15.5906L6.91205 10.5906C6.58661 10.2651 6.58661 9.73748 6.91205 9.41205L11.912 4.41205C12.2375 4.08661 12.7651 4.08661 13.0906 4.41205Z"
12 fill="#060C1A" />
13 </svg>
14 )
15