Rocky_Mountain_Vending/.pnpm-store/v10/files/ec/e0db562358eb86d6c6e95065c8fbb049c88e83c84f444582936b1907682bc924b7d8914133617bf4d79661816d0225174d54f3b69ba47501d0857e56046d90
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

23 lines
638 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 FlameKindling = createLucideIcon("FlameKindling", [
[
"path",
{
d: "M12 2c1 3 2.5 3.5 3.5 4.5A5 5 0 0 1 17 10a5 5 0 1 1-10 0c0-.3 0-.6.1-.9a2 2 0 1 0 3.3-2C8 4.5 11 2 12 2Z",
key: "1ir223"
}
],
["path", { d: "m5 22 14-4", key: "1brv4h" }],
["path", { d: "m5 18 14 4", key: "lgyyje" }]
]);
export { FlameKindling as default };
//# sourceMappingURL=flame-kindling.js.map