Rocky_Mountain_Vending/.pnpm-store/v10/files/28/9ae4cdf1bdd21075b7a99cd623a42d681b1791aa0025a0938a8b7dd902023d4d6a60c08c56aae66fadd3b6b193fdfa73e1c543cda1c3ad36153abd9273a7d0
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

18 lines
584 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 ALargeSmall = createLucideIcon("ALargeSmall", [
["path", { d: "M21 14h-5", key: "1vh23k" }],
["path", { d: "M16 16v-3.5a2.5 2.5 0 0 1 5 0V16", key: "1wh10o" }],
["path", { d: "M4.5 13h6", key: "dfilno" }],
["path", { d: "m3 16 4.5-9 4.5 9", key: "2dxa0e" }]
]);
export { ALargeSmall as default };
//# sourceMappingURL=a-large-small.js.map