@kadconsulting/dry
Version:
KAD Reusable Component Library
3 lines • 592 B
JavaScript
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
export const Globe01 = ({ stroke }) => (_jsxs(_Fragment, { children: [_jsx("title", { children: "globe-01" }), _jsx("path", { className: 'dry-icon-globe-01', stroke: stroke, strokeLinecap: 'round', strokeLinejoin: 'round', strokeWidth: 2, d: 'M18.632 2.368c4.49 4.491 4.49 11.773 0 16.264-4.301 4.3-11.161 4.483-15.679.546-.197-.172-.295-.258-.34-.375a.521.521 0 0 1-.01-.322c.036-.12.134-.218.33-.415L5.15 15.85M18 10.5a7.5 7.5 0 1 1-15 0 7.5 7.5 0 0 1 15 0Z' })] }));
//# sourceMappingURL=Globe01.js.map