UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 889 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 NoEncryption = createIcon("NoEncryption", [ [ "path", { d: "M8.80527 6C8.80527 4.29 10.1953 2.9 11.9053 2.9C13.6153 2.9 15.0053 4.29 15.0053 6V8H10.3453L12.3453 10H17.9053V15.56L19.9053 17.56V10C19.9053 8.9 19.0053 8 17.9053 8H16.9053V6C16.9053 3.24 14.6653 1 11.9053 1C9.58527 1 7.64527 2.59 7.08527 4.74L8.80527 6.46V6ZM4.31527 4.81L2.90527 6.22L4.94527 8.26C4.32527 8.6 3.90527 9.25 3.90527 10V20C3.90527 21.1 4.80527 22 5.90527 22H18.6853L19.6853 23L21.0953 21.59L4.31527 4.81ZM5.90527 20V10H6.68527L16.6853 20H5.90527Z", key: "1wojcl" } ] ]); export { NoEncryption as default }; //# sourceMappingURL=no_encryption.js.map