Rocky_Mountain_Vending/.pnpm-store/v10/files/9e/ceeb662517a2f3eac0dd7c3441a3963835b75e6c114349414d7b4e02d3a6ce15af4c49d3d0823ecd0de159b896746e77894770407682b8a60af38039f5cdc1
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
484 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 Copyright = createLucideIcon("Copyright", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M14.83 14.83a4 4 0 1 1 0-5.66", key: "1i56pz" }]
]);
export { Copyright as default };
//# sourceMappingURL=copyright.js.map