UNPKG

@elgato/icons

Version:

Icons used throughout the Elgato ecosystem.

10 lines (9 loc) 2.17 kB
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { sizeMap } from "../../metadata/sizing.js"; const IconLogoAmazon = (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", { fillRule: "evenodd", d: "M12.052 2q2.648 0 4.032 1.428 1.385 1.428 1.385 4.163v8.76a.44.44 0 0 1-.131.323.44.44 0 0 1-.322.13h-2.264q-.419 0-.523-.452l-.348-1.637h-.14q-.47 1.149-1.402 1.776c-.621.418-1.379.627-2.203.627q-1.237 0-2.177-.548a3.8 3.8 0 0 1-1.463-1.533c-.349-.656-.523-1.24-.523-2.273q0-1.55.775-2.717T8.96 8.253q1.438-.627 3.37-.627.89 0 1.446.122v-.366q0-1.324-.488-1.977l-.06-.08c-.28-.382-.42-.573-1.42-.573q-1.602 0-2.055 1.69-.14.488-.575.417l-2.369-.418q-.261-.051-.357-.226-.096-.174-.026-.47.452-1.777 1.925-2.76C9.33 2.327 10.287 2 12.05 2m1.15 11.4q.574-.967.574-2.778v-.924c-.1-.017-.136-.033-.165-.045-.066-.028-.099-.042-.758-.042q-1.428 0-2.256.74c-.551.494-.827 1.38-.827 1.995q0 .923.48 1.472c.318.365.577.548 1.297.548q1.08 0 1.654-.966", clipRule: "evenodd" }), _jsx("path", { d: "M17.965 17.638q.147-.14.442-.302a3.6 3.6 0 0 1 1.69-.42c.49 0 .584.028.772.086l.136.04q.453.127.585.322.14.203.106.674a3.4 3.4 0 0 1-.19.897 3.26 3.26 0 0 1-.974 1.431q-.386.357-.59.358c-.099 0-.105-.012-.118-.034a.1.1 0 0 0-.022-.03.22.22 0 0 1-.07-.224 1.3 1.3 0 0 1 .168-.364q.365-.576.579-1.186t.088-.8q-.084-.119-.421-.164a4 4 0 0 0-.793-.014 6 6 0 0 0-.876.123 1.4 1.4 0 0 1-.4.031q-.14-.017-.19-.13-.069-.153.078-.294" }), _jsx("path", { d: "M2.382 17.287q.097-.077.256-.02.158.055.417.259 1.781 1.43 4.089 2.104 2.307.672 4.783.673c1.65 0 2.612-.135 3.84-.403q1.84-.404 3.124-1.077.266-.14.413-.175a.25.25 0 0 1 .253.07q.077.091.077.182 0 .246-.47.66-1.34 1.156-3.338 1.798a13.7 13.7 0 0 1-4.208.642c-1.473 0-2.276-.137-3.377-.41a11.5 11.5 0 0 1-3.096-1.266 9.2 9.2 0 0 1-2.49-2.146q-.258-.322-.33-.54-.076-.246.057-.35" })] })); }; IconLogoAmazon.iconName = "logo-amazon"; export default IconLogoAmazon;