import React from 'react';
import withIcon from '../lib/withIcon';
export const IconUnlock = withIcon(function IconUnlock(props) {
    return (<svg data-tag="IconUnlock" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9.75 5.25c0-.621.252-1.184.659-1.591C10.816 3.252 11.379 3 12 3s1.184.252 1.591.659c.407.407.659.97.659 1.591v1.5c0 1.117-.004 1.68-.287 1.963C13.679 8.996 13.117 9 12 9h-1.875c-3.187 0-4.781 0-5.578.797-.797.797-.797 2.39-.797 5.578s0 4.781.797 5.578c.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.622-.865-.19-1.3-.289-1.518-.568-.218-.279-.22-.74-.22-1.653V5.25a4.486 4.486 0 0 0-1.318-3.182A4.486 4.486 0 0 0 12 .75a4.486 4.486 0 0 0-3.182 1.318A4.486 4.486 0 0 0 7.5 5.25v.375c0 .45.056.73.225.9.169.169.45.225.9.225s.73-.056.9-.225c.169-.169.225-.45.225-.9z"/>
    </svg>);
});
//# sourceMappingURL=Unlock.jsx.map