iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 712 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Apis = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.992 17.433H3V3h5.551v4.44h4.441v4.442h4.441v5.551h-4.44zM7.441 4.11H4.11v3.33h3.33V4.11zm0 4.441H4.11v3.331h3.33v-3.33zm0 4.441H4.11v3.331h3.33v-3.33zm4.44-4.44h-3.33v3.33h3.33v-3.33zm0 4.44h-3.33v3.331h3.33v-3.33zm4.442 0h-3.33v3.331h3.33v-3.33z", fill: "#000", fillRule: "evenodd" }));
exports.default = Apis;