@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 569 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Signal02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "signal-02" }), _jsx("path", { className: 'dry-icon-signal-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16.243 5.757a6 6 0 0 1 0 8.486m-8.486 0a6 6 0 0 1 0-8.486M4.93 17.071c-3.906-3.905-3.906-10.237 0-14.142m14.142 0c3.905 3.905 3.905 10.237 0 14.142M12 12a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm0 0v9' })] }));
//# sourceMappingURL=Signal02.js.map