@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.12 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GlobeMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.GlobeMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.106 5.106a9.75 9.75 0 1 1 13.788 13.788A9.75 9.75 0 0 1 5.106 5.106m5.307-1.202a8.25 8.25 0 0 0-6.629 7.346h4.058a16.3 16.3 0 0 1 2.571-7.346M12 4.238a14.8 14.8 0 0 0-2.65 7.012h5.3A14.8 14.8 0 0 0 12 4.238m2.65 8.512A14.8 14.8 0 0 1 12 19.762a14.8 14.8 0 0 1-2.65-7.012zm-6.808 0H3.784a8.25 8.25 0 0 0 6.63 7.346 16.3 16.3 0 0 1-2.572-7.346m5.745 7.346c1.435-2.2 2.32-4.72 2.571-7.346h4.058a8.25 8.25 0 0 1-6.63 7.346m6.629-8.846h-4.058a16.3 16.3 0 0 0-2.571-7.346 8.25 8.25 0 0 1 6.629 7.346", clipRule: "evenodd" }))); });
exports.GlobeMIcon.displayName = 'GlobeMIcon';