UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.33 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAdobePremierePro = (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: "M10.0654 9.74707C10.796 9.74712 11.2168 10.1191 11.2168 10.7754C11.2166 11.4934 10.7214 11.7783 10.0156 11.7783H9V9.74707H10.0654Z" }), _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.7715ZM6.69629 7.77832V16.0752H9V13.7471H10.1396C11.8238 13.747 13.619 12.8803 13.6191 10.7256C13.6191 8.88035 12.2944 7.77832 9.94141 7.77832H6.69629ZM16.8311 9.49902C15.7043 9.49902 14.9236 9.69728 14.1436 10.0439V16.0752H16.3105V11.3691C16.5458 11.2825 16.8059 11.2451 17.2637 11.2451C17.4988 11.2451 17.7839 11.2705 17.9326 11.3076V9.62305C17.7467 9.56118 17.3384 9.49905 16.8311 9.49902Z" })] })); }; IconLogoAdobePremierePro.iconName = "logo-adobe-premiere-pro"; export default IconLogoAdobePremierePro;