Rocky_Mountain_Vending/.pnpm-store/v10/files/60/3571153d4e13089d76f026b60ce5bf517c7ea2e690d6ceb379642c2d76b9279a2b50a79b8f8688e88b280857806876c7de497dc0b8ef681935ab657503fbd1
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

15 lines
432 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 Filter = createLucideIcon("Filter", [
["polygon", { points: "22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3", key: "1yg77f" }]
]);
export { Filter as default };
//# sourceMappingURL=filter.js.map