UNPKG
carpooluikit
Version:
latest (1.0.0)
1.0.0
carpool finance uikit
github.com/TiscotSerVices/blzd-uikit
TiscotSerVices/blzd-uikit
carpooluikit
/
dist
/
components
/
Svg
/
Icons
/
Add.d.ts
5 lines
(4 loc)
•
125 B
TypeScript
View Raw
1
2
3
4
5
import
React
from
"react"
;
import
{
SvgProps
}
from
"../types"
;
declare
const
Icon
:
React
.
FC
<
SvgProps
>;
export
default
Icon
;