UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.9 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoZoom = (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: "M12.8882 11.0352C13.421 11.0352 13.8529 11.4671 13.8529 11.9999C13.8529 12.5328 13.421 12.9647 12.8882 12.9647C12.3553 12.9647 11.9234 12.5328 11.9234 11.9999C11.9234 11.4671 12.3553 11.0352 12.8882 11.0352Z" }), _jsx("path", { d: "M9.48847 11.0352C10.0213 11.0352 10.4533 11.4671 10.4533 11.9999C10.4533 12.5328 10.0213 12.9647 9.48847 12.9647C8.95564 12.9647 8.52369 12.5328 8.52369 11.9999C8.52369 11.4671 8.95564 11.0352 9.48847 11.0352Z" }), _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.1404ZM5.49174 13.5313H7.97239C7.97239 13.193 7.69814 12.9188 7.35984 12.9188H5.93542L7.65367 11.2005C7.77673 11.0774 7.8132 10.894 7.74658 10.7332C7.67997 10.5724 7.52448 10.4685 7.35044 10.4685H5.06274C5.06274 10.8069 5.337 11.0811 5.6753 11.0811H6.9068L5.18855 12.7993C5.06548 12.9224 5.02899 13.1058 5.09559 13.2666C5.1622 13.4274 5.3177 13.5313 5.49174 13.5313ZM17.7427 10.4226C18.4013 10.4226 18.9372 10.9584 18.9372 11.6171V13.5313C18.5989 13.5313 18.3246 13.2571 18.3246 12.9188V11.6171C18.3246 11.2962 18.0636 11.0352 17.7427 11.0352C17.4218 11.0352 17.1608 11.2962 17.1608 11.6171V13.5313C16.8225 13.5313 16.5482 13.2571 16.5482 12.9188V11.6171C16.5482 11.2962 16.2871 11.0352 15.9663 11.0352C15.6454 11.0352 15.3843 11.2962 15.3843 11.6171V12.9188C15.3843 13.2571 15.1101 13.5313 14.7718 13.5313V11.6171C14.7718 10.9584 15.3076 10.4226 15.9663 10.4226C16.3186 10.4226 16.6357 10.576 16.8545 10.8194C17.0733 10.576 17.3904 10.4226 17.7427 10.4226ZM12.8882 13.5773C13.7593 13.5773 14.4655 12.8711 14.4655 11.9999C14.4655 11.1288 13.7593 10.4226 12.8882 10.4226C12.017 10.4226 11.3108 11.1288 11.3108 11.9999C11.3108 12.8711 12.017 13.5773 12.8882 13.5773ZM9.48847 13.5773C10.3596 13.5773 11.0658 12.8711 11.0658 11.9999C11.0658 11.1288 10.3596 10.4226 9.48847 10.4226C8.61733 10.4226 7.91114 11.1288 7.91114 11.9999C7.91114 12.8711 8.61733 13.5773 9.48847 13.5773Z" })] })); }; IconLogoZoom.iconName = "logo-zoom"; export default IconLogoZoom;