UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 980 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialNightlightBadgeFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "NightlightBadgeFilled", short_name: "NightlightBadge", viewBox: "0 96 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M480 976q-83 0-156-31.5T197 859q-54-54-85.5-127T80 576q0-83 31.5-156T197 293q54-54 127-85.5T480 176q83 0 156 31.5T763 293q54 54 85.5 127T880 576q0 83-31.5 156T763 859q-54 54-127 85.5T480 976Zm0-160q17 0 32-2t30-6q4-1 12-15 1-5-1.5-10t-7.5-8q-48-32-76.5-84T440 576q0-63 28.5-115t76.5-84q5-4 7.5-8.5t1.5-9.5q-1-5-4-9t-8-6q-15-4-30-6t-32-2q-100 0-170 69.5T240 576q0 100 70 170t170 70Z" })); }); IconMaterialNightlightBadgeFilled.displayName = 'OnesyIconMaterialNightlightBadgeFilled'; export default IconMaterialNightlightBadgeFilled;