lucide-react
Version:
A Lucide icon library package for React applications.
30 lines (26 loc) • 814 B
JavaScript
/**
* @license lucide-react v1.46.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconData = {
name: "shield-lock",
size: 24,
node: [
[
"path",
{
d: "M20 9.807V6a1 1 0 00-1-1c-2 0-4.49-1.19-6.24-2.72a1.17 1.17 0 00-1.52 0C9.5 3.8 7 5 5 5a1 1 0 00-1 1v7c0 3.88 2.107 6.254 5 7.796",
key: "1gl1o4"
}
],
["path", { d: "M19 17v-2a2 2 0 00-4 0v2", key: "uefur0" }],
["rect", { x: "13", y: "17", width: "8", height: "5", rx: "1", key: "2y8vuh" }]
]
};
__iconData.node;
const ShieldLock = createLucideIcon(__iconData);
export { __iconData, ShieldLock as default };
//# sourceMappingURL=shield-lock.mjs.map