Rocky_Mountain_Vending/.pnpm-store/v10/files/81/265509a3d2da5159bbbbeb40755f4d75c9e0699cc2738a6c7ca1da5b95f4df37afa131e7f1bd8c429b124018fa0bff881037febe4865d39c0cd8dfd461be7b
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

25 lines
775 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 Pizza = createLucideIcon("Pizza", [
["path", { d: "m12 14-1 1", key: "11onhr" }],
["path", { d: "m13.75 18.25-1.25 1.42", key: "1yisr3" }],
["path", { d: "M17.775 5.654a15.68 15.68 0 0 0-12.121 12.12", key: "1qtqk6" }],
["path", { d: "M18.8 9.3a1 1 0 0 0 2.1 7.7", key: "fbbbr2" }],
[
"path",
{
d: "M21.964 20.732a1 1 0 0 1-1.232 1.232l-18-5a1 1 0 0 1-.695-1.232A19.68 19.68 0 0 1 15.732 2.037a1 1 0 0 1 1.232.695z",
key: "1hyfdd"
}
]
]);
export { Pizza as default };
//# sourceMappingURL=pizza.js.map