UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 859 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 BathtubLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M240 98h-34v-2a6 6 0 00-6-6h-64a6 6 0 00-6 6v2H62V52a14 14 0 0114-14 14.47 14.47 0 0114.12 11.19 6 6 0 1011.76-2.38A26.32 26.32 0 0076 26a26 26 0 00-26 26v46H16a6 6 0 00-6 6v40a54.06 54.06 0 0054 54h2v18a6 6 0 0012 0v-18h100v18a6 6 0 0012 0v-18h2a54.06 54.06 0 0054-54v-40a6 6 0 00-6-6zm-98 4h52v36h-52zm92 42a42 42 0 01-42 42H64a42 42 0 01-42-42v-34h108v34a6 6 0 006 6h64a6 6 0 006-6v-34h28z" })); exports.default = BathtubLight;