lucide-react
Version:
A Lucide icon library package for React applications.
30 lines (26 loc) • 862 B
JavaScript
/**
* @license lucide-react v1.46.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 __iconData = {
name: "user-shield",
size: 24,
node: [
["path", { d: "M10 15H6a4 4 0 0 0-4 4v2", key: "1nfge6" }],
[
"path",
{
d: "M22 17.5c0 2.499-1.75 3.749-3.83 4.474a.5.5 0 0 1-.335-.005c-2.085-.72-3.835-1.97-3.835-4.47V14a.5.5 0 0 1 .5-.499c1 0 2.25-.6 3.12-1.36a.6.6 0 0 1 .76-.001c.875.765 2.12 1.36 3.12 1.36a.5.5 0 0 1 .5.5z",
key: "16j3tf"
}
],
["circle", { cx: "9", cy: "7", r: "4", key: "nufk8" }]
]
};
__iconData.node;
const UserShield = createLucideIcon(__iconData);
export { __iconData, UserShield as default };
//# sourceMappingURL=user-shield.mjs.map