Rocky_Mountain_Vending/.pnpm-store/v10/files/66/a66101e313ccc4755f392371077ff0932aee4a34d30074a224a435765a51265fce8e29b94f2c036e0bc5ec1b4aef4e068aca59c519082318238178f82a9f8a
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

22 lines
634 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 Signature = createLucideIcon("Signature", [
[
"path",
{
d: "m21 17-2.156-1.868A.5.5 0 0 0 18 15.5v.5a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1c0-2.545-3.991-3.97-8.5-4a1 1 0 0 0 0 5c4.153 0 4.745-11.295 5.708-13.5a2.5 2.5 0 1 1 3.31 3.284",
key: "y32ogt"
}
],
["path", { d: "M3 21h18", key: "itz85i" }]
]);
export { Signature as default };
//# sourceMappingURL=signature.js.map