@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.73 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoZapier = (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: "M14.776 9.765a.65.65 0 0 0 .478-.188.68.68 0 0 0 .182-.483.67.67 0 0 0-.182-.478.65.65 0 0 0-.478-.182.66.66 0 0 0-.483.182.65.65 0 0 0-.188.478.644.644 0 0 0 .67.67" }), _jsx("path", { fillRule: "evenodd", d: "M16.928 14.208c.339.19.723.285 1.111.274.317.01.632-.04.929-.15.224-.081.423-.218.58-.398.147-.172.253-.376.31-.595l-1.014-.285a.76.76 0 0 1-.794.505.86.86 0 0 1-.72-.295 1.3 1.3 0 0 1-.225-.714h2.775q.007-.121 0-.242v-.215a2.3 2.3 0 0 0-.204-.987 1.6 1.6 0 0 0-.617-.676 2.05 2.05 0 0 0-1.041-.242 2.1 2.1 0 0 0-1.546.537c-.377.425-.57.983-.537 1.55-.008.4.078.796.252 1.155.162.329.42.6.741.778m1.074-3.134c.536 0 .783.29.82.874h-1.717c.016-.208.089-.409.21-.58a.8.8 0 0 1 .708-.278zM6.584 12.062a1.64 1.64 0 0 0-1.16.339 1.16 1.16 0 0 0-.353.88 1.07 1.07 0 0 0 .365.89c.275.209.615.313.96.296a1.2 1.2 0 0 0 .924-.386 1.6 1.6 0 0 0 .3-.489h.07l.123.79h.993v-2.529a1.67 1.67 0 0 0-.408-1.208 1.82 1.82 0 0 0-1.341-.429c-.31-.008-.62.04-.913.145a1.34 1.34 0 0 0-.59.419 1.4 1.4 0 0 0-.285.628l1.1.155a.54.54 0 0 1 .215-.279.8.8 0 0 1 .419-.097.63.63 0 0 1 .488.172c.107.146.16.324.15.505v.198zm.199 1.46a.64.64 0 0 1-.446-.123.44.44 0 0 1-.123-.317.42.42 0 0 1 .123-.306.5.5 0 0 1 .35-.112h.955v.155a.63.63 0 0 1-.237.505.93.93 0 0 1-.622.204z", clipRule: "evenodd" }), _jsx("path", { d: "M14.175 10.312h1.175v4.068h-1.175z" }), _jsx("path", { fillRule: "evenodd", d: "M10.75 13.586h-.053l.005 1.981H9.527v-5.239h1.004l.128.897h.065c.075-.232.2-.444.365-.623a1.24 1.24 0 0 1 .94-.381 1.33 1.33 0 0 1 1.153.537c.285.47.421 1.014.392 1.562a2.8 2.8 0 0 1-.397 1.61 1.28 1.28 0 0 1-1.122.574 1.4 1.4 0 0 1-.644-.15 1.2 1.2 0 0 1-.537-.51 1.7 1.7 0 0 1-.123-.258m1.167-2.27a.74.74 0 0 0-.361-.06.78.78 0 0 0-.628.27c-.169.22-.251.495-.231.772v.075c-.016.282.065.56.23.79a.75.75 0 0 0 .629.284.72.72 0 0 0 .644-.295c.153-.246.226-.533.21-.822a1.35 1.35 0 0 0-.205-.789.74.74 0 0 0-.288-.225", clipRule: "evenodd" }), _jsx("path", { d: "M4.709 13.387h-2.19l-.038-.123 2.19-1.954v-.998H1.048v.998h2.05l.049.129L1 13.387v.998h3.757zM21.714 11.952a.7.7 0 0 0-.029.346v2.083H20.51v-4.074h1.003l.129.896h.06c.048-.194.136-.377.257-.537a.95.95 0 0 1 .783-.354H23v1.17h-.445a.72.72 0 0 0-.84.47" })] }));
};
IconLogoZapier.iconName = "logo-zapier";
export default IconLogoZapier;