UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 780 B
/** * @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.5ZM18 20.5H6V10.5H18V20.5ZM13 11.5H11V14.5H8V16.5H11V19.5H13V16.5H16V14.5H13V11.5Z", key: "1kr1mw" } ] ]); export { EnhancedEncryption as default }; //# sourceMappingURL=enhanced_encryption.js.map