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/MechanicalClockImage.vue

47 lines
2.3 KiB
Vue

<template>
<svg version="1.1" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg">
<g transform="matrix(.96803 0 0 .96803 -118.3 118.36)">
<g
stroke="currentColor"
stroke-dashoffset="3.7"
stroke-linecap="round"
stroke-linejoin="round"
>
<path
d="m226.25-102.36-12.826 12.828a41.324 41.324 0 012.9609 3.291l-.60352-1.043 9.7812-2.5273 4.8652 8.4297-7.0762 7.207-.60547-1.0488a41.324 41.324 0 011.375 4.2285 41.324 41.324 0 01.91407 4.3535v-1.2461l9.7344 2.7031v9.7344l-9.7344 2.7031v-1.2148a41.324 41.324 0 01-.91602 4.3398 41.324 41.324 0 01-1.377 4.2148l.60937-1.0527 7.0762 7.207-4.8652 8.4297-9.7812-2.5254.9375-1.623a41.324 41.324 0 01-3.1504 3.6445 41.324 41.324 0 01-3.5527 3.252l1.1641-.67188 2.5254 9.7812-8.4297 4.8672-7.209-7.0781 1.3359-.76953a41.324 41.324 0 01-4.5586 1.4961 41.324 41.324 0 01-4.6992.95898h1.6367l-2.7031 9.7324h-9.7324l-2.7051-9.7324h1.5801a41.324 41.324 0 01-4.8262-1.0293 41.324 41.324 0 01-4.6699-1.5977l1.6289.94141-7.207 7.0781-8.4297-4.8672 2.5254-9.7812 1.623.9375a41.324 41.324 0 01-3.8203-3.3438l-12.828 12.826a59.493 59.493 0 0015.77 11.43 59.493 59.493 0 0079.568-27.113 59.493 59.493 0 00-11.305-68.35z"
stroke-width="5"
/>
<path
d="m226.22-102.33a59.493 59.493 0 00-15.67-11.266l-.375-.18555a59.493 59.493 0 00-79.473 27.395 59.493 59.493 0 0011.484 68.09z"
fill="none"
stroke-width="5"
/>
<path
d="m203.87-79.981-39.34 39.34a27.852 27.852 0 007.3825 5.3508 27.852 27.852 0 0037.25-12.693 27.852 27.852 0 00-5.2923-31.998z"
stroke-width=".46815"
/>
</g>
<path d="m151.62-94.375-1.4844 1.4844 33.322 33.322 1.4844-1.4844z" />
<g fill-rule="evenodd">
<path
d="m165.73-78.784 11.879-1e-6-26.729-14.849 14.849 26.729z"
stroke-width="1.68pt"
/>
<path
d="m148-96.516 18.852 33.934v-15.082h15.082zm5.7656 5.7656 19.521 10.846h-8.6758v8.6777z"
/>
</g>
<g
fill="none"
stroke="currentColor"
stroke-dasharray="2, 4"
stroke-width="2"
>
<path d="m184.2-90.039v-29.729" />
<path d="m154.46-111.82 14.871 25.757m-10.899 10.879-25.77-14.878" />
<path d="m154.46-60.311h-29.738" />
</g>
</g>
</svg>
</template>