@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 784 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const ZapCircle = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "zap-circle" }), _jsx("path", { className: 'dry-icon-zap-circle', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm12 5.5-4.638 6.747c-.28.406-.42.609-.41.778a.5.5 0 0 0 .195.373c.135.102.38.102.874.102H12v5l4.638-6.747c.28-.406.42-.609.41-.778a.5.5 0 0 0-.195-.373c-.135-.102-.38-.102-.874-.102H12v-5Z' }), _jsx("path", { className: 'dry-icon-zap-circle', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z' })] }));
//# sourceMappingURL=ZapCircle.js.map