Rocky_Mountain_Vending/.pnpm-store/v10/files/eb/3422e3894aa8281b450861607a0224c1fd44893fe890e4f3a1ab6453142f41cac3dafcc5a1627f143a08f91fac34fd5d73860ebb2c6be5e248c51fb57f13f7
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

16 lines
509 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 BookmarkCheck = createLucideIcon("BookmarkCheck", [
["path", { d: "m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z", key: "169p4p" }],
["path", { d: "m9 10 2 2 4-4", key: "1gnqz4" }]
]);
export { BookmarkCheck as default };
//# sourceMappingURL=bookmark-check.js.map