UNPKG

@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) 1.01 kB
/** * @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": "M11 4c0 4.889 -2.292 12.111 -5 17", "key": "svg-0" }], ["path", { "d": "M13 4c0 4.889 2.292 12.111 5 17", "key": "svg-1" }], ["path", { "d": "M3 21h18", "key": "svg-2" }], ["path", { "d": "M8 14h8", "key": "svg-3" }], ["path", { "d": "M9 10h6", "key": "svg-4" }], ["path", { "d": "M10 4h4", "key": "svg-5" }], ["path", { "d": "M12 2v1.778", "key": "svg-6" }], ["path", { "d": "M10 21s.27 -1.406 .667 -2c.333 -.5 .666 -1 1.333 -1s1 .5 1.333 1c.448 .672 .667 2 .667 2", "key": "svg-7" }]]; const IconBuildingEiffelTower = createReactComponent("outline", "building-eiffel-tower", "BuildingEiffelTower", __iconNode); export { __iconNode, IconBuildingEiffelTower as default }; //# sourceMappingURL=IconBuildingEiffelTower.mjs.map