google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 756 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const EnhancedEncryption = createIcon("EnhancedEncryption", [
[
"path",
{
d: "M18 8.5H17V6.5C17 3.74 14.76 1.5 12 1.5C9.24 1.5 7 3.74 7 6.5V8.5H6C4.9 8.5 4 9.4 4 10.5V20.5C4 21.6 4.9 22.5 6 22.5H18C19.1 22.5 20 21.6 20 20.5V10.5C20 9.4 19.1 8.5 18 8.5ZM8.9 6.5C8.9 4.79 10.29 3.4 12 3.4C13.71 3.4 15.1 4.79 15.1 6.5V8.5H8.9V6.5ZM16 16.5H13V19.5H11V16.5H8V14.5H11V11.5H13V14.5H16V16.5Z",
key: "1x4iqk"
}
]
]);
export { EnhancedEncryption as default };
//# sourceMappingURL=enhanced_encryption.js.map