mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-05-02 12:28:10 +00:00
23 lines
853 B
Vue
23 lines
853 B
Vue
<template>
|
|
<svg
|
|
id="icon-full-screen-enter"
|
|
viewBox="0 0 32 32"
|
|
width="100%"
|
|
height="100%"
|
|
style="transition-duration: 0s"
|
|
>
|
|
<path
|
|
style="transition-duration: 0s"
|
|
d="M29.333 2.667h-26.667c-1.471 0-2.667 1.196-2.667 2.667v21.333c0 1.471 1.196 2.667 2.667 2.667h26.667c1.471 0 2.667-1.196 2.667-2.667v-21.333c0-1.471-1.196-2.667-2.667-2.667zM29.333 26.667h-26.667v-21.333h26.667v21.333c0.004 0 0 0 0 0z"
|
|
></path>
|
|
<path
|
|
style="transition-duration: 0s"
|
|
d="M11.333 17.058l-4.667 4.667v-1.725h-1.333v3.333c0 0.367 0.3 0.667 0.667 0.667h3.333v-1.333h-1.725l4.667-4.667-0.942-0.942z"
|
|
></path>
|
|
<path
|
|
style="transition-duration: 0s"
|
|
d="M26 8h-3.333v1.333h1.725l-4.667 4.667 0.942 0.942 4.667-4.667v1.725h1.333v-3.333c0-0.367-0.3-0.667-0.667-0.667z"
|
|
></path>
|
|
</svg>
|
|
</template>
|