mirror of
https://github.com/diced/zipline.git
synced 2025-12-28 21:53:42 -08:00
* feat: prettier run * fix: whatever that was * chore: format more files * chore: make format command better
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
import { Clock } from 'react-feather';
|
|
|
|
export default function ClockIcon({ ...props }) {
|
|
return <Clock size={15} {...props} />;
|
|
}
|