iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.01 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 Zeppelin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-zeppelin", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M13.5 3c5.187 0 9.5 3.044 9.5 7 0 3.017-2.508 5.503-6 6.514V20a1 1 0 01-1 1h-6a1 1 0 01-1-1v-4.046a21 21 0 01-2.66-1.411l-.13-.082-1.57 1.308a1 1 0 01-1.634-.656L3 15v-2.851l-.31-.25a47 47 0 01-.682-.568l-.67-.582a1 1 0 010-1.498A47 47 0 012.689 8.1L3 7.85V5a1 1 0 011.55-.836l.09.068 1.57 1.307.128-.08c2.504-1.553 4.784-2.378 6.853-2.453zm-2.499 13.657L11 19h4l.001-2.086Q14.266 17 13.5 17a9.6 9.6 0 01-2.13-.252z" }));
exports.default = Zeppelin;