UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.44 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBathroomW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BathroomW100Filled", short_name: "Bathroom", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M360.07-252q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q348-308 340-299.93t-8 20q0 11.93 8.07 19.93t20 8Zm120 0q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q468-308 460-299.93t-8 20q0 11.93 8.07 19.93t20 8Zm120 0q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q588-308 580-299.93t-8 20q0 11.93 8.07 19.93t20 8Zm-240-120q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q348-428 340-419.93t-8 20q0 11.93 8.07 19.93t20 8Zm120 0q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q468-428 460-419.93t-8 20q0 11.93 8.07 19.93t20 8Zm120 0q11.93 0 19.93-8.07t8-20q0-11.93-8.07-19.93t-20-8Q588-428 580-419.93t-8 20q0 11.93 8.07 19.93t20 8ZM480-688q-64 0-111.5 42.5T313-540q-2 12 6.91 20 8.92 8 22.09 8h276q13.17 0 22.09-8 8.91-8 6.91-20-8-63-55.5-105.5T480-688Zm0 28ZM192-132q-26 0-43-17t-17-43v-576q0-26 17-43t43-17h576q26 0 43 17t17 43v576q0 26-17 43t-43 17H192Z" })); }); IconMaterialBathroomW100Filled.displayName = 'OnesyIconMaterialBathroomW100Filled'; export default IconMaterialBathroomW100Filled;