UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.37 kB
/** * @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 PhoneLocked = createIcon("PhoneLocked", [ [ "path", { d: "M20.0004 5.5V4.5C20.0004 3.4 19.1004 2.5 18.0004 2.5C16.9004 2.5 16.0004 3.4 16.0004 4.5V5.5H15.0004V10.5H21.0004V5.5H20.0004ZM19.0004 5.5H17.0004V4.5C17.0004 3.95 17.4504 3.5 18.0004 3.5C18.5504 3.5 19.0004 3.95 19.0004 4.5V5.5Z", key: "27epkl" } ], [ "path", { d: "M20.2004 15.37L16.5304 14.64C16.0304 14.54 15.7004 14.84 15.6304 14.91L13.1104 17.41C10.6104 15.98 8.54038 13.91 7.11038 11.41L9.61038 8.89C9.84038 8.65 9.94038 8.32 9.88038 7.99L9.13038 4.3C9.04038 3.84 8.63038 3.5 8.15038 3.5H4.00038C3.44038 3.5 2.97038 3.97 3.00038 4.53C3.17038 7.42 4.05038 10.13 5.43038 12.5C7.01038 15.23 9.28038 17.49 12.0004 19.07C14.3704 20.44 17.0804 21.33 19.9704 21.5C20.5204 21.53 21.0004 21.07 21.0004 20.5V16.35C21.0004 15.87 20.6604 15.46 20.2004 15.37ZM5.10038 5.5H7.33038L7.80038 7.85L6.17038 9.5C5.63038 8.2 5.27038 6.87 5.10038 5.5ZM19.0004 19.4C17.6304 19.22 16.3004 18.87 15.0004 18.33L16.6504 16.7L19.0004 17.17V19.4Z", key: "15ha86" } ] ]); export { PhoneLocked as default }; //# sourceMappingURL=phone_locked.js.map