UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 831 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 Dam = (props) => React.createElement("svg", { className: "lucide lucide-dam", 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: "M11 11.31c1.17.56 1.54 1.69 3.5 1.69 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1M11.75 18c.35.5 1.45 1 2.75 1 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1M2 10h4M2 14h4M2 18h4M2 6h4" }), React.createElement("path", { d: "M7 3a1 1 0 00-1 1v16a1 1 0 001 1h4a1 1 0 001-1L10 4a1 1 0 00-1-1z" })); exports.default = Dam;