Rocky_Mountain_Vending/.pnpm-store/v10/files/99/b8009248514212a35f225a53c256b5236a6651e8fec49be1287734f36e29680b72eb5d0f9a3813a87bcda3483f5df8af33742c5924f5c377c81761110a0922
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
479 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 Copyleft = createLucideIcon("Copyleft", [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M9.17 14.83a4 4 0 1 0 0-5.66", key: "1sveal" }]
]);
export { Copyleft as default };
//# sourceMappingURL=copyleft.js.map