0
0
Fork 0

Add share icon

This commit is contained in:
Oliver-Akins 2020-08-22 00:03:50 -06:00
parent 861947620e
commit 1220be2a85

View file

@ -88,6 +88,29 @@
/>
</svg>
</span>
<span v-if="type === 'share'">
<svg
:width="innerSize"
:height="innerSize"
viewBox="0 0 24 24"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<rect
:width="innerSize"
:height="innerSize"
fill="none"
rx="0"
ry="0"
/>
<path
fill-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"
:fill="primary"
/>
</svg>
</span>
</div>
</template>