google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 718 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 NoEncryption = createIcon("NoEncryption", [
[
"path",
{
d: "M21 21.78L4.22 5L3 6.22L5.04 8.26C4.42 8.6 4 9.25 4 10V20C4 21.1 4.9 22 6 22H18C18.23 22 18.45 21.95 18.66 21.88L19.78 23L21 21.78ZM8.9 6C8.9 4.29 10.29 2.9 12 2.9C13.71 2.9 15.1 4.29 15.1 6V8H9.66L20 18.34V10C20 8.9 19.1 8 18 8H17V6C17 3.24 14.76 1 12 1C9.44 1 7.36 2.93 7.06 5.4L8.9 7.24V6Z",
key: "1d393a"
}
]
]);
export { NoEncryption as default };
//# sourceMappingURL=no_encryption.js.map