iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 875 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 DataUnstructured = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { d: "M6 24a2 2 0 1 1-2 2 2 2 0 0 1 2-2m0-2a4 4 0 1 0 4 4 4 4 0 0 0-4-4zM16 4a2 2 0 1 1-2 2 2 2 0 0 1 2-2m0-2a4 4 0 1 0 4 4 4 4 0 0 0-4-4zm10 2a2 2 0 1 1-2 2 2 2 0 0 1 2-2m0-2a4 4 0 1 0 4 4 4 4 0 0 0-4-4zm-8 22v4h-4v-4h4m2-2h-8v8h8z" }),
React.createElement("path", { d: "M27 22.14V18a3 3 0 0 0-3-3H8a1 1 0 0 1-1-1v-4h3V2H2v8h3v4a3 3 0 0 0 3 3h16a1 1 0 0 1 1 1v4.14a4 4 0 1 0 2 0zM4 8V4h4v4zm22 20a2 2 0 1 1 2-2 2 2 0 0 1-2 2z" }));
exports.default = DataUnstructured;