2688dd9a94731bde0cabeb48c5c75493f2c7044e2dc9cb461f67f23278c26a4364e6208149276c8088b014c3b3f3be752cfc038bd65916a267a33e2e4d61e6 969 B

12345678910111213
  1. <template>
  2. <svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg">
  3. <path
  4. d="M24,4 C35.045695,4 44,12.954305 44,24 C44,35.045695 35.045695,44 24,44 C12.954305,44 4,35.045695 4,24 C4,12.954305 12.954305,4 24,4 Z M34.5548098,16.4485711 C33.9612228,15.8504763 32.9988282,15.8504763 32.4052412,16.4485711 L32.4052412,16.4485711 L21.413757,27.5805811 L21.413757,27.5805811 L21.4034642,27.590855 C21.0097542,27.9781674 20.3766105,27.9729811 19.9892981,27.5792711 L19.9892981,27.5792711 L15.5947588,23.1121428 C15.0011718,22.514048 14.0387772,22.514048 13.4451902,23.1121428 C12.8516033,23.7102376 12.8516033,24.6799409 13.4451902,25.2780357 L13.4451902,25.2780357 L19.6260786,31.5514289 C20.2196656,32.1495237 21.1820602,32.1495237 21.7756472,31.5514289 L21.7756472,31.5514289 L34.5548098,18.614464 C35.1483967,18.0163692 35.1483967,17.0466659 34.5548098,16.4485711 Z"
  5. />
  6. </svg>
  7. </template>
  8. <script>
  9. export default {
  10. name: 'IconSuccess'
  11. };
  12. </script>