Rocky_Mountain_Vending/.pnpm-store/v10/files/56/91cadbf5f5062267e4a4923514f8bd74083b036abd01fdc50be908854630694546d2a6706a309bb033421ebd292c231b93a062c303b0af5b4d8a8db2be13f5
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

24 lines
680 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 TicketPercent = createLucideIcon("TicketPercent", [
[
"path",
{
d: "M2 9a3 3 0 1 1 0 6v2a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-2a3 3 0 1 1 0-6V7a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2Z",
key: "1l48ns"
}
],
["path", { d: "M9 9h.01", key: "1q5me6" }],
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
["path", { d: "M15 15h.01", key: "lqbp3k" }]
]);
export { TicketPercent as default };
//# sourceMappingURL=ticket-percent.js.map