Rocky_Mountain_Vending/.pnpm-store/v10/files/31/66a357a2ff06110e7883877be21d44b1f46c6381fec6e85d52aa5b0a912a1f1d74a9aea604ebbe52ed01145d926c84e790c44841a182b5b4ffe185f1ab08d8
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

15 lines
440 B
Text

/**
* @license lucide-react v0.454.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.js';
const Bookmark = createLucideIcon("Bookmark", [
["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v16z", key: "1fy3hk" }]
]);
export { Bookmark as default };
//# sourceMappingURL=bookmark.js.map