UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.01 kB
import { jsx as _jsx } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoStreamelements = (props) => { const size = sizeMap[props?.size ?? "m"]; const label = props?.label ?? "Icon"; return (_jsx("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: "M9.89551 0.796713C9.94042 0.711919 10.0601 0.712017 10.1035 0.796713L11.4492 3.40609L11.4443 3.40413C11.5004 3.51146 11.5215 3.63362 11.5039 3.75374L11.0498 6.93636L11.9053 8.74691C11.9453 8.8318 11.9593 8.92779 11.9434 9.0223L11.6328 10.9032C11.6229 10.9635 11.5349 10.9635 11.5234 10.9032L11.3555 9.87679C11.301 9.5416 11.1471 9.23265 10.9189 8.98519L10.5693 9.9471C10.5613 9.96954 10.54 9.98421 10.5176 9.98421H10.4395L10.2109 10.8993C10.4828 12.1662 11.0542 14.0111 12.2979 14.0116C13.2702 14.0116 14.5831 12.4038 14.7734 11.66C14.8438 12.1262 14.9394 12.7537 15.3682 12.7537C16.4021 12.7537 17.2452 10.5423 17.3193 9.92757C17.2864 6.88107 15.3182 4.13961 12.4619 3.11605L12.0273 2.27132C15.5172 3.18332 17.9998 6.36002 18 10.0047C18 14.4125 14.4106 17.9998 10 17.9998C5.58941 17.9998 2 14.4125 2 10.0047C2.00017 6.36019 4.4827 3.18542 7.9707 2.27328L7.53613 3.11605C4.67815 4.14036 2.70817 6.88313 2.67773 9.93343C2.75636 10.5561 3.59825 12.7536 4.62891 12.7537C5.05936 12.7537 5.15429 12.1262 5.22461 11.66C5.41497 12.4055 6.72683 14.0116 7.69922 14.0116C8.94303 14.0112 9.51428 12.1651 9.78613 10.8983L9.55859 9.98421H9.47656C9.45422 9.9841 9.43377 9.96945 9.42578 9.9471L9.0752 8.9891C8.84963 9.23572 8.69859 9.54388 8.64453 9.87679L8.47656 10.9012C8.46689 10.962 8.37686 10.962 8.36719 10.9012L8.05664 9.0223C8.04067 8.92779 8.05467 8.8318 8.09473 8.74691L8.94434 6.94613L8.49023 3.75374C8.47267 3.63524 8.49373 3.51143 8.5498 3.40413L9.89551 0.796713Z" }) })); }; IconLogoStreamelements.iconName = "logo-streamelements"; export default IconLogoStreamelements;