iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 742 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 ExpandAll = (props) => React.createElement("svg", { viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M9 9H4v1h5V9z", fill: "#C5C5C5" }),
React.createElement("path", { d: "M7 12V7H6v5h1z", fill: "#C5C5C5" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M5 3l1-1h7l1 1v7l-1 1h-2v2l-1 1H3l-1-1V6l1-1h2V3zm1 2h4l1 1v4h2V3H6v2zm4 1H3v7h7V6z", fill: "#C5C5C5" }));
exports.default = ExpandAll;