Init
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @license lucide-react v0.380.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 KeyRound = createLucideIcon("KeyRound", [
|
||||
["path", { d: "M2 18v3c0 .6.4 1 1 1h4v-3h3v-3h2l1.4-1.4a6.5 6.5 0 1 0-4-4Z", key: "167ctg" }],
|
||||
["circle", { cx: "16.5", cy: "7.5", r: ".5", fill: "currentColor", key: "w0ekpg" }]
|
||||
]);
|
||||
|
||||
export { KeyRound as default };
|
||||
//# sourceMappingURL=key-round.js.map
|
||||
Reference in New Issue
Block a user