lucide-react-native
Version:
A Lucide icon library package for React Native applications.
26 lines (21 loc) • 719 B
JavaScript
/**
* @license lucide-react-native v1.31.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
'use strict';
var createLucideIcon = require('../createLucideIcon.js');
const ShieldLock = createLucideIcon("ShieldLock", [
[
"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" }]
]);
module.exports = ShieldLock;
//# sourceMappingURL=shield-lock.js.map