iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.07 kB
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 OrgIcon = (props) => React.createElement("svg", { "aria-label": "org icon", viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M21 16.159v-2.184c0-1.654-1.346-3-3-3h-5v-3h6a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h6v3H6c-1.654 0-3 1.346-3 3v2.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.996 2.996 0 0 0-2-2.816v-2.184c0-.551.449-1 1-1h5v3.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.996 2.996 0 0 0-2-2.816v-3.184h5c.552 0 1 .449 1 1v2.184a2.996 2.996 0 0 0-2 2.816c0 1.654 1.346 3 3 3s3-1.346 3-3a2.995 2.995 0 0 0-2-2.816zM6 3.975h12v2H6v-2zm-2 16a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm8 0a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm8 0a1 1 0 1 1 0-2 1 1 0 0 1 0 2z" }));
exports.default = OrgIcon;