UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 3.15 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconHdr = (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: "M7.58731 16H5.86319V12.6001H2.42032V16H0.690826V8.04541H2.42032V11.3057H5.86319V8.04541H7.58731V16Z" }), _jsx("path", { d: "M16.2646 11.9824C16.2646 12.4372 16.2252 12.8507 16.1465 13.2231C16.0677 13.592 15.9567 13.9142 15.8135 14.1899C15.6738 14.4657 15.4966 14.7091 15.2817 14.9204C15.0669 15.1281 14.8306 15.3 14.5727 15.436C14.3185 15.5721 14.0285 15.6831 13.7026 15.769C13.3804 15.8514 13.0473 15.9105 12.7036 15.9463C12.3634 15.9821 11.9892 16 11.581 16H9.08348V8.04541H11.8442C12.3742 8.04541 12.8558 8.08659 13.289 8.16895C13.7223 8.24772 14.1269 8.38379 14.5029 8.57715C14.8789 8.76693 15.194 9.01042 15.4482 9.30762C15.7025 9.60482 15.9012 9.979 16.0444 10.4302C16.1912 10.8813 16.2646 11.3988 16.2646 11.9824ZM14.4975 12.0093C14.4975 11.0353 14.2684 10.3353 13.81 9.90918C13.3517 9.48307 12.6445 9.27002 11.6885 9.27002H10.813V14.7808H11.624C12.6087 14.7808 13.3338 14.5588 13.7993 14.1147C14.2648 13.6707 14.4975 12.9689 14.4975 12.0093Z" }), _jsx("path", { d: "M23.7711 16H21.9664C21.8804 15.7458 21.8106 15.4092 21.7569 14.9902C21.739 14.8506 21.7193 14.6519 21.6978 14.394C21.6763 14.1326 21.6638 13.9858 21.6602 13.9536C21.6352 13.6886 21.6011 13.481 21.5582 13.3306C21.5152 13.1802 21.4454 13.0495 21.3487 12.9385C21.2556 12.8239 21.1285 12.7469 20.9674 12.7075C20.8098 12.6646 20.6003 12.6431 20.3389 12.6431H19.0499V16H17.3365V8.04541H20.3819C20.6576 8.04541 20.8796 8.04899 21.0479 8.05615C21.2162 8.06331 21.4167 8.08838 21.6495 8.13135C21.8822 8.17074 22.0953 8.22982 22.2886 8.30859C23.1373 8.66667 23.5616 9.25033 23.5616 10.0596C23.5616 10.6003 23.4022 11.0282 23.0836 11.3433C22.7649 11.6584 22.3262 11.8714 21.7676 11.9824V11.9985C22.2224 12.0272 22.5626 12.1328 22.7882 12.3154C23.0137 12.4945 23.1731 12.7917 23.2662 13.207C23.2805 13.2751 23.2948 13.3521 23.3091 13.438C23.3235 13.5203 23.336 13.6188 23.3467 13.7334C23.3611 13.8444 23.3736 13.9321 23.3843 13.9966C23.3951 14.0825 23.413 14.2472 23.4381 14.4907C23.4631 14.7306 23.4846 14.9132 23.5025 15.0386C23.5204 15.1603 23.5526 15.3161 23.5992 15.5059C23.6457 15.6921 23.703 15.8568 23.7711 16ZM21.8804 10.3442C21.8804 10.158 21.8428 9.99691 21.7676 9.86084C21.696 9.72477 21.6047 9.61914 21.4937 9.54395C21.3863 9.46875 21.2502 9.40967 21.0855 9.3667C20.9244 9.32015 20.7722 9.2915 20.629 9.28076C20.4857 9.26644 20.3264 9.25928 20.1509 9.25928H19.0499V11.4775H20.0328C20.1975 11.4775 20.3389 11.474 20.4571 11.4668C20.5788 11.4596 20.7185 11.4453 20.876 11.4238C21.0336 11.3988 21.1661 11.3612 21.2735 11.311C21.3809 11.2609 21.483 11.1965 21.5797 11.1177C21.6799 11.0353 21.7551 10.9297 21.8052 10.8008C21.8554 10.6683 21.8804 10.5161 21.8804 10.3442Z" })] })); }; IconHdr.iconName = "hdr"; export default IconHdr;