UNPKG

kitten-components

Version:
9 lines (7 loc) 232 B
import React from 'react' export const EmailIcon = props => ( <svg viewBox="0 0 19 12" xmlns="http://www.w3.org/2000/svg" {...props}> <title>Email</title> <path d="M9.5 8l9-6v10H.5V2l9 6zm0-2l-9-6h18l-9 6z" /> </svg> )