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
/
IconVisibility.vue
IconVisibility.vue
in Hostinger Tools 3.0.78, at vue-frontend/src/components/Icon/Icons/IconVisibility.vue
25 lines
1.4 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="M7.99998 6.23374C7.02266 6.23374 6.2304 7.02601 6.2304 8.00332C6.2304 8.98063 7.02266 9.7729 7.99998 9.7729C8.97729 9.7729 9.76956 8.98063 9.76956 8.00332C9.76956 7.02601 8.97729 6.23374 7.99998 6.23374ZM4.69123 8.00332C4.69123 6.17595 6.17261 4.69457 7.99998 4.69457C9.82735 4.69457 11.3087 6.17595 11.3087 8.00332C11.3087 9.83069 9.82735 11.3121 7.99998 11.3121C6.17261 11.3121 4.69123 9.83069 4.69123 8.00332Z"
13
fill="currentColor"
14
/>
15
<path
16
fill-rule="evenodd"
17
clip-rule="evenodd"
18
d="M7.99508 3.92088C6.23615 3.92088 3.12832 4.78339 1.55391 7.93872C1.5343 7.97801 1.53407 8.02604 1.55433 8.06651C3.12861 11.2094 6.1426 12.0858 8.00495 12.0858C9.76389 12.0858 12.8717 11.2233 14.4461 8.06799C14.4657 8.0287 14.466 7.98067 14.4457 7.9402C12.8714 4.79726 9.85743 3.92088 7.99508 3.92088ZM0.176668 7.25152C2.09445 3.40802 5.86487 2.38171 7.99508 2.38171C10.2434 2.38171 13.909 3.43186 15.8219 7.25088C16.0585 7.72326 16.0598 8.28126 15.8234 8.75519C13.9056 12.5987 10.1352 13.625 8.00495 13.625C5.7566 13.625 2.09108 12.5749 0.178153 8.75583C-0.058457 8.28345 -0.0598124 7.72545 0.176668 7.25152Z"
19
fill="currentColor"
20
/>
21
</
svg
>
22
</
template
>
23
24
<
script
setup
lang
=
"
ts
"
>
</
script
>
25