UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.06 kB
"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 Layers1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.86 4.969a2.483 2.483 0 00-1.675 0L2.911 7.935c-1.173.42-1.173 2.079 0 2.5l8.274 2.966a2.482 2.482 0 001.676 0l8.274-2.967c1.173-.42 1.173-2.079 0-2.499l-8.274-2.966zM11.693 6.38a.983.983 0 01.663 0l7.821 2.804-7.821 2.804a.983.983 0 01-.664 0L3.87 9.185 11.69 6.38z", fill: "#323544" }), React.createElement("path", { d: "M2.91 13.565l2.144-.769 2.223.797-3.407 1.221 7.821 2.804a.982.982 0 00.664 0l7.821-2.804-3.406-1.22 2.222-.798 2.143.769c1.173.42 1.173 2.079 0 2.5l-8.274 2.965a2.482 2.482 0 01-1.676 0l-8.274-2.966c-1.173-.42-1.173-2.079 0-2.5z", fill: "#323544" })); exports.default = Layers1;