UNPKG
@klnjs/react-icon
Version:
latest (1.0.0-beta.13)
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.11
1.0.0-beta.7
An icon component for React.
klnjs.github.io/basique
klnjs/basique
@klnjs/react-icon
/
dist
/
src
/
IconPath.js
4 lines
(3 loc)
•
205 B
JavaScript
View Raw
1
2
3
4
import
{ jsx
as
_jsx }
from
"react/jsx-runtime"
;
import
{ forwardRef }
from
'@klnjs/react-core'
;
export
const
IconPath
=
forwardRef
(
(
props, forwardedRef
) =>
_jsx
(
"path"
, {
ref
: forwardedRef, ...props }));