mirror of
https://github.com/diced/zipline.git
synced 2025-12-25 12:25:08 -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 { Hash } from 'react-feather';
|
|
|
|
export default function HashIcon({ ...props }) {
|
|
return <Hash size={15} {...props} />;
|
|
}
|