refactor: remove unused icons (#5234)
This commit is contained in:
parent
95be7b1d5b
commit
86ee1dd666
@ -1,14 +0,0 @@
|
||||
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%',
|
||||
})
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user