@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 662 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Lightning02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "lightning-02" }), _jsx("path", { className: 'dry-icon-lightning-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M14.25 2H8.493c-.18 0-.27 0-.348.027a.5.5 0 0 0-.187.116c-.06.058-.1.139-.18.3l-4.2 8.4c-.192.383-.288.574-.265.73a.5.5 0 0 0 .208.337c.129.09.343.09.772.09h6.205l-3 10L19.694 9.355c.411-.426.617-.64.629-.822a.5.5 0 0 0-.177-.415C20.005 8 19.71 8 19.117 8h-7.118l2.25-6Z' })] }));
//# sourceMappingURL=Lightning02.js.map