mirror of
https://github.com/diced/zipline.git
synced 2026-01-03 00:11:48 -08:00
* feat: prettier run * fix: whatever that was * chore: format more files * chore: make format command better
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { File } from 'react-feather';
|
|
|
|
export default function FileIcon({ ...props }) {
|
|
return <File size={15} {...props} />;
|
|
}
|