@navinc/base-react-components
Version:
Nav's Pattern Library
10 lines (7 loc) • 862 B
JavaScript
import React from 'react'
const Email = (props) => (
<svg fill="currentcolor" width="24" height="24" viewBox="0 0 24 24" data-testid="icon:email" {...props}>
<path d="M14,13.4142136 L12.7071068,14.7071068 C12.3165825,15.0976311 11.6834175,15.0976311 11.2928932,14.7071068 L10,13.4142136 L4.41100052,19.003213 L19.5858993,19.0001129 L14,13.4142136 Z M21.0000437,6.41416988 L15.4142136,12 L20.9997371,17.5855235 L21.0000437,6.41416988 Z M8.58578644,12 L3.00026294,6.4144765 L2.99995632,17.5858301 L8.58578644,12 Z M12,12.618821 L19.5935081,4.99678442 L4.40958343,4.99988752 L12,12.618821 Z M3.000905,3 L20.999095,3 C22.1041643,3 23,3.8926228 23,4.99508929 L23,19.0049107 C23,20.1067681 22.1034544,21 20.999095,21 L3.000905,21 C1.89583568,21 1,20.1073772 1,19.0049107 L1,4.99508929 C1,3.8932319 1.89654562,3 3.000905,3 Z" />
</svg>
)
export default Email