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 / ArrowRight.js

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

31 lines 605 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_1613'
13 style={{ maskType: 'alpha' }}
14 width='25'
15 height='24'
16 x='0'
17 y='0'
18 maskUnits='userSpaceOnUse'>
19 <path fill='#D9D9D9' d='M0.191 0H24.191V24H0.191z'></path>
20 </mask>
21 <g mask='url(#mask0_1187_1613)'>
22 <path
23 fill='#fff'
24 d='M15.191 19l-1.425-1.4 4.6-4.6H2.191v-2h16.175l-4.575-4.6 1.4-1.4 7 7-7 7z'></path>
25 </g>
26 </svg>
27 );
28 }
29
30 export default ArrowRight;
31