feat(inputs): ✨ Add email input
This commit is contained in:
@ -217,3 +217,10 @@ export const NumberIcon = (props: IconProps) => (
|
||||
<line x1="16" y1="3" x2="14" y2="21"></line>
|
||||
</Icon>
|
||||
)
|
||||
|
||||
export const EmailIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<circle cx="12" cy="12" r="4"></circle>
|
||||
<path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path>
|
||||
</Icon>
|
||||
)
|
||||
|
Reference in New Issue
Block a user