aiflowy-ui-admin/app/src/components/icons/RecordingIcon.vue

130 lines
2.7 KiB
Vue

<template>
<svg
data-v-dd795da4=""
data-v-5179693f=""
class="loading-svg"
color="currentColor"
viewBox="0 0 1000 1000"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
>
<title data-v-dd795da4="">Speech Recording</title>
<rect
data-v-dd795da4=""
fill="currentColor"
rx="70"
ry="70"
height="250"
width="140"
x="0"
y="375"
>
<animate
data-v-dd795da4=""
attributeName="height"
values="250; 500; 250"
keyTimes="0; 0.5; 1"
dur="0.8s"
begin="0s"
repeatCount="indefinite"
/>
<animate
data-v-dd795da4=""
attributeName="y"
values="375; 250; 375"
keyTimes="0; 0.5; 1"
dur="0.8s"
begin="0s"
repeatCount="indefinite"
/>
</rect>
<rect
data-v-dd795da4=""
fill="currentColor"
rx="70"
ry="70"
height="250"
width="140"
x="286.66666666666663"
y="375"
>
<animate
data-v-dd795da4=""
attributeName="height"
values="250; 500; 250"
keyTimes="0; 0.5; 1"
dur="0.8s"
begin="0.2s"
repeatCount="indefinite"
/>
<animate
data-v-dd795da4=""
attributeName="y"
values="375; 250; 375"
keyTimes="0; 0.5; 1"
dur="0.8s"
begin="0.2s"
repeatCount="indefinite"
/>
</rect>
<rect
data-v-dd795da4=""
fill="currentColor"
rx="70"
ry="70"
height="250"
width="140"
x="573.3333333333333"
y="375"
>
<animate
data-v-dd795da4=""
attributeName="height"
values="250; 500; 250"
keyTimes="0; 0.5; 1"
dur="0.8s"
begin="0.4s"
repeatCount="indefinite"
/>
<animate
data-v-dd795da4=""
attributeName="y"
values="375; 250; 375"
keyTimes="0; 0.5; 1"
dur="0.8s"
begin="0.4s"
repeatCount="indefinite"
/>
</rect>
<rect
data-v-dd795da4=""
fill="currentColor"
rx="70"
ry="70"
height="250"
width="140"
x="859.9999999999999"
y="375"
>
<animate
data-v-dd795da4=""
attributeName="height"
values="250; 500; 250"
keyTimes="0; 0.5; 1"
dur="0.8s"
begin="0.6000000000000001s"
repeatCount="indefinite"
/>
<animate
data-v-dd795da4=""
attributeName="y"
values="375; 250; 375"
keyTimes="0; 0.5; 1"
dur="0.8s"
begin="0.6000000000000001s"
repeatCount="indefinite"
/>
</rect>
</svg>
</template>