|
|
@@ -21,8 +21,8 @@ export const ClockIcon = React.forwardRef<ClockIconDerivedElement, ClockIconProp |
|
|
|
viewBox="0 0 24 24" |
|
|
|
className={`w-[1.5em] h-[1.5em] linejoin-round linecap-round stroke-2 stroke-current fill-none ${className ?? ''}`.trim()} |
|
|
|
> |
|
|
|
<circle r="40%" cx="50%" cy="50%" /> |
|
|
|
<line x1="50%" x2="50%" y1="50%" y2="30%" transform={`rotate(${(hour + (minute / 60)) / 12 * 360}, 12, 12)`} /> |
|
|
|
<line x1="50%" x2="50%" y1="50%" y2="20%" transform={`rotate(${minute / 60 * 360}, 12, 12)`} /> |
|
|
|
<circle r="35%" cx="50%" cy="50%" /> |
|
|
|
<line x1="50%" x2="50%" y1="50%" y2="35%" transform={`rotate(${(hour + (minute / 60)) / 12 * 360}, 12, 12)`} /> |
|
|
|
<line x1="50%" x2="50%" y1="50%" y2="30%" transform={`rotate(${minute / 60 * 360}, 12, 12)`} /> |
|
|
|
</ClockIconDerivedElementComponent> |
|
|
|
)); |