Rocky_Mountain_Vending/.pnpm-store/v10/files/69/cd7764edba7027f105576f9ae358f8df4195661c9520070bd93736d031591729c987fec868992015ffbc8397b274158839712265ad243c3e302a6bedbd79c4
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
497 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 AlignRight = createLucideIcon("AlignRight", [
["path", { d: "M21 12H9", key: "dn1m92" }],
["path", { d: "M21 18H7", key: "1ygte8" }],
["path", { d: "M21 6H3", key: "1jwq7v" }]
]);
export { AlignRight as default };
//# sourceMappingURL=align-right.js.map