feat(editor): ✨ Add send email integration
This commit is contained in:
@ -339,3 +339,10 @@ export const EyeIcon = (props: IconProps) => (
|
||||
<circle cx="12" cy="12" r="3"></circle>
|
||||
</Icon>
|
||||
)
|
||||
|
||||
export const SendEmailIcon = (props: IconProps) => (
|
||||
<Icon viewBox="0 0 24 24" {...featherIconsBaseProps} {...props}>
|
||||
<line x1="22" y1="2" x2="11" y2="13"></line>
|
||||
<polygon points="22 2 15 22 11 13 2 9 22 2"></polygon>
|
||||
</Icon>
|
||||
)
|
||||
|
Reference in New Issue
Block a user