This repository has been archived on 2024-03-13. You can view files and clone it, but cannot push or open issues or pull requests.
timekeeper/components/svg/AtomicClockImage.vue

32 lines
1.4 KiB
Vue

<template>
<svg version="1.1" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<path
d="m34.039.36217v17.408h.0039s13.464 5.8951 16.565 11.959c1.6185 3.1643 0 10.662 0 10.662-7.3902 3.0378-13.411 8.6777-16.927 15.853-2.263 4.6331-3.3268 9.5389-3.3197 14.37h-.0097s13.035 49.018 32.673 49.025c19.647.007 32.723-49.025 32.723-49.025-.00034-12.039-6.6724-23.619-18.19-29.32l-.20772-.10095c-.60812-.26576-1.223-.51333-1.8462-.74159 0 0-1.6275-7.5401 0-10.722 3.1013-6.0635 16.565-11.959 16.565-11.959v-17.408h-14.44c.29433 2.757-.19909 5.5415-1.423 8.0294-3.5752 7.2549-12.348 10.245-19.609 6.6821-5.5132-2.7231-8.7419-8.5975-8.0857-14.711zm29.079 52.538a21.665 21.665 0 019.3825 2.1821l.13589.066a21.665 21.665 0 019.8232 28.994 21.665 21.665 0 01-28.976 9.8736 21.665 21.665 0 01-9.9261-28.959 21.665 21.665 0 0119.561-12.157z"
style="
stroke-dashoffset: 5.04;
stroke-linecap: round;
stroke-linejoin: bevel;
stroke-width: 0.72423;
"
/>
<path
d="m63.055 60v21.279"
style="
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2.9819;
"
/>
<path
d="m63.055 81.279 11.735-11.735"
style="
fill: none;
stroke-linecap: round;
stroke-linejoin: round;
stroke-width: 2.9819;
"
/>
</svg>
</template>