@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 521 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Compass = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "compass" }), _jsx("path", { className: 'dry-icon-compass', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M12 4a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5Zm0 0V2m9 12.938A11.971 11.971 0 0 1 12 19a11.971 11.971 0 0 1-9-4.063m7.745-6.275L3 22M13.255 8.662 21 22' })] }));
//# sourceMappingURL=Compass.js.map