@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.38 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobeIndesignColor = (props) => {
const size = sizeMap[props?.size ?? "m"];
const label = props?.label ?? "Icon";
return (_jsxs("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: size, height: size, "aria-label": label, role: "img", ...props, children: [_jsx("path", { d: "M17.7719 3H6.22811C4.44527 3 3 4.44527 3 6.22811V17.7719C3 19.5548 4.44527 21 6.22811 21H17.7719C19.5548 21 21 19.5548 21 17.7719V6.22811C21 4.44527 19.5548 3 17.7719 3Z", fill: "#49021F" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M16.6602 15.6543C16.14 15.9143 15.1124 16.1864 13.998 16.1865C12.0909 16.1865 10.4307 15.109 10.4307 12.8799C10.4308 10.6261 12.1153 9.49902 13.8613 9.49902C14.0967 9.49902 14.3446 9.52407 14.4932 9.54883V7.51758H16.6602V15.6543ZM13.9111 11.2578C13.23 11.2578 12.5987 11.6541 12.5986 12.8428C12.5986 13.9324 13.1677 14.4276 13.9229 14.4277C14.0963 14.4277 14.3322 14.416 14.4932 14.3789V11.3447C14.3446 11.2952 14.1587 11.2578 13.9111 11.2578Z", fill: "#FF3366" }), _jsx("path", { d: "M9.64355 16.0752H7.33984V7.77832H9.64355V16.0752Z", fill: "#FF3366" })] }));
};
IconLogoAdobeIndesignColor.iconName = "logo-adobe-indesign--color";
export default IconLogoAdobeIndesignColor;