iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 786 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 AppSpaces = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", ...props },
React.createElement("path", { className: "euiIcon__fillSecondary", d: "M4 4h6v2H4zM22 4h6v2h-6zM4 22h6v2H4z" }),
React.createElement("path", { d: "M0 14h14V0H0v14zM2 2h10v10H2V2zm16-2v14h14V0H18zm12 12H20V2h10v10zM0 32h14V18H0v14zm2-12h10v10H2V20zm16 12h14V18H18v14zm2-12h10v10H20V20z" }),
React.createElement("path", { className: "euiIcon__fillSecondary", d: "M22 22h6v2h-6z" }));
exports.default = AppSpaces;