google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 921 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 LockReset = createIcon("LockReset", [
[
"path",
{
d: "M13.5 3C8.53 3 4.5 7.03 4.5 12H1.5L5.5 16L9.5 12H6.5C6.5 8.14 9.64 5 13.5 5C17.36 5 20.5 8.14 20.5 12C20.5 15.86 17.36 19 13.5 19C11.6 19 9.88 18.24 8.62 17.01L7.2 18.42C8.82 20.01 11.05 21 13.5 21C18.47 21 22.5 16.97 22.5 12C22.5 7.03 18.47 3 13.5 3ZM15.5 11V10C15.5 8.9 14.6 8 13.5 8C12.4 8 11.5 8.9 11.5 10V11C10.95 11 10.5 11.45 10.5 12V15C10.5 15.55 10.95 16 11.5 16H15.5C16.05 16 16.5 15.55 16.5 15V12C16.5 11.45 16.05 11 15.5 11ZM14.5 11H12.5V10C12.5 9.45 12.95 9 13.5 9C14.05 9 14.5 9.45 14.5 10V11Z",
key: "5duh86"
}
]
]);
export { LockReset as default };
//# sourceMappingURL=lock_reset.js.map