UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

35 lines (31 loc) 989 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: "park", size: 24, node: [ ["path", { d: "M12 18h10", key: "1c50yy" }], [ "path", { d: "M13.248 9.998A4.5 4.5 0 0 0 11.75 8.6V8a1 1 0 0 0-7.5 0 4.9 4.9 0 0 0 2.25 9H8", key: "t0a46z" } ], ["path", { d: "m15 14-2 6", key: "u1moqn" }], ["path", { d: "m19 14 2 6", key: "ceqmri" }], ["path", { d: "M21 14h-8", key: "jf2tjg" }], ["path", { d: "M8 20v-5.922a2 2 0 0 0-.586-1.414L6.5 11.75", key: "4fcolv" }], ["path", { d: "M9.205 12.795 8 14", key: "z0drss" }], ["circle", { cx: "19", cy: "6", r: "2", key: "1yudst" }] ] }; __iconData.node; const Park = createLucideIcon(__iconData); export { __iconData, Park as default }; //# sourceMappingURL=park.mjs.map