/* Generated code. Do not edit.*/
import * as React from "react";
import Svg, { Path } from "react-native-svg";
import { IconProps } from '../types'
const Shower = (props: IconProps) => <Svg fill={props.color} viewBox="0 0 256 256" width={props.size} height={props.size} {...props}><Path d="M68 236a16 16 0 1 1-16-16 16 16 0 0 1 16 16m16-48a16 16 0 1 0 16 16 16 16 0 0 0-16-16m-64 0a16 16 0 1 0 16 16 16 16 0 0 0-16-16m32 0a16 16 0 1 0-16-16 16 16 0 0 0 16 16M256 40a12 12 0 0 1-12 12h-23l-25.81 25.79-21.45 125.54a20 20 0 0 1-33.86 10.8l-98-98a20 20 0 0 1 10.84-33.88l125.5-21.44 29.29-29.3A12 12 0 0 1 216 28h28a12 12 0 0 1 12 12m-86.68 46.68-105 17.94 87.07 87.07Z" /></Svg>;
export default Shower;