@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 1.37 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoAdobeIllustratorColor = (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: "#330000" }), _jsx("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M14.7148 16.0752H12.2871L11.8789 14.8125H8.77051L8.36133 16.0752H6.0332L9.09277 7.77832H11.7422L14.7148 16.0752ZM9.42676 12.8428H11.2344L10.3311 10.0566L9.42676 12.8428Z", fill: "#FF9A00" }), _jsx("path", { d: "M17.2998 16.0752H15.1328V9.61035H17.2998V16.0752Z", fill: "#FF9A00" }), _jsx("path", { d: "M16.2227 7.34473C16.9036 7.34488 17.3369 7.74131 17.3369 8.32324C17.3367 8.91735 16.9034 9.32601 16.2227 9.32617C15.5045 9.32617 15.0705 8.92985 15.0703 8.32324C15.0703 7.7288 15.5291 7.34473 16.2227 7.34473Z", fill: "#FF9A00" })] }));
};
IconLogoAdobeIllustratorColor.iconName = "logo-adobe-illustrator--color";
export default IconLogoAdobeIllustratorColor;