iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.06 kB
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 Luggage = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-luggage", viewBox: "0 0 16 16", ...props },
React.createElement("path", { d: "M2.5 1a.5.5 0 00-.5.5V5h-.5A1.5 1.5 0 000 6.5v7a1.5 1.5 0 001 1.415v.335a.75.75 0 001.5 0V15H4v-1H1.5a.5.5 0 01-.5-.5v-7a.5.5 0 01.5-.5h5a.5.5 0 01.5.5V7h1v-.5A1.5 1.5 0 006.5 5H6V1.5a.5.5 0 00-.5-.5zM5 5H3V2h2z" }),
React.createElement("path", { d: "M3 7.5a.5.5 0 00-1 0v5a.5.5 0 001 0zM11 6a1.5 1.5 0 011.5 1.5V8h2A1.5 1.5 0 0116 9.5v5a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 015 14.5v-5A1.5 1.5 0 016.5 8h2v-.5A1.5 1.5 0 0110 6zM9.5 7.5V8h2v-.5A.5.5 0 0011 7h-1a.5.5 0 00-.5.5M6 9.5v5a.5.5 0 00.5.5H7V9h-.5a.5.5 0 00-.5.5m7 5.5V9H8v6zm1.5 0a.5.5 0 00.5-.5v-5a.5.5 0 00-.5-.5H14v6z" }));
exports.default = Luggage;