@difizen/magent-au
Version:
32 lines (31 loc) • 2.32 kB
JavaScript
/* eslint-disable react/no-unknown-property */
import LOGO from "./brand.jpg";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
export function AULOGO() {
return /*#__PURE__*/_jsx("img", {
className: "magent-brand-image",
src: LOGO
});
}
/* eslint-disable react/no-unknown-property */
export function MagentLOGO() {
return /*#__PURE__*/_jsxs("svg", {
className: "icon",
viewBox: "0 0 1024 1024",
version: "1.1",
xmlns: "http://www.w3.org/2000/svg",
"p-id": "65748",
width: "32",
height: "32",
children: [/*#__PURE__*/_jsx("path", {
d: "M688.355556 227.555556l17.066666-68.266667c22.755556-5.688889 45.511111-22.755556 51.2-51.2 11.377778-34.133333-11.377778-73.955556-45.511111-85.333333-34.133333-11.377778-73.955556 11.377778-85.333333 45.511111-5.688889 22.755556 0 45.511111 17.066666 62.577777L620.088889 227.555556H403.911111l-22.755555-91.022223c11.377778-17.066667 17.066667-34.133333 11.377777-56.888889-11.377778-34.133333-45.511111-56.888889-85.333333-45.511111-34.133333 5.688889-56.888889 45.511111-45.511111 79.644445 5.688889 28.444444 28.444444 45.511111 51.2 51.2L335.644444 227.555556C147.911111 244.622222 0 403.911111 0 597.333333 0 802.133333 164.977778 967.111111 369.777778 967.111111h284.444444c204.8 0 369.777778-164.977778 369.777778-369.777778 0-193.422222-147.911111-347.022222-335.644444-369.777777z m-34.133334 568.888888h-284.444444C261.688889 796.444444 170.666667 705.422222 170.666667 597.333333S261.688889 398.222222 369.777778 398.222222h284.444444c108.088889 0 199.111111 91.022222 199.111111 199.111111S762.311111 796.444444 654.222222 796.444444z",
fill: "#4F97FF",
"p-id": "65749"
}), /*#__PURE__*/_jsx("path", {
d: "M398.222222 529.066667c-17.066667 0-34.133333 17.066667-34.133333 34.133333v68.266667c0 17.066667 17.066667 34.133333 34.133333 34.133333s34.133333-17.066667 34.133334-34.133333V563.2c0-17.066667-17.066667-34.133333-34.133334-34.133333zM625.777778 529.066667c-17.066667 0-34.133333 17.066667-34.133334 34.133333v68.266667c0 17.066667 17.066667 34.133333 34.133334 34.133333s34.133333-17.066667 34.133333-34.133333V563.2c0-17.066667-17.066667-34.133333-34.133333-34.133333z",
fill: "#4F97FF",
"p-id": "65750"
})]
});
}