@elgato/icons
Version:
Icons used throughout the Elgato ecosystem.
10 lines (9 loc) • 2.58 kB
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { sizeMap } from "../../metadata/sizing.js";
const IconLogoShopify = (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", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.0762 2.04772C11.5741 2.03169 11.9922 2.19239 12.3135 2.54577C12.3295 2.5779 12.3609 2.59469 12.377 2.62682C12.4412 2.61076 12.4899 2.61022 12.5381 2.61022C13.277 2.6103 13.9037 3.04438 14.3213 3.84752C14.4497 4.10446 14.5461 4.34579 14.6104 4.55456C14.9696 4.44521 15.1921 4.38122 15.2041 4.3778C15.2362 4.36173 15.2854 4.36164 15.3496 4.34557V21.9676L3.2041 19.8631C3.21131 19.8073 4.66635 8.53882 4.7627 8.13659C4.82695 7.60652 4.84319 7.59059 5.40527 7.41393C5.42134 7.39787 6.19242 7.15653 7.30078 6.8192C7.41323 5.9678 7.83077 4.87514 8.37695 4.00768C9.14803 2.77079 10.1123 2.07985 11.0762 2.04772ZM10.9473 8.26549C8.24868 8.44232 7.02774 10.3215 7.15625 12.1688C7.30091 14.3853 9.51687 14.3053 9.59766 15.6542C9.61372 15.9755 9.40502 16.4414 8.84277 16.4735C7.97536 16.5375 6.89941 15.7186 6.89941 15.7186L6.48145 17.4862C6.48882 17.4941 7.56461 18.6415 9.51758 18.5135C11.14 18.4172 12.2647 17.1165 12.1523 15.2049C11.9917 12.7794 9.27746 12.5542 9.21289 11.5262C9.19683 11.3495 9.21261 10.5939 10.4014 10.5135C11.2151 10.4497 11.9019 10.7671 11.9111 10.7714L12.5215 8.45788C12.5083 8.4516 11.9783 8.20204 10.9473 8.26549ZM11.0918 2.6903C9.59795 2.73879 8.29729 5.06859 7.95996 6.59459C8.49001 6.43397 9.06827 6.25662 9.64648 6.07995C9.83926 5.10031 10.3048 4.0725 10.915 3.41393C11.156 3.17297 11.4139 2.96334 11.6709 2.83483C11.5103 2.73844 11.3167 2.6903 11.0918 2.6903ZM12.0723 3.34948C11.7992 3.47799 11.5576 3.68644 11.3809 3.86315C10.9311 4.36114 10.5463 5.11695 10.3535 5.87194C11.0442 5.66312 11.751 5.43774 12.3936 5.24499C12.4096 4.71492 12.3453 3.92777 12.0723 3.34948ZM12.7471 3.30163C12.9718 3.87984 13.0361 4.57082 13.0361 5.0526C13.3895 4.94017 13.7109 4.84288 14 4.76256C13.8393 4.26463 13.4856 3.4464 12.7471 3.30163Z" }), _jsx("path", { d: "M16.9395 5.69518C16.9463 5.69534 18.3535 5.72643 18.4336 5.72643C18.5139 5.72653 18.5943 5.79125 18.6104 5.88756C18.6275 5.99115 20.7837 20.5742 20.7949 20.6503L15.751 21.9032V4.53795C16.0723 4.85928 16.9395 5.69518 16.9395 5.69518Z" })] }));
};
IconLogoShopify.iconName = "logo-shopify";
export default IconLogoShopify;