UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

32 lines (28 loc) 1.18 kB
/** * @license lucide-react v1.17.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: "M11 22c-3.806-1.45-7-3.966-7-9V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1v4", key: "hf1sz5" } ], ["path", { d: "M14.923 16.547 14 16.164", key: "41f878" }], ["path", { d: "m14.923 18.843-.923.383", key: "82rvv5" }], ["path", { d: "M16.547 14.923 16.164 14", key: "1r7ypn" }], ["path", { d: "m16.547 20.467-.383.924", key: "au4kyj" }], ["path", { d: "m18.843 14.923.383-.923", key: "1cbrwq" }], ["path", { d: "m19.225 21.391-.382-.924", key: "1u2bh9" }], ["path", { d: "m20.467 16.547.923-.383", key: "cprboc" }], ["path", { d: "m20.467 18.843.923.383", key: "inm8l2" }], ["circle", { cx: "17.695", cy: "17.695", r: "3", key: "1i1rmh" }] ]; const ShieldCogCorner = createLucideIcon("shield-cog-corner", __iconNode); export { __iconNode, ShieldCogCorner as default }; //# sourceMappingURL=shield-cog-corner.mjs.map