UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.66 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const react_1 = __importDefault(require("react")); const ui_react_1 = require("@onesy/ui-react"); const IconMaterialShowerW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ShowerW100', short_name: 'Shower', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M323.93-296Q312-296 304-304.07t-8-20q0-11.93 8.07-19.93t20-8q11.93 0 19.93 8.07t8 20q0 11.93-8.07 19.93t-20 8Zm156 0Q468-296 460-304.07t-8-20q0-11.93 8.07-19.93t20-8q11.93 0 19.93 8.07t8 20q0 11.93-8.07 19.93t-20 8Zm156 0Q624-296 616-304.07t-8-20q0-11.93 8.07-19.93t20-8q11.93 0 19.93 8.07t8 20q0 11.93-8.07 19.93t-20 8ZM280-452q-11 0-19.5-8.5T252-480q0-91 62.5-156.5T466-708v-66q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v66q89 6 151.5 71.5T708-480q0 11-8.5 19.5T680-452H280Zm0-28h400q0-83-58.5-141.5T480-680q-83 0-141.5 58.5T280-480Zm43.93 300Q312-180 304-188.07t-8-20q0-11.93 8.07-19.93t20-8q11.93 0 19.93 8.07t8 20q0 11.93-8.07 19.93t-20 8Zm156 0Q468-180 460-188.07t-8-20q0-11.93 8.07-19.93t20-8q11.93 0 19.93 8.07t8 20q0 11.93-8.07 19.93t-20 8Zm156 0Q624-180 616-188.07t-8-20q0-11.93 8.07-19.93t20-8q11.93 0 19.93 8.07t8 20q0 11.93-8.07 19.93t-20 8ZM480-480Z" }) }))); }); IconMaterialShowerW100.displayName = 'OnesyIconMaterialShowerW100'; exports.default = IconMaterialShowerW100;