Browse
For agents
About
Hostinger Tools
/
3.0.78
Hostinger Tools
v3.0.78
Switch version
3.0.78
3.0.77
3.0.76
3.0.75
3.0.74
3.0.73
3.0.72
3.0.71
3.0.70
3.0.69
3.0.68
3.0.67
3.0.66
1.8.1
1.8.2
1.8.3
1.9.1
1.9.4
1.9.5
1.9.6
1.9.7
1.9.8
1.9.9
2.0.0
2.0.1
All 109 releases
Overview
Code
hostinger
/
vue-frontend
/
src
/
components
/
Icon
/
Icons
/
IconLaunch.vue
IconLaunch.vue
in Hostinger Tools 3.0.78, at vue-frontend/src/components/Icon/Icons/IconLaunch.vue
17 lines
1.1 KB
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
template
>
2
<
svg
3
width
=
"
16
"
4
height
=
"
16
"
5
viewBox
=
"
0 0 16 16
"
6
fill
=
"
none
"
7
xmlns
=
"
http://www.w3.org/2000/svg
"
8
>
9
<path
10
fill-rule="evenodd"
11
clip-rule="evenodd"
12
d="M2.5 5.2478C2.5 3.72902 3.73122 2.4978 5.25 2.4978H6C6.41421 2.4978 6.75 2.83359 6.75 3.2478C6.75 3.66202 6.41421 3.9978 6 3.9978H5.25C4.55964 3.9978 4 4.55745 4 5.2478V10.6859C4 11.3763 4.55964 11.9359 5.25 11.9359H10.7508C11.4411 11.9359 12.0008 11.3763 12.0008 10.6859V10C12.0008 9.58579 12.3366 9.25 12.7508 9.25C13.165 9.25 13.5008 9.58579 13.5008 10V10.6859C13.5008 12.2047 12.2696 13.4359 10.7508 13.4359H5.25C3.73122 13.4359 2.5 12.2047 2.5 10.6859V5.2478ZM12 5.06077L8.03033 9.03044C7.73744 9.32333 7.26256 9.32333 6.96967 9.03044C6.67678 8.73754 6.67678 8.26267 6.96967 7.96977L10.9393 4.00011H9C8.58579 4.00011 8.25 3.66432 8.25 3.2501C8.25 2.83589 8.58579 2.50011 9 2.50011L12.25 2.50011C12.9404 2.50011 13.5 3.05975 13.5 3.75011V7.0001C13.5 7.41432 13.1642 7.7501 12.75 7.7501C12.3358 7.7501 12 7.41432 12 7.0001V5.06077Z"
13
fill="currentColor"
14
/>
15
</
svg
>
16
</
template
>
17