@tabler/icons-react
Version:
A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.
15 lines (11 loc) • 767 B
JavaScript
/**
* @license @tabler/icons-react v3.41.1 - MIT
*
* This source code is licensed under the MIT license.
* See the LICENSE file in the root directory of this source tree.
*/
import createReactComponent from '../createReactComponent.mjs';
const __iconNode = [["path", { "d": "M4 12a8 2 0 1 0 16 0a8 2 0 1 0 -16 0", "key": "svg-0" }], ["path", { "d": "M4 12v7c0 .94 2.51 1.785 6 2v-3h4v3c3.435 -.225 6 -1.07 6 -2v-7", "key": "svg-1" }], ["path", { "d": "M15 6h4v-3h-4v7", "key": "svg-2" }], ["path", { "d": "M7 6h4v-3h-4v7", "key": "svg-3" }]];
const IconBuildingStadium = createReactComponent("outline", "building-stadium", "BuildingStadium", __iconNode);
export { __iconNode, IconBuildingStadium as default };
//# sourceMappingURL=IconBuildingStadium.mjs.map