UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.47 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoZoomColor = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M21.7498 15.1404C21.914 14.1179 22 13.0694 22 12C22 10.9306 21.914 9.88206 21.7498 8.85964C21.2062 5.47491 18.5251 2.7938 15.1403 2.25018C14.1179 2.08596 13.0693 2 12 2C10.9307 2 9.88212 2.08596 8.85967 2.25018C5.47494 2.7938 2.79381 5.47491 2.25018 8.85964C2.08596 9.88206 2 10.9306 2 12C2 13.0694 2.08596 14.1179 2.25018 15.1404C2.79381 18.5251 5.47494 21.2062 8.85967 21.7498C9.88212 21.914 10.9307 22 12 22C13.0693 22 14.1179 21.914 15.1403 21.7498C18.5251 21.2062 21.2062 18.5251 21.7498 15.1404Z", fill: "url(#paint0_linear_8546_592)" }), _jsx("path", { d: "M7.97215 13.5313H5.4915C5.31745 13.5313 5.16195 13.4274 5.09535 13.2666C5.02875 13.1058 5.06524 12.9224 5.18831 12.7993L6.90656 11.0811H5.67506C5.33675 11.0811 5.0625 10.8069 5.0625 10.4685H7.3502C7.52423 10.4685 7.67973 10.5724 7.74634 10.7332C7.81295 10.894 7.77649 11.0774 7.65343 11.2005L5.93517 12.9188H7.35959C7.6979 12.9188 7.97215 13.193 7.97215 13.5313Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0656 11.9999C11.0656 12.8711 10.3594 13.5773 9.48823 13.5773C8.61709 13.5773 7.91089 12.8711 7.91089 11.9999C7.91089 11.1288 8.61709 10.4226 9.48823 10.4226C10.3594 10.4226 11.0656 11.1288 11.0656 11.9999ZM9.48823 11.0352C10.0211 11.0352 10.453 11.4671 10.453 11.9999C10.453 12.5328 10.0211 12.9647 9.48823 12.9647C8.9554 12.9647 8.52345 12.5328 8.52345 11.9999C8.52345 11.4671 8.9554 11.0352 9.48823 11.0352Z", fill: "white" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.4653 11.9999C14.4653 12.8711 13.7591 13.5773 12.8879 13.5773C12.0168 13.5773 11.3106 12.8711 11.3106 11.9999C11.3106 11.1288 12.0168 10.4226 12.8879 10.4226C13.7591 10.4226 14.4653 11.1288 14.4653 11.9999ZM12.8879 11.0352C13.4208 11.0352 13.8527 11.4671 13.8527 11.9999C13.8527 12.5328 13.4208 12.9647 12.8879 12.9647C12.3551 12.9647 11.9231 12.5328 11.9231 11.9999C11.9231 11.4671 12.3551 11.0352 12.8879 11.0352Z", fill: "white" }), _jsx("path", { d: "M18.9369 11.6171C18.9369 10.9584 18.4011 10.4226 17.7424 10.4226C17.3901 10.4226 17.0731 10.576 16.8542 10.8194C16.6354 10.576 16.3183 10.4226 15.966 10.4226C15.3074 10.4226 14.7715 10.9584 14.7715 11.6171V13.5313C15.1098 13.5313 15.3841 13.2571 15.3841 12.9188V11.6171C15.3841 11.2962 15.6451 11.0352 15.966 11.0352C16.2869 11.0352 16.548 11.2962 16.548 11.6171V12.9188C16.548 13.2571 16.8222 13.5313 17.1605 13.5313V11.6171C17.1605 11.2962 17.4216 11.0352 17.7424 11.0352C18.0633 11.0352 18.3244 11.2962 18.3244 11.6171V12.9188C18.3244 13.2571 18.5986 13.5313 18.9369 13.5313V11.6171Z", fill: "white" }), _jsx("defs", { children: _jsxs("linearGradient", { id: "paint0_linear_8546_592", x1: 6.73321, y1: 21.1223, x2: 17.2668, y2: 2.87765, gradientUnits: "userSpaceOnUse", children: [_jsx("stop", { stopColor: "#0845BF" }), _jsx("stop", { offset: 0.6, stopColor: "#0B5CFF" }), _jsx("stop", { offset: 1, stopColor: "#4F90EE" })] }) })] })); }; IconLogoZoomColor.iconName = "logo-zoom--color"; export default IconLogoZoomColor;