UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 774 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 Caravan1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M4.25 4.5A2.25 2.25 0 002 6.75v9.75a2.25 2.25 0 002.25 2.25h.92a3.001 3.001 0 005.66 0h10.42a.75.75 0 000-1.5h-1v-7.5c0-2.9-2.35-5.25-5.25-5.25H4.25zm6.709 12.75a3 3 0 00-5.918 0H4.25a.75.75 0 01-.75-.75V6.75A.75.75 0 014.25 6H15a3.75 3.75 0 013.75 3.75v7.5h-7.791zm-4.459.5a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0z", fill: "#323544" })); exports.default = Caravan1;