tabler-icons/packages/icons-react/src
Shane Friedman a6f86a05d1
Fix ref types in icons-react (#1394)
`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!
2025-12-14 13:04:30 +01:00
..
icons Version 2.0! (#439) 2023-01-22 00:02:47 +01:00
createReactComponent.ts Fix ref types in icons-react (#1394) 2025-12-14 13:04:30 +01:00
defaultAttributes.ts Tabler Icons 3.0 (#993) 2024-02-27 00:16:23 +00:00
tabler-icons-react.ts Improve build speed (#1382) 2025-07-21 01:43:11 +02:00
types.ts Add title to icon's <svg> as child tag in React, Vue.js and React Native (#1147) 2024-06-13 22:08:44 +02:00