UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 704 B
"use strict"; 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 ShowerHead = (props) => React.createElement("svg", { className: "lucide lucide-shower-head", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M4 4l2.5 2.5M13.5 6.5a4.95 4.95 0 00-7 7M15 5L5 15M14 17v.01M10 16v.01M13 13v.01M16 10v.01M11 20v.01M17 14v.01M20 11v.01" })); exports.default = ShowerHead;