UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.83 kB
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", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M7.608 12.238h1.951a8 8 0 0 0-.18-.555q-.074-.22-.145-.456l-.064-.206q-.058-.178-.111-.353t-.112-.353c-.08-.237-.144-.46-.209-.684l-.079-.276a9 9 0 0 0-.094-.321h-.014c-.072.33-.151.662-.26.993l-.143.464q-.101.336-.21.674c-.093.389-.215.749-.33 1.073" }), _jsx("path", { fillRule: "evenodd", d: "M6.038 3h11.924a3.266 3.266 0 0 1 3.27 3.269V17.73A3.266 3.266 0 0 1 17.961 21H6.038a3.266 3.266 0 0 1-3.268-3.269V6.27A3.266 3.266 0 0 1 6.038 3m3.982 10.771H7.16l-.583 1.815a.133.133 0 0 1-.144.108H4.987c-.087 0-.108-.044-.087-.137l2.477-7.114c.022-.079.043-.158.08-.252.035-.158.064-.324.064-.49-.007-.035.022-.079.065-.086h1.995c.05 0 .093.022.1.065l2.794 7.891c.022.087 0 .123-.08.123H10.79a.115.115 0 0 1-.122-.087zm8.352.576V9.631q-.002-.01.008-.021c0-.043-.05-.072-.087-.065h-1.469c-.072 0-.108.036-.108.086v4.37a1.8 1.8 0 0 1-.482.253 1.5 1.5 0 0 1-.526.093c-.345 0-.648-.1-.792-.295s-.223-.46-.223-.8V9.618a.09.09 0 0 0-.1-.08h-1.491a.09.09 0 0 0-.08.102v3.816q-.01.563.152 1.094c.086.28.23.533.432.749.18.194.41.338.655.425.266.093.547.13.835.13s.584-.037.857-.116c.324-.094.627-.252.871-.475 0 .05 0 .108.015.158l.043.194c.021.058.08.094.144.087h1.318c.064 0 .093-.029.086-.1a9 9 0 0 0-.029-.275l-.021-.424c-.008-.166-.008-.346-.008-.555", clipRule: "evenodd" })] })); }; IconLogoAdobeAudition.iconName = "logo-adobe-audition"; export default IconLogoAdobeAudition;