UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.37 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 BuildingWindTurbine = (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-wind-turbine", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M10 11a2 2 0 104 0 2 2 0 10-4 0" }), React.createElement("path", { d: "M10 11V8.427c0-.18.013-.358.04-.536l.716-4.828C10.82 2.466 11.353 2 12 2s1.18.466 1.244 1.063l.716 4.828c.027.178.04.357.04.536V11" }), React.createElement("path", { d: "M13.01 9.28l2.235 1.276c.156.09.305.19.446.3l3.836 2.911c.487.352.624 1.04.3 1.596-.325.556-1 .782-1.548.541l-4.555-1.68a3.624 3.624 0 01-.486-.231l-2.235-1.277" }), React.createElement("path", { d: "M13 12.716l-2.236 1.277a3.624 3.624 0 01-.485.23l-4.555 1.681c-.551.241-1.223.015-1.548-.54-.324-.557-.187-1.245.3-1.597l3.836-2.91a3.41 3.41 0 01.446-.3l2.235-1.277M7 21h10M10 21l1-7M13 14l1 7" })); exports.default = BuildingWindTurbine;