@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.29 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobeIndesign = (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: "M13.9111 11.2578C14.1587 11.2578 14.3446 11.2952 14.4932 11.3447V14.3789C14.3322 14.416 14.0963 14.4277 13.9229 14.4277C13.1677 14.4276 12.5986 13.9324 12.5986 12.8428C12.5987 11.6541 13.23 11.2578 13.9111 11.2578Z" }), _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.7715ZM14.4932 7.51758V9.54883C14.3446 9.52407 14.0967 9.49902 13.8613 9.49902C12.1153 9.49902 10.4308 10.6261 10.4307 12.8799C10.4307 15.109 12.0909 16.1865 13.998 16.1865C15.1124 16.1864 16.14 15.9143 16.6602 15.6543V7.51758H14.4932ZM7.33984 7.77832V16.0752H9.64355V7.77832H7.33984Z" })] }));
};
IconLogoAdobeIndesign.iconName = "logo-adobe-indesign";
export default IconLogoAdobeIndesign;