iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 934 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 Stack = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-stack", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M20.894 13.553a1 1 0 01-.447 1.341l-8 4a1 1 0 01-.894 0l-8-4a1 1 0 01.894-1.788L12 16.88l7.554-3.775a1 1 0 011.341.447M12.008 5q.056 0 .111.007l.111.02.086.024.012.006.012.002.029.014.05.019.016.009.012.005 8 4a1 1 0 010 1.788l-8 4a1 1 0 01-.894 0l-8-4a1 1 0 010-1.788l8-4 .011-.005.018-.01.078-.032.011-.002.013-.006.086-.024.11-.02.056-.005z" }));
exports.default = Stack;