refactor: remove unused icons (#5234)

This commit is contained in:
vignesh mohankumar 2022-11-15 17:17:21 -05:00 committed by GitHub
parent 95be7b1d5b
commit 86ee1dd666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 664 deletions

@ -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