Rocky_Mountain_Vending/.pnpm-store/v10/files/41/71d4b4cb4f8a2874e39e2429ada0c7690086cba66ff0395aef1e2d90ae0e0feea751c557d2f423897cf352b23efaa1ed9cbce3016a354be0665d17ccd09448
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
486 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 SquareM = createLucideIcon("SquareM", [
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
["path", { d: "M8 16V8l4 4 4-4v8", key: "141u4e" }]
]);
export { SquareM as default };
//# sourceMappingURL=square-m.js.map