UNPKG

lucide-solid

Version:

A Lucide icon library package for Solid applications

21 lines (19 loc) 679 B
/** * @license lucide-solid v0.488.0 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ // src/icons/circle-user-round.tsx import Icon from "../Icon"; var iconNode = [ ["path", { d: "M18 20a6 6 0 0 0-12 0", key: "1qehca" }], ["circle", { cx: "12", cy: "10", r: "4", key: "1h16sb" }], ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }] ]; var CircleUserRound = (props) => <Icon {...props} iconNode={iconNode} name="circle-user-round" />; var circle_user_round_default = CircleUserRound; export { circle_user_round_default as default }; //# sourceMappingURL=circle-user-round.jsx.map