mirror of
https://github.com/Mibew/simple-icons.git
synced 2025-01-19 00:20:34 +03:00
7 lines
82 B
TypeScript
7 lines
82 B
TypeScript
|
import { SimpleIcon } from '.';
|
||
|
|
||
|
/**
|
||
|
* @internal
|
||
|
*/
|
||
|
export type I = SimpleIcon;
|