@theguild/components
Version:
15 lines (14 loc) • 2 kB
JavaScript
import { jsx, jsxs } from "react/jsx-runtime";
const SvgTheGuild = (props) => /* @__PURE__ */ jsxs("svg", { width: 75, height: 40, viewBox: "0 0 47 25", fill: "currentColor", ...props, children: [
/* @__PURE__ */ jsx("path", { d: "M0.313477 2.77294H3.57946V10.6541H6.26751V2.77294H9.53349V0.163818H0.313477V2.77294Z" }),
/* @__PURE__ */ jsx("path", { d: "M17.8588 0.163818V4.23889H13.5848V0.163818H10.9102V10.6541H13.5848V6.75386H17.8588V10.6541H20.5468V0.163818H17.8588Z" }),
/* @__PURE__ */ jsx("path", { d: "M22.568 10.6541H30.6187V8.05842H25.2561V6.71352H29.6645V4.27923H25.2561V2.77294H30.6187V0.163818H22.568V10.6541Z" }),
/* @__PURE__ */ jsx("path", { d: "M5.53497 20.9193H8.05247V21.2043C7.55963 21.9036 6.76042 22.3569 5.82801 22.3569C4.25624 22.3569 3.00414 21.1395 3.00414 19.6113C3.00414 18.0831 4.25624 16.8657 5.82801 16.8657C6.73378 16.8657 7.53299 17.2672 8.05247 17.9018L10.2237 16.4772C9.22464 15.208 7.61291 14.3661 5.82801 14.3661C2.81766 14.3661 0.313477 16.7232 0.313477 19.6113C0.313477 22.4994 2.81766 24.8564 5.82801 24.8564C6.89362 24.8564 7.94591 24.4679 8.45208 23.7167V24.6622H10.5433V18.7695H5.53497V20.9193Z" }),
/* @__PURE__ */ jsx("path", { d: "M19.0352 14.5604V20.0905C19.0352 21.5539 18.3026 22.3569 16.904 22.3569C15.5187 22.3569 14.7994 21.5539 14.7994 20.0905V14.5604H12.1354V20.2459C12.1354 22.849 13.7871 24.8564 16.904 24.8564C20.0076 24.8564 21.6859 22.849 21.6859 20.2459V14.5604H19.0352Z" }),
/* @__PURE__ */ jsx("path", { d: "M23.5364 14.5604V24.6622H26.2004V14.5604H23.5364Z" }),
/* @__PURE__ */ jsx("path", { d: "M28.1958 24.6622H35.8283V22.1626H30.8465V14.5604H28.1958V24.6622Z" }),
/* @__PURE__ */ jsx("path", { d: "M37.1999 24.6622H42.0218C45.2719 24.6622 46.937 22.3698 46.937 19.6113C46.937 16.8657 45.2719 14.5604 42.0218 14.5604H37.1999V24.6622ZM41.822 17.0729C43.4071 17.0729 44.2463 18.096 44.2463 19.6113C44.2463 21.1266 43.4071 22.1626 41.822 22.1626H39.864V17.0729H41.822Z" })
] });
export {
SvgTheGuild as ReactComponent
};