@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.88 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", { xmlns: "http://www.w3.org/2000/svg", fill: "none", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { fill: "#00005B", d: "M6.04 3h11.924a3.267 3.267 0 0 1 3.269 3.27v11.46a3.267 3.267 0 0 1-3.27 3.27H6.04a3.266 3.266 0 0 1-3.269-3.27V6.27A3.266 3.266 0 0 1 6.041 3" }), _jsx("path", { fill: "#99F", d: "M7.154 15.616V7.693c0-.054.023-.085.077-.085.131 0 .254 0 .431-.008.185-.007.377-.007.585-.015s.43-.008.669-.016q.356-.009.7-.007c.63 0 1.154.077 1.585.238.384.131.738.346 1.03.631.246.246.439.546.562.877.115.323.177.654.177 1q0 .993-.462 1.638c-.308.431-.738.754-1.238.939-.523.192-1.1.261-1.731.261-.185 0-.308 0-.385-.007-.077-.008-.184-.008-.33-.008v2.47c.007.053-.031.1-.085.107H7.247c-.062 0-.093-.03-.093-.1zM8.831 9.1v2.585q.162.014.3.015h.408c.3 0 .6-.046.885-.138.246-.07.461-.216.63-.408.162-.192.239-.454.239-.792a1.27 1.27 0 0 0-.177-.685c-.13-.2-.316-.354-.539-.438a2.3 2.3 0 0 0-.907-.154c-.2 0-.377 0-.523.008a2 2 0 0 0-.316.007M14.077 9.554h1.346c.077 0 .139.054.162.123a.8.8 0 0 1 .046.192 2.6 2.6 0 0 1 .054.516q.347-.407.823-.662c.354-.2.761-.3 1.17-.3.053-.007.1.031.107.085v1.53c0 .062-.039.085-.123.085a3.4 3.4 0 0 0-.831.077 3.2 3.2 0 0 0-.646.208c-.146.07-.285.161-.393.285v3.923c0 .077-.03.107-.1.107h-1.515c-.061.008-.115-.03-.123-.092v-4.292c0-.185 0-.377-.008-.577-.007-.2-.007-.4-.015-.6 0-.177-.016-.346-.03-.523a.07.07 0 0 1 .053-.085c0-.008.015-.008.023 0" })] }));
};
IconLogoAdobePremiereProColor.iconName = "logo-adobe-premiere-pro--color";
export default IconLogoAdobePremiereProColor;