@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.23 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobeAudition = (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: "M9.62109 12.8428H7.81348L8.71777 10.0566L9.62109 12.8428Z" }), _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.7715ZM13.3262 9.61133V13.5859C13.3262 15.3693 14.2544 16.2119 16.3721 16.2119C17.499 16.2119 18.3909 15.9514 19.2207 15.5303V9.61133H17.0537V14.3789C16.868 14.4532 16.6447 14.4658 16.3848 14.4658C15.8275 14.4658 15.4932 14.1807 15.4932 13.4873V9.61133H13.3262ZM7.47949 7.77832L4.41992 16.0752H6.74805L7.15723 14.8125H10.2656L10.6738 16.0752H13.1016L10.1289 7.77832H7.47949Z" })] }));
};
IconLogoAdobeAudition.iconName = "logo-adobe-audition";
export default IconLogoAdobeAudition;