There is a faulty type declaration for IconSetItem
which was introduced in #13.
- aykutkardas/react-icomoon/src/index.tsx
- node_modules/react-icomoon/dist/index.d.ts
declare type IconSetItem = {
properties: {
name: "string";
};
icon: {
paths: [];
attrs: [];
width?: string;
};
};
Relates to #9 and #13.