iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 866 B
JavaScript
;
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 BathtubThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 100h-36v-4a4 4 0 00-4-4h-64a4 4 0 00-4 4v4H60V52a16 16 0 0116-16 16.49 16.49 0 0116.08 12.8 4 4 0 107.84-1.6A24.32 24.32 0 0076 28a24 24 0 00-24 24v48H16a4 4 0 00-4 4v40a52.06 52.06 0 0052 52h4v20a4 4 0 008 0v-20h104v20a4 4 0 008 0v-20h4a52.06 52.06 0 0052-52v-40a4 4 0 00-4-4zm-100 0h56v40h-56zm96 44a44.05 44.05 0 01-44 44H64a44.05 44.05 0 01-44-44v-36h112v36a4 4 0 004 4h64a4 4 0 004-4v-36h32z" }));
exports.default = BathtubThin;