Rocky_Mountain_Vending/.pnpm-store/v10/files/9f/64020072fbc0e2faffd40f5980e95e7b104b7a10d2303656f9417e9f621d0d53ec938ccd7160d0f468720c692387d8e4cfc6434fc4f6e2fad0b9f1685fee26
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

21 lines
532 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 Paperclip = createLucideIcon("Paperclip", [
[
"path",
{
d: "m21.44 11.05-9.19 9.19a6 6 0 0 1-8.49-8.49l8.57-8.57A4 4 0 1 1 18 8.84l-8.59 8.57a2 2 0 0 1-2.83-2.83l8.49-8.48",
key: "1u3ebp"
}
]
]);
export { Paperclip as default };
//# sourceMappingURL=paperclip.js.map