UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 799 B
"use strict"; 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 Layers2 = (props) => React.createElement("svg", { className: "lucide lucide-layers-2", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M16.02 12l5.48 3.13a1 1 0 010 1.74L13 21.74a2 2 0 01-2 0l-8.5-4.87a1 1 0 010-1.74L7.98 12" }), React.createElement("path", { d: "M13 13.74a2 2 0 01-2 0L2.5 8.87a1 1 0 010-1.74L11 2.26a2 2 0 012 0l8.5 4.87a1 1 0 010 1.74z" })); exports.default = Layers2;