UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 760 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialBedtimeW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "BedtimeW100Filled", short_name: "Bedtime", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M524-92q-73 0-137-27.5T275-195q-48-48-75.5-112T172-444q0-95 47-176.5T349-749q14-8 27.5-1.5T392-729q8 81 41.5 154.5T524-444q57 57 129.5 90T807-313q16 2 23 16t-1 28q-47 83-128.5 130T524-92Z" })); }); IconMaterialBedtimeW100Filled.displayName = 'OnesyIconMaterialBedtimeW100Filled'; export default IconMaterialBedtimeW100Filled;