Commit 86ee1dd6 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

refactor: remove unused icons (#5234)

parent 95be7b1d
import { keyframes, style } from '@vanilla-extract/css'
const rotate = keyframes({
from: {
transform: 'rotate(0deg)',
},
to: {
transform: 'rotate(360deg)',
},
})
export const clockSpinArrows = style({
animation: `${rotate} 1s linear infinite`,
transformOrigin: '50% 50%',
})
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment