element-plus/docs/.vitepress/vitepress/components/icons/source-code.vue
jeremywu fe0bcd16ce
feat(docs): update demo block playground icon (#5052)
- Update playground icon and update the icon for github, copy, source-code for alignment
2021-12-30 17:48:34 +08:00

14 lines
353 B
Vue

<template>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
width="24"
height="24"
>
<path fill="none" d="M0 0h24v24H0z" />
<path
d="M23 12l-7.071 7.071-1.414-1.414L20.172 12l-5.657-5.657 1.414-1.414L23 12zM3.828 12l5.657 5.657-1.414 1.414L1 12l7.071-7.071 1.414 1.414L3.828 12z"
/>
</svg>
</template>