Rocky_Mountain_Vending/.pnpm-store/v10/files/a5/00596bdc15a61d922d17d6659551b95a834cb3664e2e7f7a96c4a44817d651866cef3ef5784bf54b0990c1a6c696d4faee27fc07fdb8b5724eac811bd446aa
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

28 lines
715 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 Droplets = createLucideIcon("Droplets", [
[
"path",
{
d: "M7 16.3c2.2 0 4-1.83 4-4.05 0-1.16-.57-2.26-1.71-3.19S7.29 6.75 7 5.3c-.29 1.45-1.14 2.84-2.29 3.76S3 11.1 3 12.25c0 2.22 1.8 4.05 4 4.05z",
key: "1ptgy4"
}
],
[
"path",
{
d: "M12.56 6.6A10.97 10.97 0 0 0 14 3.02c.5 2.5 2 4.9 4 6.5s3 3.5 3 5.5a6.98 6.98 0 0 1-11.91 4.97",
key: "1sl1rz"
}
]
]);
export { Droplets as default };
//# sourceMappingURL=droplets.js.map