UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 737 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialClearNightW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "ClearNightW100Filled", short_name: "ClearNight", 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-108 59.5-196.5T391-769q0 92 34 176t99 149q65 65 149 99t176 34q-40 100-128.5 159.5T524-92Z" })); }); IconMaterialClearNightW100Filled.displayName = 'OnesyIconMaterialClearNightW100Filled'; export default IconMaterialClearNightW100Filled;