`createReactComponent` incorrectly types its `forwardRef` call as reffing an `Icon` instance. That ref is then passed directly to an `svg` element, so instead, it should be typed as `SVGSVGElement`, as this is what will actually be reffed! |
||
|---|---|---|
| .. | ||
| icons | ||
| createReactComponent.ts | ||
| defaultAttributes.ts | ||
| tabler-icons-react.ts | ||
| types.ts | ||