⚡ (customDomain) Add configuration modal for domain verification
Closes #742
This commit is contained in:
@@ -635,3 +635,11 @@ export const ChevronLastIcon = (props: IconProps) => (
|
||||
<path d="M17 6v12" />
|
||||
</Icon>
|
||||
)
|
||||
|
||||
export const XCircleIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<circle cx="12" cy="12" r="10" />
|
||||
<path d="m15 9-6 6" />
|
||||
<path d="m9 9 6 6" />
|
||||
</Icon>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user