Rocky_Mountain_Vending/.pnpm-store/v10/files/22/59e29646d2442fc2ea70263d12c09ece1825155276bde5db4dbec187b125f5d5fc49e97cb20d952ad31bb73652a9a82aee073cdf5ba0434020a8a11a6445bb
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
576 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 Workflow = createLucideIcon("Workflow", [
["rect", { width: "8", height: "8", x: "3", y: "3", rx: "2", key: "by2w9f" }],
["path", { d: "M7 11v4a2 2 0 0 0 2 2h4", key: "xkn7yn" }],
["rect", { width: "8", height: "8", x: "13", y: "13", rx: "2", key: "1cgmvn" }]
]);
export { Workflow as default };
//# sourceMappingURL=workflow.js.map