@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 511 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Lightbulb02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "lightbulb-02" }), _jsx("path", { className: 'dry-icon-lightbulb-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M10 17.659V20a2 2 0 1 0 4 0v-2.341M12 2v1m-9 9H2m3.5-6.5-.6-.6m13.6.6.6-.6M22 12h-1m-3 0a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z' })] }));
//# sourceMappingURL=Lightbulb02.js.map