Rocky_Mountain_Vending/.pnpm-store/v10/files/ba/de98db6b6021f0a49df1049633f7b26a68b40e2e4673752f4352d4428320dfdd8823bca13d2b32af28e52a360cb09cdf2bc2f94f0f35a78e6cb22247232115
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

24 lines
670 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 ImageUp = createLucideIcon("ImageUp", [
[
"path",
{
d: "M10.3 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v10l-3.1-3.1a2 2 0 0 0-2.814.014L6 21",
key: "9csbqa"
}
],
["path", { d: "m14 19.5 3-3 3 3", key: "9vmjn0" }],
["path", { d: "M17 22v-5.5", key: "1aa6fl" }],
["circle", { cx: "9", cy: "9", r: "2", key: "af1f0g" }]
]);
export { ImageUp as default };
//# sourceMappingURL=image-up.js.map