@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.87 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoShopifyColor = (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: "M18.6103 5.83935C18.5942 5.74297 18.5139 5.67871 18.4336 5.67871C18.3532 5.67871 16.9396 5.64658 16.9396 5.64658C16.9396 5.64658 15.7508 4.48996 15.6384 4.37751C15.5259 4.26506 15.285 4.29718 15.2046 4.32931C15.2046 4.32931 14.9797 4.39357 14.6103 4.50602C14.546 4.29718 14.4496 4.05622 14.3211 3.79919C13.9034 2.99598 13.2769 2.56224 12.538 2.56224C12.4898 2.56224 12.4416 2.56224 12.3773 2.57831C12.3613 2.54618 12.3291 2.53012 12.3131 2.49799C11.9918 2.14457 11.5741 1.98393 11.0761 2C10.1123 2.03212 9.14841 2.72289 8.37733 3.95983C7.83115 4.8273 7.41347 5.91967 7.28496 6.77108C6.17653 7.10843 5.40544 7.34939 5.38938 7.36546C4.82713 7.54216 4.81106 7.55823 4.74681 8.08835C4.69861 8.48996 3.2207 19.8153 3.2207 19.8153L15.4938 21.9357L20.8111 20.6185C20.795 20.6024 18.6263 5.93574 18.6103 5.83935ZM13.9998 4.69879C13.7107 4.77911 13.3894 4.89156 13.052 4.98795C13.052 4.50602 12.9878 3.81526 12.7629 3.23694C13.4858 3.38152 13.8392 4.2008 13.9998 4.69879ZM12.3934 5.19678C11.7508 5.38955 11.044 5.61445 10.3372 5.82329C10.5299 5.06827 10.9155 4.31325 11.3653 3.81526C11.542 3.63855 11.783 3.42971 12.056 3.3012C12.3452 3.86345 12.4095 4.6506 12.3934 5.19678ZM11.0922 2.64257C11.3171 2.64257 11.5099 2.69076 11.6705 2.78714C11.4135 2.93172 11.1564 3.12449 10.9155 3.38152C10.305 4.04016 9.83918 5.06827 9.64641 6.04819C9.06809 6.2249 8.48978 6.4016 7.95966 6.56224C8.29701 5.02008 9.59821 2.69076 11.0922 2.64257Z", fill: "#95BF47" }), _jsx("path", { d: "M18.4343 5.67865C18.354 5.67865 16.9404 5.64652 16.9404 5.64652C16.9404 5.64652 15.7516 4.48989 15.6392 4.37744C15.591 4.32925 15.5428 4.31318 15.4785 4.29712V21.9196L20.7958 20.6023C20.7958 20.6023 18.6271 5.93567 18.611 5.82322C18.595 5.7429 18.5147 5.67865 18.4343 5.67865Z", fill: "#5E8E3E" }), _jsx("path", { d: "M12.523 8.40958L11.9126 10.7228C11.9126 10.7228 11.2218 10.4016 10.4025 10.4658C9.19772 10.5461 9.19772 11.3011 9.19772 11.4939C9.26198 12.522 11.9768 12.7469 12.1375 15.1726C12.2499 17.0843 11.1254 18.3855 9.50294 18.4819C7.5431 18.6104 6.4668 17.4538 6.4668 17.4538L6.88447 15.6867C6.88447 15.6867 7.96077 16.506 8.82824 16.4417C9.39049 16.4096 9.59933 15.9437 9.58326 15.6224C9.50294 14.273 7.28607 14.3534 7.1415 12.1365C7.02905 10.273 8.24993 8.37746 10.9487 8.21681C11.9929 8.13649 12.523 8.40958 12.523 8.40958Z", fill: "white" })] }));
};
IconLogoShopifyColor.iconName = "logo-shopify--color";
export default IconLogoShopifyColor;