iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 998 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 Enterprise = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M14.323 18.765H1V4.331h4.44V1h8.883v3.33h4.441V18.766h-4.441zM5.441 5.442H2.11v12.213h3.33V5.442zm3.33 12.213h2.221v-2.22h-2.22v2.22zm4.442-13.324V2.11H6.55v15.544h1.11V14.324H12.103V17.655h1.11V4.331zm4.44 1.11h-3.33v12.214h3.33V5.442zm-1.11 3.331h-1.11v-1.11h1.11v1.11zm0 3.331h-1.11v-1.11h1.11v1.11zm0 3.331h-1.11v-1.11h1.11v1.11zm-8.881-4.442h4.44v1.111h-4.44v-1.11zm0-3.33h4.44v1.11h-4.44v-1.11zm0-3.331h4.44v1.11h-4.44v-1.11zM4.33 8.772H3.22v-1.11h1.11v1.11zm0 3.331H3.22v-1.11h1.11v1.11zm0 3.331H3.22v-1.11h1.11v1.11z", fill: "#000", fillRule: "evenodd" }));
exports.default = Enterprise;