UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

31 lines (27 loc) 737 B
/** * @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: "sword", size: 24, node: [ ["path", { d: "m11 19-6-6", key: "s7kpr" }], ["path", { d: "m5 21-2-2", key: "1kw20b" }], ["path", { d: "m8 16-4 4", key: "1oqv8h" }], [ "path", { d: "M9.5 17.5 20.414 6.586A2 2 0 0021 5.172V3h-2.172a2 2 0 00-1.414.586L6.5 14.5", key: "1pjndt" } ] ] }; __iconData.node; const Sword = createLucideIcon(__iconData); export { __iconData, Sword as default }; //# sourceMappingURL=sword.mjs.map