UNPKG

lucide-react

Version:

A Lucide icon library package for React applications.

29 lines (25 loc) 726 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: "playing-card", size: 24, node: [ [ "path", { d: "M12.832 8.445a1 1 0 00-1.589-.098l-2.075 3.098a1 1 0 000 1.11l2 3a1 1 0 001.664 0l2-3a1 1 0 000-1.11z", key: "r2cm5y" } ], ["rect", { x: "5", y: "2", width: "14", height: "20", rx: "2", key: "1k0ky4" }] ] }; __iconData.node; const PlayingCard = createLucideIcon(__iconData); export { __iconData, PlayingCard as default }; //# sourceMappingURL=playing-card.mjs.map