UNPKG

@kadconsulting/dry

Version:
3 lines 480 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const Target03 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "target-03" }), _jsx("path", { className: 'dry-icon-target-03', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M22 12h-4M6 12H2m10-6V2m0 20v-4m8-6a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-5 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z' })] })); //# sourceMappingURL=Target03.js.map