-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsocial-mail.vue
More file actions
23 lines (23 loc) · 787 Bytes
/
Copy pathsocial-mail.vue
File metadata and controls
23 lines (23 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<template functional>
<svg
id="mail"
class="svg-social-mail"
xmlns="http://www.w3.org/2000/svg"
width="22.475"
height="14.057"
viewBox="0 0 22.475 14.057"
>
<g>
<path
d="M2132.726,1476.985h-22.475V1465l11.24,7.813,11.235-7.81Z"
transform="translate(-2110.251 -1462.928)"
fill="currentColor"
/>
<path
d="M2111.965,1437.139h22.2c-.057.05-.089.083-.125.109q-5.414,3.753-10.826,7.508a.2.2,0,0,1-.278,0q-5.41-3.757-10.826-7.508C2112.075,1437.225,2112.042,1437.2,2111.965,1437.139Z"
transform="translate(-2111.834 -1437.139)"
fill="currentColor"
/>
</g>
</svg>
</template>