初始化
This commit is contained in:
129
easyflow-ui-admin/app/src/components/icons/RecordingIcon.vue
Normal file
129
easyflow-ui-admin/app/src/components/icons/RecordingIcon.vue
Normal file
@@ -0,0 +1,129 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user