Rocky_Mountain_Vending/.pnpm-store/v10/files/a9/5d9fba3a9b5815c0e8a96f473b37b144b8ce6ca1df1a70d8ca59535dd7bf579c6a7f2f766b0e29e03ff2010b278e470253e1fd007ce981edae61cfff2e3e64
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

23 lines
652 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 DiamondPlus = createLucideIcon("DiamondPlus", [
["path", { d: "M12 8v8", key: "napkw2" }],
[
"path",
{
d: "M2.7 10.3a2.41 2.41 0 0 0 0 3.41l7.59 7.59a2.41 2.41 0 0 0 3.41 0l7.59-7.59a2.41 2.41 0 0 0 0-3.41L13.7 2.71a2.41 2.41 0 0 0-3.41 0z",
key: "1ey20j"
}
],
["path", { d: "M8 12h8", key: "1wcyev" }]
]);
export { DiamondPlus as default };
//# sourceMappingURL=diamond-plus.js.map