PluginProbe
Hostinger Tools / 3.0.78
Hostinger Tools v3.0.78
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
hostinger / vue-frontend / src / components / Icon / Icons / IconLaunchLight.vue

IconLaunchLight.vue in Hostinger Tools 3.0.78, at vue-frontend/src/components/Icon/Icons/IconLaunchLight.vue

15 lines 500 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <template>
2 <svg
3 xmlns="http://www.w3.org/2000/svg"
4 width="24"
5 height="24"
6 viewBox="0 0 24 24"
7 fill="none"
8 >
9 <path
10 d="M4.5 21C4.1 21 3.75 20.85 3.45 20.55C3.15 20.25 3 19.9 3 19.5V4.5C3 4.1 3.15 3.75 3.45 3.45C3.75 3.15 4.1 3 4.5 3H11.475V4.5H4.5V19.5H19.5V12.525H21V19.5C21 19.9 20.85 20.25 20.55 20.55C20.25 20.85 19.9 21 19.5 21H4.5ZM9.55 15.525L8.5 14.45L18.45 4.5H12.975V3H21V11.025H19.5V5.575L9.55 15.525Z"
11 fill="currentColor"
12 />
13 </svg>
14 </template>
15