nova-ui/components/icons/Error.vue

13 lines
397 B
Vue
Raw Normal View History

2022-12-04 09:02:30 +03:00
<template>
<svg viewBox="0 0 24 24" fill="#e45050">
<path
fill-rule="evenodd"
d="M12 .9a11.2 11.2 0 110 22.4A11.2 11.2 0 0112 .9zm0-.8a12 12 0 110 24 12 12 0 010-24z"
clip-rule="evenodd"
/>
<path
d="M13.07 12.02l3.73-3.73-1.07-1.07L12 10.95 8.27 7.22 7.2 8.29l3.73 3.73-3.73 3.73 1.07 1.07L12 13.09l3.73 3.73 1.07-1.07-3.73-3.73z"
/>
</svg>
</template>