@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) • 868 B
JavaScript
/**
* @license @tabler/icons-react v3.46.0 - 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": "M9 21v-3h6v3a1 1 0 0 1 -1 1h-4a1 1 0 0 1 -1 -1", "key": "svg-0" }], ["path", { "d": "M9 18c-2.347 -2.169 -5 -5.226 -5 -8a8 8 0 1 1 16 0c0 2.774 -2.653 5.831 -5 8", "key": "svg-1" }], ["path", { "d": "M5.5 14h13", "key": "svg-2" }], ["path", { "d": "M10 14c-1.69 -4.712 -.924 -8.197 0 -11.602", "key": "svg-3" }], ["path", { "d": "M14 14c1.469 -3.867 1.19 -7.735 0 -11.602", "key": "svg-4" }]];
const IconAirBalloon = createReactComponent("outline", "air-balloon", "AirBalloon", __iconNode);
export { __iconNode, IconAirBalloon as default };
//# sourceMappingURL=IconAirBalloon.mjs.map