UNPKG

@kadconsulting/dry

Version:
3 lines 563 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Signal01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "signal-01" }), _jsx("path", { className: 'dry-icon-signal-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16.243 7.757a6 6 0 0 1 0 8.486m-8.486 0a6 6 0 0 1 0-8.486M4.93 19.071c-3.905-3.905-3.905-10.237 0-14.142m14.142 0c3.905 3.905 3.905 10.237 0 14.142M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z' })] })); //# sourceMappingURL=Signal01.js.map