@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.58 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobeMediaEncoder = (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: "M16.7295 11.1221C17.361 11.1221 17.72 11.5303 17.7695 12.1123H15.6025C15.7388 11.4437 16.1227 11.1221 16.7295 11.1221Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.7715 3C19.5543 3 21 4.44568 21 6.22852V17.7715C21 19.5543 19.5543 21 17.7715 21H6.22852C4.44568 21 3 19.5543 3 17.7715V6.22852C3 4.44568 4.44568 3 6.22852 3H17.7715ZM16.7178 9.49902C14.8849 9.49902 13.4971 10.8245 13.4971 12.8184C13.4971 14.9979 14.9462 16.1991 17.1133 16.1992C17.9925 16.1992 18.6741 16.0876 19.3057 15.7656L19.2812 14.0439C18.6993 14.3164 18.1168 14.4404 17.4482 14.4404C16.5194 14.4404 15.9245 14.1436 15.6768 13.5244H19.7266C19.7637 13.2768 19.7881 12.9545 19.7881 12.6572C19.788 10.7131 18.5998 9.49923 16.7178 9.49902ZM4.9541 7.77832L4.40918 16.0752H6.49023L6.63867 12.917C6.66342 12.2114 6.68842 11.4934 6.72559 10.7754L7.82812 15.4316H9.31348L10.5645 10.5273C10.5893 11.3321 10.6139 12.1246 10.6387 12.917L10.75 16.0752H12.9668L12.4473 7.77832H9.8584L8.66992 11.7412L7.56738 7.77832H4.9541Z" })] }));
};
IconLogoAdobeMediaEncoder.iconName = "logo-adobe-media-encoder";
export default IconLogoAdobeMediaEncoder;