iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 758 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 BathtubFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M240 96h-24a8 8 0 00-8-8h-72a8 8 0 00-8 8H64V52a12 12 0 0112-12 12.44 12.44 0 0112.16 9.59 8 8 0 0015.68-3.18A28.32 28.32 0 0076 24a28 28 0 00-28 28v44H16a8 8 0 00-8 8v40a56.06 56.06 0 0056 56v16a8 8 0 0016 0v-16h96v16a8 8 0 0016 0v-16a56.06 56.06 0 0056-56v-40a8 8 0 00-8-8zm-40 8v40h-56v-40z" }));
exports.default = BathtubFill;