Files
Aislo/node_modules/lucide-react/dist/esm/icons/user-round-arrow-left.mjs
T
2026-07-05 14:05:22 +09:00

20 lines
664 B
JavaScript

/**
* @license lucide-react v1.23.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 __iconNode = [
["path", { d: "m19 16-3 3", key: "lp3y45" }],
["path", { d: "M2 21a8 8 0 0 1 12.664-6.5", key: "1ap0vn" }],
["path", { d: "M22 19h-6l3 3", key: "13fjle" }],
["circle", { cx: "10", cy: "8", r: "5", key: "o932ke" }]
];
const UserRoundArrowLeft = createLucideIcon("user-round-arrow-left", __iconNode);
export { __iconNode, UserRoundArrowLeft as default };
//# sourceMappingURL=user-round-arrow-left.mjs.map