@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 494 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Globe02 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "globe-02" }), _jsx("path", { className: 'dry-icon-globe-02', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'm2.661 18.34 4.594-4.595M18.218 2.783A9.5 9.5 0 1 1 4.783 16.218M17 22H7m5 0v-3m5.5-9.5a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z' })] }));
//# sourceMappingURL=Globe02.js.map