UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 1.15 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 LockPerson = createIcon("LockPerson", [ [ "path", { d: "M16.5 11C17.2 11 17.87 11.1 18.5 11.29V10C18.5 8.9 17.6 8 16.5 8H15.5V6C15.5 3.24 13.26 1 10.5 1C7.74 1 5.5 3.24 5.5 6V8H4.5C3.4 8 2.5 8.9 2.5 10V20C2.5 21.1 3.4 22 4.5 22H10.76C9.97 20.87 9.5 19.49 9.5 18C9.5 14.13 12.63 11 16.5 11ZM7.4 6C7.4 4.29 8.79 2.9 10.5 2.9C12.21 2.9 13.6 4.29 13.6 6V8H7.4V6Z", key: "x3zpps" } ], [ "path", { d: "M16.5 13C13.74 13 11.5 15.24 11.5 18C11.5 20.76 13.74 23 16.5 23C19.26 23 21.5 20.76 21.5 18C21.5 15.24 19.26 13 16.5 13ZM16.5 15C17.33 15 18 15.67 18 16.5C18 17.33 17.33 18 16.5 18C15.67 18 15 17.33 15 16.5C15 15.67 15.67 15 16.5 15ZM16.5 21C15.47 21 14.56 20.48 14.02 19.68C14.75 19.26 15.59 19 16.5 19C17.41 19 18.25 19.26 18.98 19.68C18.44 20.48 17.53 21 16.5 21Z", key: "1ov7ao" } ] ]); export { LockPerson as default }; //# sourceMappingURL=lock_person.js.map