@wener/ui
Version:
28 lines • 1.91 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;
};
Object.defineProperty(exports, "__esModule", { value: true });
const React = __importStar(require("react"));
function SvgIpfsOutlined(props) {
return (React.createElement("svg", Object.assign({ width: "1em", height: "1em", className: "IpfsOutlined_svg__icon", viewBox: "0 0 1024 1024" }, props),
React.createElement("path", { d: "M883.832 211.353l-309-176.02L510.593 0l-64.241 35.332-321.204 181.802L75.039 245.4v531.273l61.028 34.69 351.398 199.146L510.592 1024l64.24-35.332L885.76 812.005l61.029-34.69V246.043zM479.756 932.136L200.951 774.103a73.235 73.235 0 0011.563-37.902 75.162 75.162 0 00-73.877-75.162V317.35l279.448 157.39a93.15 93.15 0 0064.241 106.64zm-33.405-510.073L169.473 264.03 446.35 106.64a73.235 73.235 0 00128.482 0l278.805 158.675-278.805 156.748a93.15 93.15 0 00-128.482 0zM880.62 661.039a75.804 75.804 0 00-75.805 75.804 73.235 73.235 0 0012.206 38.545L542.07 932.136V582.023a93.15 93.15 0 0064.24-107.283l275.594-157.39v344.331z" })));
}
exports.default = SvgIpfsOutlined;
//# sourceMappingURL=IpfsOutlined.js.map