UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

44 lines (40 loc) 1.1 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: "ship-cargo", size: 24, node: [ ["path", { d: "M12 15v-3", key: "1rb51w" }], ["path", { d: "M12 2v2", key: "tus03m" }], [ "path", { d: "M16.5 12V9a1 1 0 011-1h1a1 1 0 001-1V5a1 1 0 00-1-1h-13a1 1 0 00-1 1v2a1 1 0 001 1h1a1 1 0 011 1v3", key: "1byvar" } ], [ "path", { d: "M19.38 19c1.076-1.815 1.636-4.89 1.628-6.008a1 1 0 00-1-.992H3.984a1 1 0 00-1 .984c-.03 1.86.97 5.621 2.826 7.776", key: "1kvu1n" } ], [ "path", { d: "M2 20c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1s1.2 1 2.5 1c2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1", key: "1l8w7g" } ] ] }; __iconData.node; const ShipCargo = createLucideIcon(__iconData); export { __iconData, ShipCargo as default }; //# sourceMappingURL=ship-cargo.mjs.map