Assignment5_new/node_modules/lucide-react/dist/esm/icons/key-square.js

30 lines
809 B
JavaScript
Raw Normal View History

2025-01-07 05:14:59 +00:00
/**
* @license lucide-react v0.469.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.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"
}
]
]);
export { KeySquare as default };
//# sourceMappingURL=key-square.js.map