mirror of
https://github.com/simple-icons/simple-icons.git
synced 2024-12-26 01:13:41 +02:00
7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
|
import { SimpleIcon } from '.';
|
||
|
|
||
|
/**
|
||
|
* @internal
|
||
|
*/
|
||
|
export type I = SimpleIcon;
|