@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 489 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Target04 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "target-04" }), _jsx("path", { className: 'dry-icon-target-04', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M16 8V5l3-3 1 2 2 1-3 3h-3Zm0 0-4 4m10 0c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2m5 10a5 5 0 1 1-5-5' })] }));
//# sourceMappingURL=Target04.js.map