UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 956 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 BrandSteam = (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-brand-steam", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M16.5 4a5.5 5.5 0 11-.309 10.992l-.078-.007-3.646 2.524-.011.094c-.267 1.775-1.707 3.18-3.571 3.38L8.676 21H8.5a4 4 0 01-3.756-2.623l-.016-.048-2.122-.91a1 1 0 01-.599-.8L2 16.5V13a1 1 0 011.447-.894l2.964 1.481.174-.1a4 4 0 012.15-.482l.166.014 2.126-2.977-.01-.098a5.5 5.5 0 011.092-3.758l.169-.212A5.5 5.5 0 0116.5 4m0 3.5a2 2 0 100 4 2 2 0 000-4" })); exports.default = BrandSteam;