@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
15 lines (14 loc) • 3.18 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconGlobeFilled = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
switch (props?.size) {
case "l":
return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M14.492 12.75H9.50795C9.56354 15.3624 9.90691 17.6878 10.4198 19.3844C10.702 20.3177 11.023 21.0184 11.3451 21.4691C11.6778 21.9345 11.9085 21.999 11.9979 22L11.9999 22C12.0877 22 12.3195 21.9383 12.6549 21.4691C12.977 21.0184 13.298 20.3177 13.5802 19.3844C14.0931 17.6878 14.4365 15.3624 14.492 12.75Z" }), _jsx("path", { d: "M9.50795 11.25H14.492C14.4365 8.63757 14.0931 6.31217 13.5802 4.61564C13.298 3.68229 12.977 2.98161 12.6549 2.53092C12.3195 2.06171 12.0878 2 12 2C11.9122 2 11.6805 2.06172 11.3451 2.53092C11.023 2.98161 10.702 3.6823 10.4198 4.61565C9.90691 6.31218 9.56354 8.63757 9.50795 11.25Z" }), _jsx("path", { d: "M15.9924 12.75C15.9367 15.4768 15.5795 17.9545 15.016 19.8184C14.7964 20.5448 14.539 21.1999 14.2427 21.7475C18.4498 20.7834 21.6448 17.1658 21.9722 12.75L15.9924 12.75Z" }), _jsx("path", { d: "M21.9722 11.25L15.9924 11.25C15.9367 8.52324 15.5795 6.04548 15.016 4.18156C14.7964 3.45516 14.539 2.80007 14.2427 2.2525C18.4498 3.21655 21.6448 6.83423 21.9722 11.25Z" }), _jsx("path", { d: "M8.00763 11.25L2.02759 11.25C2.35501 6.83413 5.55012 3.2164 9.7573 2.25244C9.46104 2.80002 9.20361 3.45514 8.98399 4.18157C8.42048 6.04549 8.06328 8.52324 8.00763 11.25Z" }), _jsx("path", { d: "M8.00763 12.75L2.02759 12.75C2.35501 17.1659 5.55012 20.7836 9.75729 21.7476C9.46103 21.2 9.20361 20.5449 8.98399 19.8184C8.42048 17.9545 8.06328 15.4768 8.00763 12.75Z" })] }));
default:
return (_jsxs("svg", { viewBox: "0 0 20 20", fill: "currentColor", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M11.9962 10.5C11.9316 14.6854 11.0626 18 10 18C8.93741 18 8.06837 14.6854 8.00384 10.5H11.9962Z" }), _jsx("path", { d: "M12.9963 10.5C12.9653 12.572 12.7427 14.4661 12.3844 15.8994C12.1994 16.6391 11.9656 17.3087 11.6713 17.8252C15.1294 17.0902 17.7613 14.121 17.9846 10.5H12.9963Z" }), _jsx("path", { d: "M17.9846 9.5H12.9963C12.9653 7.42804 12.7427 5.53389 12.3844 4.10061C12.1994 3.36093 11.9656 2.69133 11.6713 2.17483C15.1294 2.90979 17.7613 5.87903 17.9846 9.5Z" }), _jsx("path", { d: "M11.9962 9.5H8.00384C8.06837 5.31464 8.93741 2 10 2C11.0626 2 11.9316 5.31464 11.9962 9.5Z" }), _jsx("path", { d: "M7.00373 9.5C7.03471 7.42804 7.25732 5.53389 7.61564 4.10061C7.80056 3.36093 8.03436 2.69134 8.32873 2.17484C4.87064 2.90981 2.23867 5.87904 2.01538 9.5H7.00373Z" }), _jsx("path", { d: "M2.01538 10.5C2.23867 14.121 4.87064 17.0902 8.32873 17.8252C8.03436 17.3087 7.80056 16.6391 7.61564 15.8994C7.25732 14.4661 7.03471 12.572 7.00373 10.5H2.01538Z" })] }));
}
};
IconGlobeFilled.iconName = "globe--filled";
export default IconGlobeFilled;