iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 981 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 Bath = (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-bath", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M11 2a1 1 0 01.993.883L12 3v2.25a1 1 0 01-1.993.117L10 5.25V4H8a1 1 0 00-.993.883L7 5v6h13a2 2 0 011.995 1.85L22 13v3c0 1.475-.638 2.8-1.654 3.715l.486.73a1 1 0 01-1.594 1.203l-.07-.093-.55-.823a4.98 4.98 0 01-1.337.26L17 21H7a4.994 4.994 0 01-1.619-.268l-.549.823a1 1 0 01-1.723-1.009l.059-.1.486-.73a4.987 4.987 0 01-1.647-3.457L2 16v-3a2 2 0 011.85-1.995L4 11h1V5a3 3 0 012.824-2.995L8 2h3z" }));
exports.default = Bath;