@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 558 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Signal03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "signal-03" }), _jsx("path", { className: 'dry-icon-signal-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M10.586 13.414a2 2 0 1 1 2.828 0m-5.657 2.829a6 6 0 1 1 8.486 0M4.929 19.07c-3.905-3.905-3.905-10.237 0-14.142 3.905-3.905 10.237-3.905 14.142 0 3.905 3.905 3.905 10.237 0 14.142' })] }));
//# sourceMappingURL=Signal03.js.map