mirror of
https://github.com/diced/zipline.git
synced 2025-12-28 05:33:30 -08:00
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
import { Globe } from 'react-feather';
|
|
|
|
export default function GlobeIcon({ ...props }) {
|
|
return <Globe size={15} {...props} />;
|
|
}
|