@omtanke/react-material-icons
Version:
Google Fonts - Material Icons
17 lines (15 loc) • 496 B
JavaScript
const SvgEnhancedEncryptionSharp = (props) => {
return (
<svg
xmlns='http://www.w3.org/2000/svg'
height='1em'
viewBox='0 0 24 24'
width='1em'
className='svg-icon'
{...props}>
<path d='M0 0h24v24H0V0zm0 0h24v24H0V0z' fill='none' />
<path d='M20 8h-3V6.22c0-2.61-1.91-4.94-4.51-5.19A4.995 4.995 0 007 6v2H4v14h16V8zM8.9 6c0-1.71 1.39-3.1 3.1-3.1s3.1 1.39 3.1 3.1v2H8.9V6zM16 16h-3v3h-2v-3H8v-2h3v-3h2v3h3v2z' />
</svg>
);
}
export default SvgEnhancedEncryptionSharp;