iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 747 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 Castle = (props) => React.createElement("svg", { className: "lucide lucide-castle", 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: "M22 20v-9H2v9a2 2 0 002 2h16a2 2 0 002-2zM18 11V4H6v7" }),
React.createElement("path", { d: "M15 22v-4a3 3 0 00-3-3 3 3 0 00-3 3v4M22 11V9M2 11V9M6 4V2M18 4V2M10 4V2M14 4V2" }));
exports.default = Castle;