iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 863 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 BathtubBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 92h-28.7a12 12 0 00-11.3-8h-64a12 12 0 00-11.3 8H68V52a8 8 0 018-8 8.5 8.5 0 018.24 6.39 12 12 0 0023.52-4.78A32.22 32.22 0 0044 52v40H16a12 12 0 00-12 12v40a60.07 60.07 0 0056 59.85V216a12 12 0 0024 0v-12h88v12a12 12 0 0024 0v-12.15A60.07 60.07 0 00252 144v-40a12 12 0 00-12-12zm-92 16h40v24h-40zm80 36a36 36 0 01-36 36H64a36 36 0 01-36-36v-28h96v28a12 12 0 0012 12h64a12 12 0 0012-12v-28h16z" }));
exports.default = BathtubBold;