UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.08 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoMedium = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.8421 3C19.5861 3 21 4.41385 21 6.15791V9.52412C20.9246 9.51909 20.8487 9.51621 20.7724 9.51621H20.7548C20.3524 9.51626 19.8589 9.61368 19.5076 9.79043C19.1076 9.97563 18.7544 10.2531 18.4608 10.6166C17.9885 11.2021 17.7025 11.9933 17.6329 12.8824C17.6307 12.909 17.6287 12.9358 17.6268 12.9624C17.6248 12.9891 17.6236 13.0134 17.6224 13.0389C17.6199 13.0863 17.6181 13.1343 17.6171 13.1821C17.6154 13.2589 17.6148 13.3364 17.6162 13.4142C17.6632 15.4282 18.7512 17.0379 20.6836 17.0379C20.7919 17.0379 20.8974 17.0329 21 17.0229V17.8421C21 19.5861 19.5861 21 17.8421 21H6.15791C4.41385 21 3 19.5861 3 17.8421V6.15791C3 4.41385 4.41385 3 6.15791 3H17.8421ZM6.30557 7.29697L6.31963 7.29961C6.84873 7.41903 7.11768 7.59773 7.11768 8.24004V15.7591C7.11768 16.4014 6.84785 16.5801 6.31875 16.6995L6.30469 16.7021V16.8129H8.42373V16.703L8.40967 16.6995C7.88086 16.5801 7.61255 16.402 7.6125 15.76V8.67598L11.0701 16.8129H11.2661L14.8248 8.44922V15.9454C14.7795 16.4527 14.5129 16.6098 14.0338 16.718L14.0197 16.7206V16.8296H17.7111V16.7206L17.6971 16.718C17.2176 16.6098 16.9452 16.4527 16.8999 15.9454L16.8973 8.24004H16.8999C16.8999 7.5978 17.1682 7.41903 17.6971 7.29961L17.7111 7.29697V7.18711H14.8125L12.1213 13.5135L9.4292 7.18711H6.30557V7.29697Z" }), _jsx("path", { d: "M21 15.3882C19.9927 15.0917 19.2723 13.979 19.3468 12.6627L21 12.6618V15.3882Z" }), _jsx("path", { d: "M20.7434 9.93809C20.8344 9.9396 20.92 9.95133 21 9.97324V12.2812H19.3837C19.4441 10.9302 19.9293 9.95487 20.7434 9.93809Z" })] })); }; IconLogoMedium.iconName = "logo-medium"; export default IconLogoMedium;