import React from 'react';
import withIcon from '../lib/withIcon';
export const IconLock = withIcon(function IconLock(props) {
    return (<svg data-tag="IconLock" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.238 8.458c-.865-.19-1.3-.289-1.518-.568-.218-.279-.22-.74-.22-1.653V6a4.486 4.486 0 0 0-1.318-3.182A4.486 4.486 0 0 0 12 1.5a4.486 4.486 0 0 0-3.182 1.318A4.486 4.486 0 0 0 7.5 6v.237c0 .914-.002 1.374-.22 1.653-.219.28-.653.378-1.518.568-1.005.221-1.508.678-1.76 1.622-.252.944-.252 2.376-.252 4.545 0 3.188 0 4.781.797 5.578.797.797 2.39.797 5.578.797h3.75c3.188 0 4.781 0 5.578-.797.797-.797.797-2.39.797-5.578 0-2.17 0-3.6-.252-4.545-.252-.944-.755-1.4-1.76-1.622M12 8.25c-1.117 0-1.68-.004-1.963-.287C9.755 7.679 9.75 7.117 9.75 6c0-.621.252-1.184.659-1.591.407-.407.97-.659 1.591-.659s1.184.252 1.591.659c.407.407.659.97.659 1.591 0 1.117-.004 1.68-.287 1.963-.284.283-.846.287-1.963.287"/>
    </svg>);
});
//# sourceMappingURL=Lock.jsx.map