UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.38 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconGlobeAddFilled = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; 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: "M9.50114 11.25H14.4991C14.4433 8.63757 14.099 6.31217 13.5847 4.61564C13.3017 3.68229 12.9799 2.98161 12.6568 2.53092C12.3205 2.06171 12.0881 2 12.0001 2C11.9121 2 11.6797 2.06172 11.3434 2.53092C11.0204 2.98161 10.6985 3.6823 10.4155 4.61565C9.90121 6.31218 9.55689 8.63757 9.50114 11.25Z" }), _jsx("path", { d: "M9.50114 12.75C9.55689 15.3624 9.90121 17.6878 10.4155 19.3844C10.6985 20.3177 11.0204 21.0184 11.3434 21.4691C11.677 21.9345 11.9084 21.999 11.998 22L12 22C12.0743 22 12.2515 21.9561 12.5071 21.6603C11.5644 20.533 10.9973 19.0826 10.9973 17.5C10.9973 15.6255 11.793 13.9363 13.0659 12.75H9.50114Z" }), _jsx("path", { d: "M22 12.75L21.9977 12.7809L21.9648 12.75H22Z" }), _jsx("path", { d: "M22 11.25H19.3118C18.7411 11.0872 18.1384 11 17.5153 11C16.9943 11 16.4876 11.061 16.002 11.1761C15.9413 8.47848 15.5845 6.02863 15.0245 4.18156C14.8043 3.45516 14.5462 2.80007 14.2491 2.2525C18.4678 3.21655 21.6717 6.83423 22 11.25Z" }), _jsx("path", { d: "M2 11.25L7.99665 11.25C8.05246 8.52324 8.41065 6.04549 8.97573 4.18157C9.19596 3.45514 9.4541 2.80002 9.75119 2.25244C5.53232 3.2164 2.32833 6.83413 2 11.25Z" }), _jsx("path", { d: "M7.99665 12.75L2 12.75C2.32833 17.1659 5.53232 20.7836 9.75118 21.7476C9.45409 21.2 9.19596 20.5449 8.97573 19.8184C8.41065 17.9545 8.05245 15.4768 7.99665 12.75Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 17.5C23 20.5376 20.5376 23 17.5 23C14.4624 23 12 20.5376 12 17.5C12 14.4624 14.4624 12 17.5 12C20.5376 12 23 14.4624 23 17.5ZM17.5 14C17.7761 14 18 14.2239 18 14.5V17H20.5001C20.7762 17 21.0001 17.2239 21.0001 17.5C21.0001 17.7761 20.7762 18 20.5001 18H18V20.5C18 20.7761 17.7761 21 17.5 21C17.2239 21 17 20.7761 17 20.5V18H14.5001C14.2239 18 14.0001 17.7761 14.0001 17.5C14.0001 17.2239 14.2239 17 14.5001 17H17V14.5C17 14.2239 17.2239 14 17.5 14Z" })] })); }; IconGlobeAddFilled.iconName = "globe-add--filled"; export default IconGlobeAddFilled;