Rocky_Mountain_Vending/.pnpm-store/v10/files/9f/0fb6b40b6be1c95eac5225cd0ea0d98640fd70f3cc02270db7ae44a26bdfcb5bce177516ed6e2a9fb20214a21d29983fa3185296dfc4a8aa5b4ed7e7bd179e
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

30 lines
739 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 Popcorn = createLucideIcon("Popcorn", [
[
"path",
{
d: "M18 8a2 2 0 0 0 0-4 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0-4 0 2 2 0 0 0 0 4",
key: "10td1f"
}
],
["path", { d: "M10 22 9 8", key: "yjptiv" }],
["path", { d: "m14 22 1-14", key: "8jwc8b" }],
[
"path",
{
d: "M20 8c.5 0 .9.4.8 1l-2.6 12c-.1.5-.7 1-1.2 1H7c-.6 0-1.1-.4-1.2-1L3.2 9c-.1-.6.3-1 .8-1Z",
key: "1qo33t"
}
]
]);
export { Popcorn as default };
//# sourceMappingURL=popcorn.js.map