UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

41 lines (37 loc) 1.06 kB
/** * @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: "swords", size: 24, node: [ ["path", { d: "m13 19 6-6", key: "gj6q8g" }], [ "path", { d: "M14.5 17.5 3.586 6.586A2 2 0 013 5.172V3h2.172a2 2 0 011.414.586L17.5 14.5", key: "uwfxh8" } ], [ "path", { d: "m14.828 6.172 2.586-2.586A2 2 0 0118.828 3H21v2.172a2 2 0 01-.586 1.414l-2.586 2.586", key: "1f17hx" } ], ["path", { d: "m16 16 4 4", key: "up5ibb" }], ["path", { d: "m19 21 2-2", key: "1phfkn" }], ["path", { d: "m5 14 4 4", key: "1gk0qx" }], ["path", { d: "m5 21-2-2", key: "1kw20b" }], ["path", { d: "M7.5 16.5 4 20", key: "14nozp" }] ] }; __iconData.node; const Swords = createLucideIcon(__iconData); export { __iconData, Swords as default }; //# sourceMappingURL=swords.mjs.map