Rocky_Mountain_Vending/.pnpm-store/v10/files/12/b692c7f840c01f5bfc0d975aba689908d55be3c2cf0325b57c07db5a09e65a2da2d210b99f1fee4c2ac0f3236eedf17257be5edad90ce4dd8573b93c0f5443
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
565 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 SquareTerminal = createLucideIcon("SquareTerminal", [
["path", { d: "m7 11 2-2-2-2", key: "1lz0vl" }],
["path", { d: "M11 13h4", key: "1p7l4v" }],
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", ry: "2", key: "1m3agn" }]
]);
export { SquareTerminal as default };
//# sourceMappingURL=square-terminal.js.map