Rocky_Mountain_Vending/.pnpm-store/v10/files/06/ac00bfddafcdf0ac0056ca1234d0a43673c27ae107a02ccbe0040355fe5a1a758dc9e8f252c84418cf15106ce65f1924f75e5a68a073832793892b85d68c8b
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

17 lines
505 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 AlignJustify = createLucideIcon("AlignJustify", [
["path", { d: "M3 12h18", key: "1i2n21" }],
["path", { d: "M3 18h18", key: "1h113x" }],
["path", { d: "M3 6h18", key: "d0wm0j" }]
]);
export { AlignJustify as default };
//# sourceMappingURL=align-justify.js.map