PluginProbe
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! / 3.8.0
Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! v3.8.0
3.8.0 3.7.5 3.7.4 3.7.3 3.7.2 1-final 3.7.1 3.7.0 3.6.8 3.6.7 3.6.6 3.6.5 3.6.4 3.6.3 3.6.2 3.6.1 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 All 112 releases
templately / assets / images / icons / ArrowLeft.js

ArrowLeft.js in Templately – Elementor & Gutenberg Template Library: 6500+ Free & Pro Ready Templates And Cloud! 3.8.0, at assets/images/icons/ArrowLeft.js

34 lines 650 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 import React from 'react';
2
3 function ArrowRight() {
4 return (
5 <svg
6 xmlns='http://www.w3.org/2000/svg'
7 width='24'
8 height='24'
9 fill='none'
10 viewBox='0 0 25 24'>
11 <mask
12 id='mask0_1187_1618'
13 style={{ maskType: 'alpha' }}
14 width='25'
15 height='24'
16 x='0'
17 y='0'
18 maskUnits='userSpaceOnUse'>
19 <path
20 fill='#D9D9D9'
21 d='M24.81 24H48.81V48H24.81z'
22 transform='rotate(-180 24.81 24)'></path>
23 </mask>
24 <g mask='url(#mask0_1187_1618)'>
25 <path
26 fill='#667085'
27 d='M9.81 5l1.425 1.4-4.6 4.6H22.81v2H6.635l4.575 4.6-1.4 1.4-7-7 7-7z'></path>
28 </g>
29 </svg>
30 );
31 }
32
33 export default ArrowRight;
34