Module: native/Icon
Interfaces
Type aliases
IconName
Ƭ IconName: keyof typeof icons | string
Variables
icons
• icons: Object
Type declaration
| Name | Type |
|---|---|
Appointment | Element |
Article | Element |
Message | Element |
Questionnaire | Element |
Task | Element |
arrow-left | Element |
arrow-right | Element |
award | Element |
barChart | Element |
bell | Element |
calendar | Element |
camera | Element |
check | Element |
check-circle | Element |
checkmark | Element |
checkmark2 | Element |
chevron-down | Element |
chevron-down2 | Element |
chevron-right | Element |
clock | Element |
close | Element |
cog | Element |
filter | Element |
filter2 | Element |
filterFilled | Element |
hands | Element |
home | Element |
info | Element |
minus | Element |
moon | Element |
pill | Element |
plus | Element |
save | Element |
shoppingBag | Element |
star | Element |
sun | Element |
sunrise | Element |
trash | Element |
user | Element |
viewBoxes
• viewBoxes: Map<string, string>
Functions
FeatherIcon
▸ FeatherIcon(__namedParameters): Element
Parameters
| Name | Type |
|---|---|
__namedParameters | { d: string } & Omit<IconProps, "icon"> |
Returns
Element
default
▸ default(__namedParameters): Element
Parameters
| Name | Type |
|---|---|
__namedParameters | IconProps |
Returns
Element