UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

38 lines (34 loc) 961 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: "ship", size: 24, node: [ ["path", { d: "M12 2v2", key: "tus03m" }], ["path", { d: "M12 9.189V13", key: "yp40p3" }], ["path", { d: "M19 12V6a2 2 0 00-2-2H7a2 2 0 00-2 2v6", key: "1wcigf" }], [ "path", { d: "M19.38 19A11.6 11.6 0 0021 13l-8.188-3.639a2 2 0 00-1.624 0L3 13.001a11.6 11.6 0 002.81 7.76", key: "1kdp0u" } ], [ "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 Ship = createLucideIcon(__iconData); export { __iconData, Ship as default }; //# sourceMappingURL=ship.mjs.map