UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.42 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialShowerW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ShowerW100", short_name: "Shower", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialShowerW100;