@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.84 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({ width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }),
react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5.10572 5.10572C6.9342 3.27723 9.41416 2.25 12 2.25C14.5859 2.25 17.0659 3.27723 18.8943 5.10572C20.7228 6.9342 21.7501 9.41416 21.7501 12C21.7501 14.5859 20.7228 17.0659 18.8943 18.8943C17.0659 20.7228 14.5859 21.7501 12 21.7501C9.41416 21.7501 6.9342 20.7228 5.10572 18.8943C3.27723 17.0659 2.25 14.5859 2.25 12C2.25 9.41416 3.27723 6.9342 5.10572 5.10572ZM10.4132 3.90401C8.8159 4.2171 7.33413 4.99863 6.16638 6.16638C4.79698 7.53578 3.9587 9.33702 3.78414 11.25H7.84189C8.09309 8.62483 8.97769 6.10465 10.4132 3.90401ZM12 4.23826C10.5295 6.30809 9.61603 8.7231 9.34944 11.25H14.6507C14.3841 8.72311 13.4706 6.3081 12 4.23826ZM14.6507 12.75C14.3841 15.2769 13.4706 17.692 12 19.7618C10.5295 17.692 9.61605 15.2769 9.34945 12.75H14.6507ZM7.8419 12.75H3.78414C3.9587 14.663 4.79698 16.4643 6.16638 17.8337C7.33413 19.0014 8.8159 19.783 10.4132 20.096C8.97771 17.8954 8.09311 15.3752 7.8419 12.75ZM13.5868 20.096C15.0224 17.8954 15.907 15.3752 16.1582 12.75H20.2159C20.0414 14.663 19.2031 16.4643 17.8337 17.8337C16.6659 19.0014 15.1842 19.7829 13.5868 20.096ZM20.2159 11.25H16.1582C15.907 8.62483 15.0224 6.10464 13.5868 3.90401C15.1842 4.2171 16.6659 4.99863 17.8337 6.16638C19.2031 7.53578 20.0414 9.33702 20.2159 11.25Z", fill: "currentColor" }))); });
exports.GlobeMIcon.displayName = 'GlobeMIcon';