@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 525 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Target01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "target-01" }), _jsx("path", { className: 'dry-icon-target-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M22 12c0 5.523-4.477 10-10 10m10-10c0-5.523-4.477-10-10-10m10 10h-4m-6 10C6.477 22 2 17.523 2 12m10 10v-4M2 12C2 6.477 6.477 2 12 2M2 12h4m6-10v4' })] }));
//# sourceMappingURL=Target01.js.map