UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 1.25 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAudioTechnica = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M17.3125 18.9404H6.68848L12.001 3.40039L17.3125 18.9404ZM12.1006 18.1582L16.2188 18.1543L14.1455 12.1582L12.1006 18.1582ZM7.77246 18.1543H11.2744L13.7373 10.918L12.001 5.81934C11.9813 5.87889 7.79566 18.0866 7.77246 18.1543Z" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.001 2C17.5222 2 21.9998 6.47717 22 11.999C22 17.5222 17.5223 22 12.001 22C6.47746 22.001 2 17.5232 2 11.999C2.00023 6.47721 6.4776 2.00007 12.001 2ZM12.001 2.79199C6.90924 2.79206 2.7843 6.91775 2.78418 12.0059C2.78418 17.0952 6.90916 21.2197 12.001 21.2197C17.0895 21.2197 21.2148 17.0952 21.2148 12.0059C21.2147 6.9166 17.0895 2.79199 12.001 2.79199Z" })] })); }; IconLogoAudioTechnica.iconName = "logo-audio-technica"; export default IconLogoAudioTechnica;