@thirdweb-dev/chain-icons
Version:
A quick, easy and light-weight way to add chain / network icons to your react app.
24 lines • 1.12 kB
JavaScript
// src/internet-of-people.tsx
import * as React from "react";
var InternetOfPeople = (props) => /* @__PURE__ */ React.createElement("svg", {
xmlns: "http://www.w3.org/2000/svg",
viewBox: "0 0 32 32",
...props
}, /* @__PURE__ */ React.createElement("g", {
fill: "none",
fillRule: "evenodd"
}, /* @__PURE__ */ React.createElement("circle", {
cx: 16,
cy: 16,
r: 16,
fill: "#4cb8d1",
fillRule: "nonzero"
}), /* @__PURE__ */ React.createElement("path", {
fill: "#fff",
d: "m10.123 8.283.398-.717A1.09 1.09 0 0 1 11.473 7h8.955c.371 0 .716.192.917.508h4.058v7.14l.449.79a1.14 1.14 0 0 1 0 1.124l-.449.79v3.072l-3.437 2.978-.592 1.041a1.09 1.09 0 0 1-.946.557h-8.955a1.09 1.09 0 0 1-.952-.566l-.025-.044H6.498v-7.2l-.355-.639a1.14 1.14 0 0 1 0-1.104l.355-.639v-3.233zm1.35-.164L7.095 16l4.378 7.881h8.955L24.905 16l-4.477-7.881zm.405.712h8.149L24.1 16l-4.073 7.17h-8.149L7.895 16zm1.883 3.05-2.189 4.068 2.19 4.068h4.676l2.189-4.068-2.19-4.068z"
})));
var internet_of_people_default = InternetOfPeople;
export {
internet_of_people_default as default
};
//# sourceMappingURL=internet-of-people.mjs.map