UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.04 kB
"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 BuildingAirport = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-building-airport", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3.59 7h8.82a1 1 0 01.902 1.433l-1.44 3a1 1 0 01-.901.567H5.029a1 1 0 01-.901-.567l-1.44-3A1 1 0 013.589 7" }), React.createElement("path", { d: "M6 7l-.78-2.342A.5.5 0 015.693 4h4.612a.5.5 0 01.475.658L10 7M8 2v2M6 12v9h4v-9M3 21h18M22 5h-6l-1-1" }), React.createElement("path", { d: "M18 3l2 2-2 2M10 17h7a2 2 0 012 2v2" })); exports.default = BuildingAirport;