UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 826 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 Caravan = (props) => React.createElement("svg", { className: "lucide lucide-caravan", 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: "M18 19V9a4 4 0 00-4-4H6a4 4 0 00-4 4v8a2 2 0 002 2h2" }), React.createElement("path", { d: "M2 9h3a1 1 0 011 1v2a1 1 0 01-1 1H2M22 17v1a1 1 0 01-1 1H10v-9a1 1 0 011-1h2a1 1 0 011 1v9" }), React.createElement("circle", { cx: "8", cy: "19", r: "2" })); exports.default = Caravan;