iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 871 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 FireHydrantOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-fire-hydrant-off", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M5 21h14M17 21v-4m2-2v-2a1 1 0 00-1-1h-1V8a5 5 0 00-8.533-3.538M7.08 7.1A5.03 5.03 0 007 8v4H6a1 1 0 00-1 1v2a1 1 0 001 1h1v5M12 12a2 2 0 102 2M6 8h2m4 0h6M3 3l18 18" }));
exports.default = FireHydrantOff;