Rocky_Mountain_Vending/.pnpm-store/v10/files/d2/c320e164c1c1f4f2102802f856a6e1fbab9f8e6083580a8c46914244d9feec81ca95e0e64235e919ac3a6a475cf6b1d5c948248379e9ab393578021351ac24
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

21 lines
555 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 Pentagon = createLucideIcon("Pentagon", [
[
"path",
{
d: "M10.83 2.38a2 2 0 0 1 2.34 0l8 5.74a2 2 0 0 1 .73 2.25l-3.04 9.26a2 2 0 0 1-1.9 1.37H7.04a2 2 0 0 1-1.9-1.37L2.1 10.37a2 2 0 0 1 .73-2.25z",
key: "2hea0t"
}
]
]);
export { Pentagon as default };
//# sourceMappingURL=pentagon.js.map