import React from 'react';
import withIcon from '../lib/withIcon';
export const IconKey = withIcon(function IconKey(props) {
    return (<svg data-tag="IconKey" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M14.25 16.436v.878c0 .124.011.213.044.293a.74.74 0 0 0 .176.238l.155.155.155.155a.742.742 0 0 0 .238.176.75.75 0 0 0 .293.044h.814c.128 0 .222.03.284.091.062.062.09.155.09.284v.814c0 .124.012.213.045.293a.75.75 0 0 0 .175.238l.32.32.32.32a.89.89 0 0 0 .292.202A.893.893 0 0 0 18 21c.131 0 .245-.02.349-.063a.895.895 0 0 0 .29-.202l1.048-1.048 1.047-1.047a.894.894 0 0 0 .203-.291.895.895 0 0 0 .063-.35.895.895 0 0 0-.063-.348.895.895 0 0 0-.203-.291l-2.222-2.222-2.222-2.223c-.148-.147-.233-.268-.263-.4-.03-.134-.005-.279.066-.475a6.723 6.723 0 0 0 .407-2.29 6.729 6.729 0 0 0-1.977-4.773A6.729 6.729 0 0 0 9.75 3a6.729 6.729 0 0 0-4.773 1.977A6.729 6.729 0 0 0 3 9.75c0 1.864.755 3.551 1.977 4.773a6.729 6.729 0 0 0 6.484 1.754 6.737 6.737 0 0 0 1.547-.626c.188-.105.335-.15.472-.131.138.019.267.102.42.254l.065.066.065.065a.76.76 0 0 1 .163.225.735.735 0 0 1 .057.306m-6-6.686a1.496 1.496 0 0 1-1.5-1.5c0-.414.168-.79.44-1.06a1.496 1.496 0 0 1 2.121 0 1.496 1.496 0 0 1-1.06 2.56"/>
    </svg>);
});
//# sourceMappingURL=Key.jsx.map