lucide-react-native
Version:
A Lucide icon library package for React Native applications
32 lines (27 loc) • 829 B
JavaScript
/**
* @license lucide-react-native v0.501.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
;
var createLucideIcon = require('../createLucideIcon.js');
const KeySquare = createLucideIcon("KeySquare", [
[
"path",
{
d: "M12.4 2.7a2.5 2.5 0 0 1 3.4 0l5.5 5.5a2.5 2.5 0 0 1 0 3.4l-3.7 3.7a2.5 2.5 0 0 1-3.4 0L8.7 9.8a2.5 2.5 0 0 1 0-3.4z",
key: "165ttr"
}
],
["path", { d: "m14 7 3 3", key: "1r5n42" }],
[
"path",
{
d: "m9.4 10.6-6.814 6.814A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814",
key: "1ubxi2"
}
]
]);
module.exports = KeySquare;
//# sourceMappingURL=key-square.js.map