Add span styles to the SVG wrapping span and change share logo
This commit is contained in:
parent
33cf7db188
commit
9c68ac5e8a
1 changed files with 2 additions and 2 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
</span>
|
</span>
|
||||||
<span v-if="type === 'share'">
|
<span v-if="type === 'share'" :style="span_styles">
|
||||||
<svg
|
<svg
|
||||||
:width="innerSize"
|
:width="innerSize"
|
||||||
:height="innerSize"
|
:height="innerSize"
|
||||||
|
|
@ -106,7 +106,7 @@
|
||||||
<path
|
<path
|
||||||
fill-rule="evenodd"
|
fill-rule="evenodd"
|
||||||
clip-rule="evenodd"
|
clip-rule="evenodd"
|
||||||
d="M21 11.0973L11.649 2V7.88894C9.79571 8.47147 7.64026 9.4555 5.92961 11.1081C2.12878 14.7798 3.25909 22 3.25909 22C3.25909 22 4.96118 17.4943 9.72838 15.4683C10.4461 15.1633 11.0837 14.9656 11.649 14.8498V20.1945L21 11.0973ZM12.8057 4.83626L19.3342 11.1398L12.8057 17.4398V13.4238C12.0637 13.3957 10.804 13.5736 8.78581 14.445C4.9332 16.1084 3.808 18.9049 3.808 18.9049C3.808 18.9049 4.31903 14.445 7.22448 11.7612C9.22285 9.91537 11.5484 9.30242 12.8057 9.09961V4.83626Z"
|
d="M17 10C19.2091 10 21 8.20914 21 6C21 3.79086 19.2091 2 17 2C14.7909 2 13 3.79086 13 6C13 6.44376 13.0723 6.87064 13.2057 7.26952L9.90706 9.25245C9.17789 8.48121 8.14514 8 7 8C4.79086 8 3 9.79086 3 12C3 14.2091 4.79086 16 7 16C8.14608 16 9.17958 15.518 9.90885 14.7457L13.2074 16.7252C13.0729 17.1256 13 17.5543 13 18C13 20.2091 14.7909 22 17 22C19.2091 22 21 20.2091 21 18C21 15.7909 19.2091 14 17 14C15.8535 14 14.8197 14.4823 14.0904 15.2551L10.7922 13.2758C10.927 12.8751 11 12.4461 11 12C11 11.5527 10.9266 11.1226 10.7911 10.721L14.0861 8.74027C14.8156 9.51576 15.8513 10 17 10ZM19.8 18C19.8 19.5464 18.5464 20.8 17 20.8C15.4536 20.8 14.2 19.5464 14.2 18C14.2 16.4536 15.4536 15.2 17 15.2C18.5464 15.2 19.8 16.4536 19.8 18ZM19.8 6C19.8 7.5464 18.5464 8.8 17 8.8C15.4536 8.8 14.2 7.5464 14.2 6C14.2 4.4536 15.4536 3.2 17 3.2C18.5464 3.2 19.8 4.4536 19.8 6ZM9.8 12C9.8 13.5464 8.5464 14.8 7 14.8C5.4536 14.8 4.2 13.5464 4.2 12C4.2 10.4536 5.4536 9.2 7 9.2C8.5464 9.2 9.8 10.4536 9.8 12Z"
|
||||||
:fill="primary"
|
:fill="primary"
|
||||||
/>
|
/>
|
||||||
</svg>
|
</svg>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue