mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 13:10:58 +00:00
15 lines
1008 B
JavaScript
15 lines
1008 B
JavaScript
/**
|
|
* @license @tabler/icons-react v3.44.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
|