UNPKG

@kadconsulting/dry

Version:
3 lines 553 B
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime"; export const PuzzlePiece02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "puzzle-piece-02" }), _jsx("path", { className: 'dry-icon-puzzle-piece-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm12 2 3.6 3.6c2.4-6.3 9.1.4 2.8 2.8L22 12l-3.6 3.6c-2.4-6.3-9.1.4-2.8 2.8L12 22l-3.6-3.6C6 24.7-.7 18 5.6 15.6L2 12l3.6-3.6C8 14.7 14.7 8 8.4 5.6L12 2Z' })] })); //# sourceMappingURL=PuzzlePiece02.js.map