UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 869 B
"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 Windmill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-windmill", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 2c3.292 0 6 2.435 6 5.5 0 1.337-.515 2.554-1.369 3.5H21a1 1 0 011 1c0 3.292-2.435 6-5.5 6-1.336 0-2.553-.515-3.5-1.368V21a1 1 0 01-1 1c-3.292 0-6-2.435-6-5.5 0-1.336.515-2.553 1.368-3.5H3a1 1 0 01-1-1c0-3.292 2.435-6 5.5-6 1.337 0 2.554.515 3.5 1.369V3a1 1 0 011-1z" })); exports.default = Windmill;