Rocky_Mountain_Vending/.pnpm-store/v10/files/54/61d6f6eb8a3752607fa8cabcfed57113b19b0816c9cb7582d3deb3ecf149af1f477cc93c682c1695c4c068248f0bc600965ea12ef91a19c4cc2bcfe0923fae
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

17 lines
622 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 MessageSquareLock = createLucideIcon("MessageSquareLock", [
["path", { d: "M19 15v-2a2 2 0 1 0-4 0v2", key: "h3d1vz" }],
["path", { d: "M9 17H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v3.5", key: "xsnnhn" }],
["rect", { x: "13", y: "15", width: "8", height: "5", rx: "1", key: "1ccwuk" }]
]);
export { MessageSquareLock as default };
//# sourceMappingURL=message-square-lock.js.map