UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.4 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialChildCareW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ChildCareW100", short_name: "ChildCare", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M574.2-506q-14.2 0-24.2-9.8-10-9.81-10-24 0-14.2 9.8-24.2 9.81-10 24-10 14.2 0 24.2 9.8 10 9.81 10 24 0 14.2-9.8 24.2-9.81 10-24 10Zm-188 0q-14.2 0-24.2-9.8-10-9.81-10-24 0-14.2 9.8-24.2 9.81-10 24-10 14.2 0 24.2 9.8 10 9.81 10 24 0 14.2-9.8 24.2-9.81 10-24 10ZM480-320q-45 0-83-21.5T334-400h292q-25 37-63 58.5T480-320Zm.06 148Q416-172 360-196t-98-66q-42-42-66-97.94-24-55.95-24-120Q172-544 196-600t66-98q42-42 97.94-66 55.95-24 120-24Q544-788 600-764t98 66q42 42 66 97.94 24 55.95 24 120Q788-416 764-360t-66 98q-42 42-97.94 66-55.95 24-120 24Zm-.06-28q116 0 198-82t82-198q0-116-82-198t-198-82q-12.33 0-24.67 1-12.33 1-23.33 3-2 8-2 13v13q0 27 19.5 46.5t46.8 19.5q11.7 0 17.7-3t14-3q5.14 0 8.57 4.25 3.43 4.24 3.43 9.9 0 10.85-13.5 15.35T496-636q-39 0-66.5-27.5T402-730v-8.82q0-3.82 2-10.18-88 24-146 97.5T200-480q0 116 82 198t198 82Zm0-280Z" })); }); IconMaterialChildCareW100.displayName = 'OnesyIconMaterialChildCareW100'; export default IconMaterialChildCareW100;