@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.41 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobePremiereProColor = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M17.7719 3H6.22811C4.44527 3 3 4.44527 3 6.22811V17.7719C3 19.5548 4.44527 21 6.22811 21H17.7719C19.5548 21 21 19.5548 21 17.7719V6.22811C21 4.44527 19.5548 3 17.7719 3Z", fill: "#00005B" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.94141 7.77832C12.2944 7.77832 13.6191 8.88035 13.6191 10.7256C13.619 12.8803 11.8238 13.747 10.1396 13.7471H9V16.0752H6.69629V7.77832H9.94141ZM9 11.7783H10.0156C10.7214 11.7783 11.2166 11.4934 11.2168 10.7754C11.2168 10.1191 10.796 9.74712 10.0654 9.74707H9V11.7783Z", fill: "#9999FF" }), _jsx("path", { d: "M16.8311 9.49902C17.3384 9.49905 17.7467 9.56118 17.9326 9.62305V11.3076C17.7839 11.2705 17.4988 11.2451 17.2637 11.2451C16.8059 11.2451 16.5458 11.2825 16.3105 11.3691V16.0752H14.1436V10.0439C14.9236 9.69728 15.7043 9.49902 16.8311 9.49902Z", fill: "#9999FF" })] }));
};
IconLogoAdobePremiereProColor.iconName = "logo-adobe-premiere-pro--color";
export default IconLogoAdobePremiereProColor;